From 68840b329fbf564146ffce99cf0ca04f18a83268 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 25 Dec 2024 11:48:22 +0300 Subject: [PATCH 1/2] notes... Signed-off-by: Alex A. Naanou --- post-install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/post-install b/post-install index 411164e..258346c 100755 --- a/post-install +++ b/post-install @@ -12,6 +12,12 @@ # - add --system and --user flags to only do system/user stuff... # - profile packager/extractor??? # +# XXX should we split this into user/system config??? +# XXX might be a good idea to add scripts for more high-level things like: +# setup system +# -> setup account +# -> sync config +# -> config specific stuff # XXX Q: should we do this based on feature or as it is now??? # A: looks like it would be logical to split this in two: # - general system state and singular tools From df1c18f3afac0d8ea594d93094ec5a00f41445d4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Dec 2024 23:58:25 +0300 Subject: [PATCH 2/2] notes... Signed-off-by: Alex A. Naanou --- post-install | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install b/post-install index 258346c..6843a4f 100755 --- a/post-install +++ b/post-install @@ -13,6 +13,7 @@ # - profile packager/extractor??? # # XXX should we split this into user/system config??? +# ...if yes, how do we store user config??? # XXX might be a good idea to add scripts for more high-level things like: # setup system # -> setup account