diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-07-14 15:29:34 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-07-14 15:29:34 +0300 |
commit | 6acc5a9f97292aa6bfac3ae9aa1a668bf3ff81bc (patch) | |
tree | 8f700b6ec8d130de3fbfcc7241ba5028f04c2c11 | |
parent | Moved cfunctions (diff) | |
download | GSE-6acc5a9f97292aa6bfac3ae9aa1a668bf3ff81bc.tar.gz GSE-6acc5a9f97292aa6bfac3ae9aa1a668bf3ff81bc.tar.bz2 GSE-6acc5a9f97292aa6bfac3ae9aa1a668bf3ff81bc.zip |
Minor
-rw-r--r-- | TODO | 33 | ||||
-rwxr-xr-x | config.d/controller/modules/cinit_pre-mount.sh | 2 |
2 files changed, 1 insertions, 34 deletions
@@ -1,37 +1,8 @@ # TODO System Builder list - Catalyst - - Sinit - Include localbuild - Include catalyst - Include stage selection - Include stageX check existence - Include precompiled stage3 - - Include script to manage catalyst stage1,2,3 builds - Include script to create a portage custom stateless profile - Include script to generate the stage1,2,3 spec files - Include x86, amd64, arm,armx64 stage builds {For the project amd64 will be supported} - Include the generated stage3 tarball to the rest of the process as it is. - - Create Server menu entry - Create submenu entry for editing trusted hosts - Create submenu entry to create a new user & group given by the user - Add the dist.d and config.d directory to that group - Generate ssh keys for server-client dist - Add ssh pub.trusted.hosts to that user - Create bind-mount or symlink of the above directories to the above user dir - Include those keys to config.d/controller directory - Include gpg - Include kernel commandline editor Include ro autoconf - Should: - Create the /proc/mounts symlinks # If /etc is not selected by the user to be mounted as tmpfs from the controller - Include sys cleaner - Include version creator Include snapshot creator Include stage4 tarball create option @@ -39,11 +10,7 @@ End of System Builder list Controller list {Initramfs} - Include early netowrking script hooks - Include option to fetch confs from server - Include option to define newroot based on the above configurations Include HDD interface creator - Include version checker Include rootfs label checker Include backupfs label checker Include configuration service for the rootfs diff --git a/config.d/controller/modules/cinit_pre-mount.sh b/config.d/controller/modules/cinit_pre-mount.sh index a076333..3a48f29 100755 --- a/config.d/controller/modules/cinit_pre-mount.sh +++ b/config.d/controller/modules/cinit_pre-mount.sh @@ -63,4 +63,4 @@ if [[ "${_ctflag_net}" == 0 ]] && [[ "${_ctflag_confd}" == 0 || "${_ctflag_extra else echo "Could not mout sysfs @ /mnt/workdir" fi -fi
\ No newline at end of file +fi |