penguins-eggs 9.5.2 → 9.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +1 -1
- package/README.md +6 -6
- package/conf/distros/rolling/calamares/modules/bootloader.yml +75 -0
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +2 -2
- package/conf/distros/rolling/calamares/modules/finished.yml +44 -4
- package/conf/distros/rolling/calamares/modules/fstab.yml +30 -12
- package/conf/distros/rolling/calamares/modules/locale.yml +55 -21
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +3 -4
- package/conf/distros/rolling/calamares/modules/machineid.yml +37 -1
- package/conf/distros/rolling/calamares/modules/mount.yml +108 -31
- package/conf/distros/rolling/calamares/modules/packages.yml +2 -2
- package/conf/distros/rolling/calamares/modules/removeuser.yml +3 -2
- package/conf/distros/rolling/calamares/modules/shellprocess_removelink.yml +3 -1
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +2 -2
- package/conf/distros/rolling/calamares/modules/users.yml +1 -1
- package/conf/distros/rolling/calamares-32/modules/displaymanager.yml +23 -0
- package/conf/distros/rolling/calamares-32/modules/finished.yml +6 -0
- package/conf/distros/rolling/calamares-32/modules/fstab.yml +14 -0
- package/conf/distros/rolling/calamares-32/modules/locale.yml +11 -0
- package/conf/distros/rolling/calamares-32/modules/mount.yml +39 -0
- package/conf/distros/rolling/calamares-32/modules/packages.yml +11 -0
- package/conf/distros/rolling/calamares-32/modules/partition.yml +283 -0
- package/conf/distros/rolling/calamares-32/modules/removeuser.yml +16 -0
- package/conf/distros/rolling/calamares-32/modules/shellprocess_removelink.yml +8 -0
- package/conf/distros/rolling/calamares-32/modules/unpackfs.yml +7 -0
- package/conf/distros/rolling/calamares-32/modules/users.yml +20 -0
- package/conf/distros/rolling/calamares-32/settings.yml +91 -0
- package/dist/classes/incubation/installer.js +3 -0
- package/dist/classes/ovary.js +4 -1
- package/dist/classes/pxe.js +4 -2
- package/dist/classes/tools.js +5 -1
- package/dist/commands/produce.js +8 -3
- package/dist/commands/tools/ppa.js +81 -25
- package/dist/commands/wardrobe/list.js +14 -3
- package/dist/krill/krill-prepare.js +6 -1
- package/dist/krill/krill-sequence.js +6 -1
- package/package.json +1 -1
- package/scripts/force-calamares.sh +9 -0
- package/conf/distros/rolling/README.md +0 -3
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.5.2","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs adapt"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"configure calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs calamares","sudo eggs calamares --install","sudo eggs calamares --install --theme=/path/to/theme","sudo eggs calamares --remove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and its dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all its dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and its dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs config","sudo eggs config --clean","sudo eggs config --clean --nointeractive"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs cuckoo"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - TUI configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo dad","sudo dad --clean","sudo dad --default"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"krill: the CLI system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs install","sudo eggs install --unattended --halt","sudo eggs install --custom it"],"flags":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"halt":{"name":"halt","type":"boolean","char":"H","description":"Halt the system after installation","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs kill"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask help from mommy - TUI helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs mom"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs produce","sudo eggs produce --standard","sudo eggs produce --max","sudo eggs produce --max --basename=colibri","sudo eggs produce --cryptedclone","sudo eggs produce --clone","sudo eggs produce --basename=colibri","sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone","allowNo":false},"cryptedclone":{"name":"cryptedclone","type":"boolean","char":"C","description":"crypted clone","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"standard":{"name":"standard","type":"boolean","char":"f","description":"standard compression","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs status"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncfrom","sudo eggs syncfrom --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncto","sudo eggs syncto --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the Penguins' eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs update"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export deb","eggs export deb --clean","eggs export deb --all"],"flags":{"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export iso","eggs export iso --clean"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools clean"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove PPA repositories (Debian family)","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools ppa --add","sudo eggs tools ppa --remove"],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools skel","sudo eggs tools skel --user user-to-be-copied"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs tools stat","eggs tools stat --month","eggs tools stat --year"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools yolk"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe get","eggs wardrobe get your-wardrobe"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe list","eggs wardrobe list your-wardrobe","eggs wardrobe list --distro arch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"distro":{"name":"distro","type":"option","char":"d","description":"distro","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}],"example":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs wardrobe wear duck","sudo eggs wardrobe wear accessories/firmwares","sudo eggs wardrobe wear wagtail/waydroid"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
|
1
|
+
{"version":"9.5.4","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs adapt"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"calamares":{"id":"calamares","description":"configure calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs calamares","sudo eggs calamares --install","sudo eggs calamares --install --theme=/path/to/theme","sudo eggs calamares --remove"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and its dependencies","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all its dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and its dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs config","sudo eggs config --clean","sudo eggs config --clean --nointeractive"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"cuckoo":{"id":"cuckoo","description":"PXE start with proxy-dhcp","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs cuckoo"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"dad":{"id":"dad","description":"ask help from daddy - TUI configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo dad","sudo dad --clean","sudo dad --default"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"install":{"id":"install","description":"krill: the CLI system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs install","sudo eggs install --unattended --halt","sudo eggs install --custom it"],"flags":{"crypted":{"name":"crypted","type":"boolean","char":"k","description":"Crypted CLI installation","allowNo":false},"custom":{"name":"custom","type":"option","char":"c","description":"custom unattended configuration","multiple":false},"domain":{"name":"domain","type":"option","char":"d","description":"Domain name, defult: .local","multiple":false},"halt":{"name":"halt","type":"boolean","char":"H","description":"Halt the system after installation","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"ip":{"name":"ip","type":"boolean","char":"i","description":"hostname as ip, eg: ip-192-168-1-33","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"none":{"name":"none","type":"boolean","char":"N","description":"Swap none: 256M","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"random":{"name":"random","type":"boolean","char":"r","description":"Add random to hostname, eg: colibri-ay412dt","allowNo":false},"small":{"name":"small","type":"boolean","char":"s","description":"Swap small: RAM","allowNo":false},"suspend":{"name":"suspend","type":"boolean","char":"S","description":"Swap suspend: RAM x 2","allowNo":false},"unattended":{"name":"unattended","type":"boolean","char":"u","description":"Unattended installation","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs kill"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"mom":{"id":"mom","description":"ask help from mommy - TUI helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs mom"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[]},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs produce","sudo eggs produce --standard","sudo eggs produce --max","sudo eggs produce --max --basename=colibri","sudo eggs produce --cryptedclone","sudo eggs produce --clone","sudo eggs produce --basename=colibri","sudo eggs produce --basename=colibri --theme /path/to/theme --addons adapt"],"flags":{"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"clone":{"name":"clone","type":"boolean","char":"c","description":"clone","allowNo":false},"cryptedclone":{"name":"cryptedclone","type":"boolean","char":"C","description":"crypted clone","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"release":{"name":"release","type":"boolean","description":"release: max compression, remove penguins-eggs and calamares after installation","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"standard":{"name":"standard","type":"boolean","char":"f","description":"standard compression","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false}},"args":[]},"status":{"id":"status","description":"informations about eggs status","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs status"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"syncfrom":{"id":"syncfrom","description":"restore users and user data from a LUKS volumes","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncfrom","sudo eggs syncfrom --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"syncto":{"id":"syncto","description":"saves users and user data in a LUKS volume inside the iso","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs syncto","sudo eggs syncto --file /path/to/fileLUKS"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"update":{"id":"update","description":"update the Penguins' eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs update"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export deb","eggs export deb --clean","eggs export deb --all"],"flags":{"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs export iso","eggs export iso --clean"],"flags":{"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools clean"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:ppa":{"id":"tools:ppa","description":"add/remove repo","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools ppa --add","sudo eggs tools ppa --remove"],"flags":{"add":{"name":"add","type":"boolean","char":"a","description":"add penguins-eggs PPA repository","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"no user interaction","allowNo":false},"remove":{"name":"remove","type":"boolean","char":"r","description":"remove penguins-eggs PPA repository","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[]},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools skel","sudo eggs tools skel --user user-to-be-copied"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs tools stat","eggs tools stat --month","eggs tools stat --year"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[]},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs tools yolk"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe get","eggs wardrobe get your-wardrobe"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}]},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe list","eggs wardrobe list your-wardrobe","eggs wardrobe list --distro arch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"distro":{"name":"distro","type":"option","char":"d","description":"distro","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}]},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}],"example":["eggs wardrobe show colibri","eggs wardrobe show accessories/firmwares","eggs wardrobe show accessories/"]},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["sudo eggs wardrobe wear duck","sudo eggs wardrobe wear accessories/firmwares","sudo eggs wardrobe wear wagtail/waydroid"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false}},"args":[{"name":"costume","description":"costume","required":false}]}}}
|
package/README.md
CHANGED
|
@@ -28,15 +28,15 @@ penguins-eggs
|
|
|
28
28
|
# Presentation
|
|
29
29
|
**penguins-eggs** is a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on usb sticks or via PXE.
|
|
30
30
|
|
|
31
|
-
The default behavior is total removal of the system's data and users, but it is also possible to remaster the system including the data and accounts of present users,
|
|
31
|
+
The default behavior is total removal of the system's data and users, but it is also possible to remaster the system including the data and accounts of present users, using flag **--clone**. It is also possible to keep the users and files present under an encrypted LUKS file within the same resulting iso file, flag **--cryptedclone**.
|
|
32
32
|
|
|
33
33
|
You can easily install the resulting live system with the calamares installer or the internal TUI krill installer.
|
|
34
34
|
|
|
35
35
|
It is possible to have also unattended installation using **--unattended** flag.
|
|
36
36
|
|
|
37
|
-
Thanks to the wardrobe, you can create or use scripts to switch from a
|
|
37
|
+
Thanks to the wardrobe, you can create or use scripts to switch from a **naked** version - with only a CLI interface - and `wear` it with a full GUI or server configurations.
|
|
38
38
|
|
|
39
|
-
See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), fork it and adapt
|
|
39
|
+
See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe), fork it and adapt to yours needs.
|
|
40
40
|
|
|
41
41
|
# Technology
|
|
42
42
|
|
|
@@ -54,7 +54,7 @@ wardrobe was added to eggs on april 2022. It is a way to guide and consolidate t
|
|
|
54
54
|
|
|
55
55
|
I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for a single developer. You can read more in wardrobe on [Penguins' eggs blog](https://penguins-eggs.net/blog/wardrobe-colibri-duck-eagle-and-owl/).
|
|
56
56
|
|
|
57
|
-
Addons
|
|
57
|
+
Addons, mostly themes have been grouped under `vendors` folder in the penguins-wardrobe, try to use wardrobe for all your customizations.
|
|
58
58
|
|
|
59
59
|
Consult [wardrobe users' guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide).
|
|
60
60
|
|
|
@@ -105,7 +105,7 @@ There are more than a way to install eggs as .deb package, the most practical is
|
|
|
105
105
|
The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
|
|
106
106
|
|
|
107
107
|
```
|
|
108
|
-
sudo dpkg -i eggs_9.
|
|
108
|
+
sudo dpkg -i eggs_9.5.4_amd64.deb
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
or, on a i386 system:
|
|
@@ -131,7 +131,7 @@ sudo apt update && sudo apt install eggs
|
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
### Upgrade eggs
|
|
134
|
-
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**, else simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with the standard command **sudo dpkg -i eggs_9.
|
|
134
|
+
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**, else simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/DEBS/) and install it with the standard command **sudo dpkg -i eggs_9.5.4_amd64.deb**.
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
## Arch families
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# arch
|
|
2
|
+
# calamares 3.3
|
|
3
|
+
---
|
|
4
|
+
# A variable from global storage which overrides the value of efiBootLoader
|
|
5
|
+
#efiBootLoaderVar: "packagechooser_bootloader"
|
|
6
|
+
|
|
7
|
+
# Define which bootloader you want to use for EFI installations
|
|
8
|
+
# Possible options are 'grub', 'sb-shim', 'refind` and 'systemd-boot'.
|
|
9
|
+
efiBootLoader: "grub"
|
|
10
|
+
|
|
11
|
+
# systemd-boot configuration files settings
|
|
12
|
+
|
|
13
|
+
# kernelSearchPath is the path relative to the root of the install to search for kernels
|
|
14
|
+
# A kernel is identified by finding files which match regular expression, kernelPattern
|
|
15
|
+
kernelSearchPath: "/usr/lib/modules"
|
|
16
|
+
kernelPattern: "^vmlinuz.*"
|
|
17
|
+
|
|
18
|
+
# loaderEntries is an array of options to add to loader.conf for systemd-boot
|
|
19
|
+
# please note that the "default" option is added programmatically
|
|
20
|
+
loaderEntries:
|
|
21
|
+
- "timeout 5"
|
|
22
|
+
- "console-mode keep"
|
|
23
|
+
|
|
24
|
+
# systemd-boot and refind support custom kernel params
|
|
25
|
+
kernelParams: [ "quiet" ]
|
|
26
|
+
|
|
27
|
+
# A list of kernel names that refind should accept as kernels
|
|
28
|
+
#refindKernelList: [ "linux","linux-lts","linux-zen","linux-hardened" ]
|
|
29
|
+
|
|
30
|
+
# GRUB 2 binary names and boot directory
|
|
31
|
+
# Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.
|
|
32
|
+
# These names are also used when using sb-shim, since that needs some
|
|
33
|
+
# GRUB functionality (notably grub-probe) to work. As needed, you may use
|
|
34
|
+
# complete paths like `/usr/bin/efibootmgr` for the executables.
|
|
35
|
+
#
|
|
36
|
+
grubInstall: "grub-install"
|
|
37
|
+
grubMkconfig: "grub-mkconfig"
|
|
38
|
+
grubCfg: "/boot/grub/grub.cfg"
|
|
39
|
+
grubProbe: "grub-probe"
|
|
40
|
+
efiBootMgr: "efibootmgr"
|
|
41
|
+
|
|
42
|
+
# Optionally set the bootloader ID to use for EFI. This is passed to
|
|
43
|
+
# grub-install --bootloader-id.
|
|
44
|
+
#
|
|
45
|
+
# If not set here, the value from bootloaderEntryName from branding.desc
|
|
46
|
+
# is used, with problematic characters (space and slash) replaced.
|
|
47
|
+
#
|
|
48
|
+
# The ID is also used as a directory name within the EFI environment,
|
|
49
|
+
# and the bootloader is copied from /boot/efi/EFI/<dirname>/ . When
|
|
50
|
+
# setting the option here, keep in mind that the name is sanitized
|
|
51
|
+
# (problematic characters, see above, are replaced).
|
|
52
|
+
#
|
|
53
|
+
# There are some special words possible at the end of *efiBootloaderId*:
|
|
54
|
+
# ${SERIAL} can be used to obtain a uniquely-numbered suffix
|
|
55
|
+
# that is added to the Id (yielding, e.g., `dirname1` or `dirname72`)
|
|
56
|
+
# ${RANDOM} can be used to obtain a unique 4-digit hex suffix
|
|
57
|
+
# ${PHRASE} can be used to obtain a unique 1-to-3-word suffix
|
|
58
|
+
# from a dictionary of space-themed words
|
|
59
|
+
# These words must be at the **end** of the *efiBootloaderId* value.
|
|
60
|
+
# There must also be at most one of them. If there is none, no suffix-
|
|
61
|
+
# processing is done and the *efiBootloaderId* is used unchanged.
|
|
62
|
+
#
|
|
63
|
+
# NOTE: Debian derivatives that use the unmodified Debian GRUB EFI
|
|
64
|
+
# packages may need to set this to "debian" because that is
|
|
65
|
+
# hard-coded in `grubx64.efi`.
|
|
66
|
+
#
|
|
67
|
+
# efiBootloaderId: "dirname"
|
|
68
|
+
|
|
69
|
+
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
|
70
|
+
# fallback loader (either bootia32.efi or bootx64.efi depending on
|
|
71
|
+
# the system). This may be needed on certain systems (Intel DH87MC
|
|
72
|
+
# seems to be the only one). If you set this to false, take care
|
|
73
|
+
# to add another module to optionally install the fallback on those
|
|
74
|
+
# boards that need it.
|
|
75
|
+
installEFIFallback: true
|
|
@@ -1,6 +1,46 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# Arch
|
|
2
|
+
# Calamares 3.3
|
|
3
3
|
---
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
# DEPRECATED
|
|
5
|
+
#
|
|
6
|
+
# The finished page can hold a "restart system now" checkbox.
|
|
7
|
+
# If this is false, no checkbox is shown and the system is not restarted
|
|
8
|
+
# when Calamares exits.
|
|
9
|
+
# restartNowEnabled: true
|
|
10
|
+
|
|
11
|
+
# DEPRECATED
|
|
12
|
+
#
|
|
13
|
+
# Initial state of the checkbox "restart now". Only relevant when the
|
|
14
|
+
# checkbox is shown by restartNowEnabled.
|
|
15
|
+
# restartNowChecked: false
|
|
16
|
+
|
|
17
|
+
# Behavior of the "restart system now" button.
|
|
18
|
+
#
|
|
19
|
+
# There are four usable values:
|
|
20
|
+
# - never
|
|
21
|
+
# Does not show the button and does not restart.
|
|
22
|
+
# This matches the old behavior with restartNowEnabled=false.
|
|
23
|
+
# - user-unchecked
|
|
24
|
+
# Shows the button, defaults to unchecked, restarts if it is checked.
|
|
25
|
+
# This matches the old behavior with restartNowEnabled=true and restartNowChecked=false.
|
|
26
|
+
# - user-checked
|
|
27
|
+
# Shows the button, defaults to checked, restarts if it is checked.
|
|
28
|
+
# This matches the old behavior with restartNowEnabled=true and restartNowChecked=true.
|
|
29
|
+
# - always
|
|
30
|
+
# Shows the button, checked, but the user cannot change it.
|
|
31
|
+
# This is new behavior.
|
|
32
|
+
#
|
|
33
|
+
# The three combinations of legacy values are still supported.
|
|
34
|
+
restartNowMode: user-unchecked
|
|
35
|
+
|
|
36
|
+
# If the checkbox is shown, and the checkbox is checked, then when
|
|
37
|
+
# Calamares exits from the finished-page it will run this command.
|
|
38
|
+
# If not set, falls back to "shutdown -r now".
|
|
6
39
|
restartNowCommand: {{restartNowCommand}}
|
|
40
|
+
|
|
41
|
+
# When the last page is (successfully) reached, send a DBus notification
|
|
42
|
+
# to the desktop that the installation is done. This works only if the
|
|
43
|
+
# user as whom Calamares is run, can reach the regular desktop session bus.
|
|
44
|
+
notifyOnFinished: false
|
|
45
|
+
|
|
46
|
+
|
|
@@ -1,13 +1,31 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# Arch
|
|
2
|
+
# calamares 3.3
|
|
3
3
|
---
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
|
|
5
|
+
# Additional options added to each line in /etc/crypttab
|
|
6
|
+
crypttabOptions: luks
|
|
7
|
+
# For Debian and Debian-based distributions, change the above line to:
|
|
8
|
+
# crypttabOptions: luks,keyscript=/bin/cat
|
|
9
|
+
|
|
10
|
+
# Options for handling /tmp in /etc/fstab
|
|
11
|
+
# Currently default (required) and ssd are supported
|
|
12
|
+
# The corresponding string can contain the following variables:
|
|
13
|
+
# tmpfs: true or tmpfs: false to either mount /tmp as tmpfs or not
|
|
14
|
+
# options: "<mount options>"
|
|
15
|
+
#
|
|
16
|
+
# Example:
|
|
17
|
+
#tmpOptions:
|
|
18
|
+
# default:
|
|
19
|
+
# tmpfs: false
|
|
20
|
+
# options: ""
|
|
21
|
+
# ssd:
|
|
22
|
+
# tmpfs: true
|
|
23
|
+
# options: "defaults,noatime,mode=1777"
|
|
24
|
+
#
|
|
25
|
+
tmpOptions:
|
|
26
|
+
default:
|
|
27
|
+
tmpfs: false
|
|
28
|
+
options: ""
|
|
29
|
+
ssd:
|
|
30
|
+
tmpfs: true
|
|
31
|
+
options: "defaults,noatime,mode=1777"
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
# Arch
|
|
2
|
+
# Calamares 3.3.
|
|
3
|
+
#
|
|
1
4
|
---
|
|
2
|
-
#
|
|
5
|
+
# These settings are used to set your default system time zone.
|
|
3
6
|
# Time zones are usually located under /usr/share/zoneinfo and
|
|
4
7
|
# provided by the 'tzdata' package of your Distribution.
|
|
5
8
|
#
|
|
@@ -11,33 +14,58 @@
|
|
|
11
14
|
# the locale page can be set through keys *region* and *zone*.
|
|
12
15
|
# If either is not set, defaults to America/New_York.
|
|
13
16
|
#
|
|
17
|
+
# Note that useSystemTimezone and GeoIP settings can change the
|
|
18
|
+
# starting time zone.
|
|
19
|
+
#
|
|
14
20
|
region: "Europe"
|
|
15
21
|
zone: "Rome"
|
|
16
22
|
|
|
23
|
+
# Instead of using *region* and *zone* specified above,
|
|
24
|
+
# you can use the system's notion of the timezone, instead.
|
|
25
|
+
# This can help if your system is automatically configured with
|
|
26
|
+
# a sensible TZ rather than chasing a fixed default.
|
|
27
|
+
#
|
|
28
|
+
# The default is false.
|
|
29
|
+
#
|
|
30
|
+
# useSystemTimezone: true
|
|
31
|
+
|
|
32
|
+
# Should changing the system location (e.g. clicking around on the timezone
|
|
33
|
+
# map) immediately reflect the changed timezone in the live system?
|
|
34
|
+
# By default, installers (with a target system) do, and setup (e.g. OEM
|
|
35
|
+
# configuration) does not, but you can switch it on here (or off, if
|
|
36
|
+
# you think it's annoying in the installer).
|
|
37
|
+
#
|
|
38
|
+
# Note that not all systems support live adjustment.
|
|
39
|
+
#
|
|
40
|
+
# adjustLiveTimezone: true
|
|
17
41
|
|
|
18
42
|
# System locales are detected in the following order:
|
|
19
43
|
#
|
|
20
44
|
# - /usr/share/i18n/SUPPORTED
|
|
21
45
|
# - localeGenPath (defaults to /etc/locale.gen if not set)
|
|
22
|
-
# -
|
|
46
|
+
# - `locale -a` output
|
|
23
47
|
#
|
|
24
|
-
# Enable only when your Distribution is using
|
|
48
|
+
# Enable only when your Distribution is using a
|
|
25
49
|
# custom path for locale.gen
|
|
26
50
|
#
|
|
27
|
-
#localeGenPath: "
|
|
51
|
+
#localeGenPath: "/etc/locale.gen"
|
|
28
52
|
|
|
29
53
|
# GeoIP based Language settings: Leave commented out to disable GeoIP.
|
|
30
54
|
#
|
|
31
55
|
# GeoIP needs a working Internet connection.
|
|
32
56
|
# This can be managed from `welcome.conf` by adding
|
|
33
|
-
# internet to the list of required conditions.
|
|
34
|
-
#
|
|
35
|
-
# The
|
|
36
|
-
# is
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
#
|
|
40
|
-
#
|
|
57
|
+
# internet to the list of required conditions. (The welcome
|
|
58
|
+
# module can also do its own GeoIP lookups, independently
|
|
59
|
+
# of the lookup done here. The lookup in the welcome module
|
|
60
|
+
# is used to establish language; this one is for timezone).
|
|
61
|
+
#
|
|
62
|
+
# The configuration is in three parts:
|
|
63
|
+
# - a *style*, which can be "json" or "xml" depending on the
|
|
64
|
+
# kind of data returned by the service, and
|
|
65
|
+
# - a *url* where the data is retrieved, and
|
|
66
|
+
# - an optional *selector*
|
|
67
|
+
# to pick the right field out of the returned data (e.g. field
|
|
68
|
+
# name in JSON or element name in XML).
|
|
41
69
|
#
|
|
42
70
|
# The default selector (when the setting is blank) is picked to
|
|
43
71
|
# work with existing JSON providers (which use "time_zone") and
|
|
@@ -45,8 +73,8 @@ zone: "Rome"
|
|
|
45
73
|
#
|
|
46
74
|
# If the service configured via *url* uses
|
|
47
75
|
# a different attribute name (e.g. "timezone") in JSON or a
|
|
48
|
-
# different element tag (e.g. "<Time_Zone>") in XML, set
|
|
49
|
-
#
|
|
76
|
+
# different element tag (e.g. "<Time_Zone>") in XML, set the
|
|
77
|
+
# selector to the name or tag to be used.
|
|
50
78
|
#
|
|
51
79
|
# In JSON:
|
|
52
80
|
# - if the string contains "." characters, this is used as a
|
|
@@ -58,7 +86,10 @@ zone: "Rome"
|
|
|
58
86
|
# - all elements with the named tag (e.g. all TimeZone) elements
|
|
59
87
|
# from the document are checked; the first one with non-empty
|
|
60
88
|
# text value is used.
|
|
61
|
-
#
|
|
89
|
+
# Special case:
|
|
90
|
+
# - the *style* "fixed" is also supported. This ignores the data
|
|
91
|
+
# returned from the URL (but the URL must still be valid!)
|
|
92
|
+
# and just returns the value of the *selector*.
|
|
62
93
|
#
|
|
63
94
|
# An HTTP(S) request is made to *url*. The request should return
|
|
64
95
|
# valid data in a suitable format, depending on *style*;
|
|
@@ -67,9 +98,6 @@ zone: "Rome"
|
|
|
67
98
|
# does not follow the conventions of "suitable data" described
|
|
68
99
|
# below, *selector* may be used to pick different data.
|
|
69
100
|
#
|
|
70
|
-
# Note that this example URL works, but the service is shutting
|
|
71
|
-
# down in June 2018.
|
|
72
|
-
#
|
|
73
101
|
# Suitable JSON data looks like
|
|
74
102
|
# ```
|
|
75
103
|
# {"time_zone":"America/New_York"}
|
|
@@ -84,9 +112,6 @@ zone: "Rome"
|
|
|
84
112
|
# - backslashes are removed
|
|
85
113
|
# - spaces are replaced with _
|
|
86
114
|
#
|
|
87
|
-
# Legacy settings "geoipStyle", "geoipUrl" and "geoipSelector"
|
|
88
|
-
# in the top-level are still supported, but I'd advise against.
|
|
89
|
-
#
|
|
90
115
|
# To disable GeoIP checking, either comment-out the entire geoip section,
|
|
91
116
|
# or set the *style* key to an unsupported format (e.g. `none`).
|
|
92
117
|
# Also, note the analogous feature in src/modules/welcome/welcome.conf.
|
|
@@ -95,3 +120,12 @@ geoip:
|
|
|
95
120
|
style: "json"
|
|
96
121
|
url: "https://geoip.kde.org/v1/calamares"
|
|
97
122
|
selector: "" # leave blank for the default
|
|
123
|
+
|
|
124
|
+
# For testing purposes, you could use *fixed* style, to see how Calamares
|
|
125
|
+
# behaves in a particular zone:
|
|
126
|
+
#
|
|
127
|
+
# geoip:
|
|
128
|
+
# style: "fixed"
|
|
129
|
+
# url: "https://geoip.kde.org/v1/calamares" # Still needs to be valid!
|
|
130
|
+
# selector: "America/Vancouver" # this is the selected zone
|
|
131
|
+
#
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
# Writes an openswap configuration with LUKS settings to the given path
|
|
1
|
+
# Arch
|
|
2
|
+
# Calamares 3.3
|
|
4
3
|
---
|
|
5
4
|
# Path of the configuration file to write (in the target system)
|
|
6
|
-
configFilePath: /etc/openswap.conf
|
|
5
|
+
configFilePath: /etc/openswap.conf
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
+
# Arch
|
|
2
|
+
# Calamares 3.3
|
|
1
3
|
---
|
|
4
|
+
# Whether to create /etc/machine-id for systemd.
|
|
5
|
+
# The default is *false*.
|
|
2
6
|
systemd: true
|
|
7
|
+
|
|
8
|
+
# Whether to create /var/lib/dbus/machine-id for D-Bus.
|
|
9
|
+
# The default is *false*.
|
|
3
10
|
dbus: true
|
|
4
|
-
symlink
|
|
11
|
+
# Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id
|
|
12
|
+
# (ignored if dbus is false, or if there is no /etc/machine-id to point to).
|
|
13
|
+
# The default is *false*.
|
|
14
|
+
dbus-symlink: true
|
|
15
|
+
|
|
16
|
+
# Copy entropy from the host? If this is set to *true*, then
|
|
17
|
+
# any entropy file listed below will be copied from the host
|
|
18
|
+
# if it exists. Non-existent files will be generated from
|
|
19
|
+
# /dev/urandom . The default is *false*.
|
|
20
|
+
entropy-copy: false
|
|
21
|
+
# Which files to write (paths in the target). Each of these files is
|
|
22
|
+
# either generated from /dev/urandom or copied from the host, depending
|
|
23
|
+
# on the setting for *entropy-copy*, above.
|
|
24
|
+
entropy-files:
|
|
25
|
+
- /var/lib/urandom/random-seed
|
|
26
|
+
- /var/lib/systemd/random-seed
|
|
27
|
+
|
|
28
|
+
# Whether to create an entropy file /var/lib/urandom/random-seed
|
|
29
|
+
#
|
|
30
|
+
# DEPRECATED: list the file in entropy-files instead. If this key
|
|
31
|
+
# exists and is set to *true*, a warning is printed and Calamares
|
|
32
|
+
# behaves as if `/var/lib/urandom/random-seed` is listed in *entropy-files*.
|
|
33
|
+
#
|
|
34
|
+
# entropy: false
|
|
35
|
+
|
|
36
|
+
# Whether to create a symlink for D-Bus
|
|
37
|
+
#
|
|
38
|
+
# DEPRECATED: set *dbus-symlink* with the same meaning instead.
|
|
39
|
+
#
|
|
40
|
+
# symlink: false
|