penguins-eggs 9.4.6 → 9.4.10
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 +9 -7
- package/addons/README.md +3 -3
- package/addons/eggs/theme/applications/{install-debian.desktop → install-system.desktop} +3 -3
- package/assets/calamares/{install-debian → install-system.sh} +7 -0
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +1 -1
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
- package/conf/distros/jessie/krill/krill-modules/remove-link/remove-link.sh +1 -1
- package/conf/distros/rolling/calamares/modules/shellprocess_removelink.yml +1 -1
- package/conf/exclude.list +117 -98
- package/dist/classes/distro.js +3 -2
- package/dist/classes/incubation/incubator.js +8 -8
- package/dist/classes/ovary.js +24 -11
- package/dist/classes/tailor.js +1 -1
- package/dist/krill/modules/remove-installer-link.js +1 -1
- package/mkinitcpio/archlinux/mkinitcpio-produce.conf +1 -1
- package/mkinitcpio/blendos/README.md +7 -0
- package/mkinitcpio/blendos/mkinitcpio-install.conf +4 -0
- package/mkinitcpio/blendos/mkinitcpio-produce.conf +7 -0
- package/mkinitcpio/manjaro/README.md +1 -1
- package/package.json +6 -6
- package/mkinitcpio/garuda/README.md +0 -29
- /package/addons/eggs/theme/artwork/{install-debian.png → install-system.png} +0 -0
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.4.6","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.4.10","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}]}}}
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ penguins-eggs
|
|
|
6
6
|
### Penguins' eggs are generated and new birds are ready to fly...
|
|
7
7
|
[](https://github.com/pieroproietti/penguins-eggs)
|
|
8
8
|
[](https://penguins-eggs.net)
|
|
9
|
-
[](https://penguins-eggs.net/docs/Tutorial/users-guide)
|
|
9
|
+
[](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
|
|
10
10
|
[](https://npmjs.org/package/penguins-eggs)
|
|
11
11
|
[](https://sourceforge.net/projects/penguins-eggs/files/DEBS)
|
|
12
12
|
[](https://sourceforge.net/projects/penguins-eggs/files/PKGBUILD)
|
|
@@ -21,7 +21,7 @@ penguins-eggs
|
|
|
21
21
|
* [Packages](#packages)
|
|
22
22
|
* [Usage](#usage)
|
|
23
23
|
* [Commands](#commands)
|
|
24
|
-
* [Penguins' eggs official guide](
|
|
24
|
+
* [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
|
|
25
25
|
* [That's all Folks!](#thats-all-folks)
|
|
26
26
|
<!-- tocstop -->
|
|
27
27
|
|
|
@@ -56,6 +56,8 @@ I hope peoples will be interested in wardrobe and you will end to fork the main
|
|
|
56
56
|
|
|
57
57
|
Addons and themes have been grouped under the penguins-wardrobe, use wardrobe for all your customizations.
|
|
58
58
|
|
|
59
|
+
Consult [wardrobe users' guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide).
|
|
60
|
+
|
|
59
61
|
## clone/cryptedclone
|
|
60
62
|
You can create your live to distribute it - the default mode - or with datas using clone and clonecrypted:
|
|
61
63
|
|
|
@@ -103,7 +105,7 @@ There are more than a way to install eggs as .deb package, the most practical is
|
|
|
103
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
|
|
104
106
|
|
|
105
107
|
```
|
|
106
|
-
sudo dpkg -i eggs_9.4.
|
|
108
|
+
sudo dpkg -i eggs_9.4.9_amd64.deb
|
|
107
109
|
```
|
|
108
110
|
|
|
109
111
|
or, on a i386 system:
|
|
@@ -129,7 +131,7 @@ sudo apt update && sudo apt install eggs
|
|
|
129
131
|
```
|
|
130
132
|
|
|
131
133
|
### Upgrade eggs
|
|
132
|
-
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.4.
|
|
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.4.9_amd64.deb**.
|
|
133
135
|
|
|
134
136
|
|
|
135
137
|
## Arch families
|
|
@@ -177,7 +179,7 @@ Once the package has been installed, you can have the new ```eggs``` command. Ty
|
|
|
177
179
|
|
|
178
180
|
At the moment eggs uses the default fast compression, which provides a faster compression speed, for the final compression it is worth using the ```--max``` flag to get more compressed ISOs.
|
|
179
181
|
|
|
180
|
-
In addition to the description of the commands in this README, you can consult the [Penguins' eggs official guide](
|
|
182
|
+
In addition to the description of the commands in this README, you can consult the [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide).
|
|
181
183
|
|
|
182
184
|
# Commands
|
|
183
185
|
<!-- commands -->
|
|
@@ -913,7 +915,7 @@ EXAMPLES
|
|
|
913
915
|
# Penguins' eggs official guide
|
|
914
916
|
The original edition of the eggs manual is released in Italian, of course other languages can be accessed using machine translation:
|
|
915
917
|
|
|
916
|
-
[Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/users-guide)
|
|
918
|
+
[Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
|
|
917
919
|
|
|
918
920
|
A nice thing to do to help users could be to make terminal samples, I did this some time ago, but they should be updated.
|
|
919
921
|
|
|
@@ -923,7 +925,7 @@ A nice thing to do to help users could be to make terminal samples, I did this s
|
|
|
923
925
|
No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
|
|
924
926
|
|
|
925
927
|
# More informations
|
|
926
|
-
There is a [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/users-guide) and same other documentation - mostly for developers - on the repository [penguins-eggs](https://github.com/pieroproietti/penguins-eggs) under [documents](https://github.com/pieroproietti/penguins-eggs/tree/master/documents). I want to point out [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) a brief how to use eggs in Debian. Arch and Manjaro, and the post [Arch-naked](https://penguins-eggs.net/docs/Tutorial/archlinux-naked.html) on the blog which describes how to create an Arch naked live, install it, then dress the resulting system with a graphics development station.
|
|
928
|
+
There is a [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) and same other documentation - mostly for developers - on the repository [penguins-eggs](https://github.com/pieroproietti/penguins-eggs) under [documents](https://github.com/pieroproietti/penguins-eggs/tree/master/documents). I want to point out [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) a brief how to use eggs in Debian. Arch and Manjaro, and the post [Arch-naked](https://penguins-eggs.net/docs/Tutorial/archlinux-naked.html) on the blog which describes how to create an Arch naked live, install it, then dress the resulting system with a graphics development station.
|
|
927
929
|
|
|
928
930
|
You can contact me by [mail](mailto://pieroproietti@gmail.com) or follow me on
|
|
929
931
|
[blog](https://penguins-eggs.net),
|
package/addons/README.md
CHANGED
|
@@ -18,8 +18,8 @@ blissos/
|
|
|
18
18
|
livecd
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
* in **applications** we have the desktop link named **install-
|
|
22
|
-
* in **artwork** the icon named **install-
|
|
21
|
+
* in **applications** we have the desktop link named **install-system.desktop** into calamares startup;
|
|
22
|
+
* in **artwork** the icon named **install-system.png** for the calamares launcher
|
|
23
23
|
* in **calamares** we have two directories: **branding** with your slides for calamares and **modules**
|
|
24
24
|
* **livecd** includes grub and isolinux templates, buoot splash named **splash.png** and theme for grub and isolinux.
|
|
25
25
|
|
|
@@ -67,7 +67,7 @@ video window;
|
|
|
67
67
|
* __--rsupport__ create an icon for [dwagent](https://www.dwservice.net) that must be installed locally.
|
|
68
68
|
|
|
69
69
|
# More informations
|
|
70
|
-
There is a [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/users-guide) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**.
|
|
70
|
+
There is a [Penguins' eggs official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**.
|
|
71
71
|
|
|
72
72
|
* [Penguins' eggs blog](https://penguins-eggs.net)
|
|
73
73
|
* [facebook Penguins' eggs group](https://www.facebook.com/groups/128861437762355/)
|
|
@@ -5,10 +5,10 @@ Name=Install System
|
|
|
5
5
|
GenericName=System Installer
|
|
6
6
|
Keywords=calamares;system;installer;
|
|
7
7
|
#Exec=sh -c "pkexec /usr/bin/calamares"
|
|
8
|
-
Exec=/usr/sbin/install-
|
|
9
|
-
TryExec=/usr/sbin/install-
|
|
8
|
+
Exec=/usr/sbin/install-system.sh
|
|
9
|
+
TryExec=/usr/sbin/install-system.sh
|
|
10
10
|
Comment=Calamares — System Installer
|
|
11
|
-
Icon=install-
|
|
11
|
+
Icon=install-system
|
|
12
12
|
Terminal=false
|
|
13
13
|
StartupNotify=true
|
|
14
14
|
Categories=Qt;System;
|
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
# Stale file left behind by live-build that messes with partitioning
|
|
7
7
|
sudo mv /etc/fstab /etc/fstab.orig.calamares
|
|
8
8
|
|
|
9
|
+
# Allow Calamares to scale the window for hidpi displays
|
|
10
|
+
# This is fixed in the Calamares 3.3.0 series
|
|
11
|
+
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
12
|
+
|
|
13
|
+
# Gnome... not work
|
|
14
|
+
# export QT_QPA_PLATFORM=wayland
|
|
15
|
+
|
|
9
16
|
# Access control to run calamares as root for xwayland
|
|
10
17
|
xhost +si:localuser:root
|
|
11
18
|
pkexec calamares
|
package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
#"for i in `ls /home/`; do rm /home/$i/Desktop/install-
|
|
1
|
+
#"for i in `ls /home/`; do rm /home/$i/Desktop/install-system.desktop || exit 0; done"
|
|
@@ -9,5 +9,5 @@ if [ -f "$CHROOT"/etc/issue ]; then
|
|
|
9
9
|
sed -i '/^eggs-start-message/,/^\eggs-end-message/{/^#/!{/^\$/!d;};}' "$CHROOT"/etc/issue
|
|
10
10
|
fi
|
|
11
11
|
|
|
12
|
-
rm -f $CHROOT/usr/share/applications/install-
|
|
12
|
+
rm -f $CHROOT/usr/share/applications/install-system.desktop
|
|
13
13
|
rm -f $CHROOT/etc/systemd/system/getty@.service.d/override.conf # remove cli-autologin
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
CHROOT=$(mount | grep proc | grep krill | awk '{print $3}' | sed -e "s#/proc##g")
|
|
3
|
-
rm $CHROOT/usr/share/applications/install-
|
|
3
|
+
rm $CHROOT/usr/share/applications/install-system.desktop
|
|
4
4
|
rm $CHROOT/usr/share/applications/penguins-krill.desktop
|
|
5
5
|
rm $CHROOT/usr/share/applications/penguins-clinstaller.desktop
|
package/conf/exclude.list
CHANGED
|
@@ -1,102 +1,121 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# I started from https://git.devuan.org/devuan/refractasnapshot-base/src/branch/master/snapshot_exclude.list
|
|
2
|
+
# converting it from rsync - not more used - to mksquashfs
|
|
3
3
|
|
|
4
|
-
#
|
|
5
|
-
|
|
4
|
+
# Required: ou probably shouldn't change them.
|
|
5
|
+
boot/*.bak
|
|
6
|
+
boot/*.old-dkms
|
|
7
|
+
boot/grub/device.map
|
|
8
|
+
boot/grub/grub.cfg
|
|
9
|
+
boot/grub/menu.lst
|
|
10
|
+
cdrom/*
|
|
11
|
+
dev/*
|
|
12
|
+
etc/apt/sources.list~
|
|
13
|
+
etc/blkid.tab
|
|
14
|
+
etc/blkid.tab.old
|
|
15
|
+
etc/crypttab
|
|
16
|
+
etc/fstab
|
|
17
|
+
etc/fstab.d/*
|
|
18
|
+
etc/initramfs-tools/conf.d/cryptroot # see remove-cryptroot and nocrypt.sh
|
|
19
|
+
etc/initramfs-tools/conf.d/resume # see remove-cryptroot and nocrypt.sh
|
|
20
|
+
etc/mtab
|
|
21
|
+
etc/popularity-contest.conf
|
|
22
|
+
etc/ssh/ssh_host_*_key*
|
|
23
|
+
etc/ssh/ssh_host_key*
|
|
24
|
+
etc/udev/rules.d/70-persistent-cd.rules
|
|
25
|
+
etc/udev/rules.d/70-persistent-net.rules
|
|
26
|
+
home/snapshot
|
|
27
|
+
lib/live/image
|
|
28
|
+
lib/live/mount
|
|
29
|
+
lib/live/overlay
|
|
30
|
+
lib/live/rootfs
|
|
31
|
+
live
|
|
32
|
+
media/*
|
|
33
|
+
mnt/*
|
|
34
|
+
persistence.conf
|
|
35
|
+
proc/*
|
|
36
|
+
run/*
|
|
37
|
+
swapfile
|
|
38
|
+
sys/*
|
|
39
|
+
tmp/*
|
|
40
|
+
usr/lib/live/image
|
|
41
|
+
usr/lib/live/mount
|
|
42
|
+
usr/lib/live/overlay
|
|
43
|
+
usr/lib/live/rootfs
|
|
44
|
+
usr/share/icons/*/icon-theme.cache
|
|
45
|
+
var/backups/*.bak
|
|
46
|
+
var/backups/*.gz
|
|
47
|
+
var/cache/apt/apt-file/*
|
|
48
|
+
var/cache/apt/archives/*.deb
|
|
49
|
+
var/cache/apt/pkgcache.bin
|
|
50
|
+
var/cache/apt/srcpkgcache.bin
|
|
51
|
+
var/cache/debconf/*~old
|
|
52
|
+
var/lib/apt/*~
|
|
53
|
+
var/lib/apt/cdroms.list
|
|
54
|
+
var/lib/apt/lists/*
|
|
55
|
+
var/lib/aptitude/*.old
|
|
56
|
+
var/lib/dbus/machine-id
|
|
57
|
+
var/lib/dhcp/*
|
|
58
|
+
var/lib/dpkg/*~old
|
|
59
|
+
var/lib/live/config/*
|
|
60
|
+
var/mail/*
|
|
61
|
+
var/spool/mail/*
|
|
6
62
|
|
|
7
|
-
#
|
|
8
|
-
|
|
63
|
+
# root: you can exclude all
|
|
64
|
+
root/.aptitude
|
|
65
|
+
root/.bash_history
|
|
66
|
+
root/.disk-manager.conf
|
|
67
|
+
root/.fstab.log
|
|
68
|
+
root/.ICEauthority
|
|
69
|
+
root/.lesshst
|
|
70
|
+
root/.local/share/*
|
|
71
|
+
root/.nano_history
|
|
72
|
+
root/.ssh
|
|
73
|
+
root/.synaptic
|
|
74
|
+
root/.VirtualBox
|
|
75
|
+
root/.Xauthority
|
|
76
|
+
root/*/.log
|
|
9
77
|
|
|
10
|
-
#
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
78
|
+
# home: mostly clean
|
|
79
|
+
home/*/.adobe
|
|
80
|
+
home/*/.aptitude
|
|
81
|
+
home/*/.bash_history
|
|
82
|
+
home/*/.cache
|
|
83
|
+
home/*/.config/hexchat
|
|
84
|
+
home/*/.dbus
|
|
85
|
+
home/*/.gksu*
|
|
86
|
+
home/*/.gnupg
|
|
87
|
+
home/*/.gvfs
|
|
88
|
+
home/*/.ICEauthority
|
|
89
|
+
home/*/.lesshst
|
|
90
|
+
home/*/.local/share/recently-used.xbel
|
|
91
|
+
home/*/.local/share/Trash/*
|
|
92
|
+
home/*/.log
|
|
93
|
+
home/*/.macromedia
|
|
94
|
+
home/*/.mozilla/*/Cache/*
|
|
95
|
+
home/*/.mozilla/*/cookies.sqlite
|
|
96
|
+
home/*/.mozilla/*/downloads.sqlite
|
|
97
|
+
home/*/.mozilla/*/formhistory.sqlite
|
|
98
|
+
home/*/.mozilla/*/places.sqlite
|
|
99
|
+
home/*/.mozilla/*/signons.sqlite
|
|
100
|
+
home/*/.mozilla/*/urlclassifier3.sqlite
|
|
101
|
+
home/*/.nano_history
|
|
102
|
+
home/*/.pulse*
|
|
103
|
+
home/*/.recently-used
|
|
104
|
+
home/*/.recently-used.xbel
|
|
105
|
+
home/*/.ssh
|
|
106
|
+
home/*/.thumbnails/fail/*
|
|
107
|
+
home/*/.thumbnails/large/*
|
|
108
|
+
home/*/.thumbnails/normal/*
|
|
109
|
+
home/*/.Trash*
|
|
110
|
+
home/*/.vbox*
|
|
111
|
+
home/*/.VirtualBox
|
|
112
|
+
home/*/.wine
|
|
113
|
+
home/*/.Xauthority
|
|
114
|
+
home/*/.xchat2
|
|
115
|
+
home/*/.xsession-errors*
|
|
116
|
+
home/*/VirtualBox\ VMs
|
|
21
117
|
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- /boot/grub/grub.cfg
|
|
27
|
-
- /boot/grub/menu.lst
|
|
28
|
-
|
|
29
|
-
# /etc
|
|
30
|
-
- /etc/apt/sources.list~
|
|
31
|
-
- /etc/blkid.tab
|
|
32
|
-
- /etc/blkid.tab.old
|
|
33
|
-
- /etc/crypttab
|
|
34
|
-
- /etc/dnsmasq.d/cuckoo.conf
|
|
35
|
-
- /etc/fstab
|
|
36
|
-
- /etc/fstab.d/*
|
|
37
|
-
- /etc/initramfs-tools/conf.d/cryptroot # see remove-cryptroot and nocrypt.sh
|
|
38
|
-
- /etc/initramfs-tools/conf.d/resume # see remove-cryptroot and nocrypt.sh
|
|
39
|
-
- /etc/machine-id
|
|
40
|
-
- /etc/mtab
|
|
41
|
-
- /etc/popularity-contest.conf
|
|
42
|
-
- /etc/ssh/ssh_host_*_key*
|
|
43
|
-
- /etc/ssh/ssh_host_key*
|
|
44
|
-
- /etc/udev/rules.d/70-persistent-cd.rules
|
|
45
|
-
- /etc/udev/rules.d/70-persistent-net.rules
|
|
46
|
-
|
|
47
|
-
# /lib
|
|
48
|
-
#
|
|
49
|
-
# Added for newer version of live-config/live-boot in wheezy
|
|
50
|
-
# These are only relevant here if you create a snapshot while
|
|
51
|
-
# you're running a live-CD or live-usb.
|
|
52
|
-
- /lib/live/image
|
|
53
|
-
- /lib/live/mount
|
|
54
|
-
- /lib/live/overlay
|
|
55
|
-
- /lib/live/rootfs
|
|
56
|
-
- /run/*
|
|
57
|
-
|
|
58
|
-
# /home eggs remove all under /home
|
|
59
|
-
- /home/*
|
|
60
|
-
|
|
61
|
-
# /root
|
|
62
|
-
- /root/.aptitude
|
|
63
|
-
- /root/.bash_history
|
|
64
|
-
- /root/.disk-manager.conf
|
|
65
|
-
- /root/.fstab.log
|
|
66
|
-
- /root/.ICEauthority
|
|
67
|
-
- /root/.lesshst
|
|
68
|
-
- /root/.local/share/*
|
|
69
|
-
- /root/.nano_history
|
|
70
|
-
- /root/.ssh
|
|
71
|
-
- /root/.synaptic
|
|
72
|
-
- /root/.VirtualBox
|
|
73
|
-
- /root/.Xauthority
|
|
74
|
-
- /root/*/.log
|
|
75
|
-
|
|
76
|
-
# Added for symlink /lib
|
|
77
|
-
- /usr/lib/live/image
|
|
78
|
-
- /usr/lib/live/mount
|
|
79
|
-
- /usr/lib/live/overlay
|
|
80
|
-
- /usr/lib/live/rootfs
|
|
81
|
-
- /usr/share/icons/*/icon-theme.cache
|
|
82
|
-
|
|
83
|
-
# var
|
|
84
|
-
- /var/backups/*.gz
|
|
85
|
-
- /var/cache/apt/apt-file/*
|
|
86
|
-
- /var/cache/apt/archives/*.deb
|
|
87
|
-
- /var/cache/apt/pkgcache.bin
|
|
88
|
-
- /var/cache/apt/srcpkgcache.bin
|
|
89
|
-
- /var/cache/debconf/*~old
|
|
90
|
-
- /var/lib/apt/*~
|
|
91
|
-
- /var/lib/apt/cdroms.list
|
|
92
|
-
- /var/lib/apt/lists/*
|
|
93
|
-
- /var/lib/aptitude/*.old
|
|
94
|
-
- /var/lib/dbus/machine-id
|
|
95
|
-
- /var/lib/dhcp/*
|
|
96
|
-
- /var/lib/dpkg/*~old
|
|
97
|
-
- /var/lib/live/config/*
|
|
98
|
-
- /var/mail/*
|
|
99
|
-
- /var/spool/mail/*
|
|
100
|
-
|
|
101
|
-
# added for btrfs
|
|
102
|
-
- /.snapshots/*
|
|
118
|
+
# custom
|
|
119
|
+
.snapshots/*
|
|
120
|
+
swap/*
|
|
121
|
+
swapfile
|
package/dist/classes/distro.js
CHANGED
|
@@ -178,8 +178,9 @@ class Distro {
|
|
|
178
178
|
* Arch Linux / RebornOS
|
|
179
179
|
* calamares rebornOS: Reborn-OS/calamares-core-git
|
|
180
180
|
*/
|
|
181
|
-
case 'n/a':
|
|
182
|
-
|
|
181
|
+
case 'n/a':
|
|
182
|
+
case 'rolling': {
|
|
183
|
+
// ARCH, BlendOS, RebornOS, EndeavourOS
|
|
183
184
|
this.familyId = 'archlinux';
|
|
184
185
|
this.distroLike = 'Arch';
|
|
185
186
|
this.codenameId = 'rolling';
|
|
@@ -226,9 +226,9 @@ class Incubator {
|
|
|
226
226
|
console.log(`${calamaresBranding} branding not found!`);
|
|
227
227
|
process.exit();
|
|
228
228
|
}
|
|
229
|
-
let calamaresIcon = node_path_1.default.resolve(__dirname, `../../../addons/${this.remix.branding}/theme/artwork/install-
|
|
229
|
+
let calamaresIcon = node_path_1.default.resolve(__dirname, `../../../addons/${this.remix.branding}/theme/artwork/install-system.png`);
|
|
230
230
|
if (this.theme.includes('/')) {
|
|
231
|
-
calamaresIcon = `${this.theme}/theme/artwork/install-
|
|
231
|
+
calamaresIcon = `${this.theme}/theme/artwork/install-system.png`;
|
|
232
232
|
}
|
|
233
233
|
if (node_fs_1.default.existsSync(calamaresIcon)) {
|
|
234
234
|
shelljs_1.default.cp(calamaresIcon, '/usr/share/icons/');
|
|
@@ -237,9 +237,9 @@ class Incubator {
|
|
|
237
237
|
console.log(`${calamaresIcon} icon not found!`);
|
|
238
238
|
process.exit();
|
|
239
239
|
}
|
|
240
|
-
let calamaresLauncher = node_path_1.default.resolve(__dirname, `../../../addons/${this.remix.branding}/theme/applications/install-
|
|
240
|
+
let calamaresLauncher = node_path_1.default.resolve(__dirname, `../../../addons/${this.remix.branding}/theme/applications/install-system.desktop`);
|
|
241
241
|
if (this.theme.includes('/')) {
|
|
242
|
-
calamaresLauncher = `${this.theme}/theme/applications/install-
|
|
242
|
+
calamaresLauncher = `${this.theme}/theme/applications/install-system.desktop`;
|
|
243
243
|
}
|
|
244
244
|
if (node_fs_1.default.existsSync(calamaresLauncher)) {
|
|
245
245
|
shelljs_1.default.cp(calamaresLauncher, '/usr/share/applications/');
|
|
@@ -249,8 +249,8 @@ class Incubator {
|
|
|
249
249
|
process.exit();
|
|
250
250
|
}
|
|
251
251
|
// script di avvio
|
|
252
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../../assets/calamares/install-
|
|
253
|
-
shelljs_1.default.chmod('+x', '/usr/sbin/install-
|
|
252
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../../assets/calamares/install-system.sh'), '/usr/sbin/install-system.sh');
|
|
253
|
+
shelljs_1.default.chmod('+x', '/usr/sbin/install-system.sh');
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
/**
|
|
@@ -270,9 +270,9 @@ class Incubator {
|
|
|
270
270
|
* non dovrebbe servire
|
|
271
271
|
*/
|
|
272
272
|
async createInstallDebian() {
|
|
273
|
-
const scriptInstallDebian = require('./calamares-modules/scripts/install-
|
|
273
|
+
const scriptInstallDebian = require('./calamares-modules/scripts/install-system.sh').installDebian;
|
|
274
274
|
const scriptDir = '/usr/bin/';
|
|
275
|
-
const scriptFile = scriptDir + 'install-
|
|
275
|
+
const scriptFile = scriptDir + 'install-system.sh';
|
|
276
276
|
const scriptContent = scriptInstallDebian();
|
|
277
277
|
write(scriptFile, scriptContent, this.verbose);
|
|
278
278
|
await (0, utils_2.exec)(`chmod +x ${scriptFile}`);
|
package/dist/classes/ovary.js
CHANGED
|
@@ -229,7 +229,9 @@ class Ovary {
|
|
|
229
229
|
await (0, utils_1.exec)(`ln ${this.settings.work_dir.pathIso}live/filesystem.squashfs ${this.settings.work_dir.pathIso}manjaro/x86_64/livefs.sfs`, this.echo);
|
|
230
230
|
await (0, utils_1.exec)(`md5sum ${this.settings.work_dir.pathIso}live/filesystem.squashfs > ${this.settings.work_dir.pathIso}manjaro/x86_64/livefs.md5`, this.echo);
|
|
231
231
|
}
|
|
232
|
-
else if (this.settings.distro.distroId === 'Arch' ||
|
|
232
|
+
else if (this.settings.distro.distroId === 'Arch' ||
|
|
233
|
+
this.settings.distro.distroId === 'RebornOS' ||
|
|
234
|
+
this.settings.distro.distroId === 'EndeavourOS') {
|
|
233
235
|
await (0, utils_1.exec)(`mkdir ${this.settings.work_dir.pathIso}arch/x86_64 -p`, this.echo);
|
|
234
236
|
await (0, utils_1.exec)(`ln ${this.settings.work_dir.pathIso}live/filesystem.squashfs ${this.settings.work_dir.pathIso}arch/x86_64/airootfs.sfs`, this.echo);
|
|
235
237
|
await (0, utils_1.exec)(`sha512sum ${this.settings.work_dir.pathIso}live/filesystem.squashfs > ${this.settings.work_dir.pathIso}arch/x86_64/airootfs.sha512`, this.echo);
|
|
@@ -578,7 +580,9 @@ class Ovary {
|
|
|
578
580
|
if (this.settings.distro.distroId === 'ManjaroLinux') {
|
|
579
581
|
kernel_parameters += ` misobasedir=manjaro misolabel=${volid}`;
|
|
580
582
|
}
|
|
581
|
-
else if (this.settings.distro.distroId === 'Arch' ||
|
|
583
|
+
else if (this.settings.distro.distroId === 'Arch' ||
|
|
584
|
+
this.settings.distro.distroId === 'RebornOS' ||
|
|
585
|
+
this.settings.distro.distroId === 'EndeavourOS') {
|
|
582
586
|
kernel_parameters += ` archisobasedir=arch archisolabel=${volid} cow_spacesize=4G`;
|
|
583
587
|
}
|
|
584
588
|
}
|
|
@@ -633,12 +637,17 @@ class Ovary {
|
|
|
633
637
|
let initrdImg = utils_2.default.initrdImg();
|
|
634
638
|
initrdImg = initrdImg.slice(Math.max(0, initrdImg.lastIndexOf('/') + 1));
|
|
635
639
|
utils_2.default.warning(`Creating ${initrdImg} in ${this.settings.work_dir.pathIso}/live/`);
|
|
636
|
-
if (this.settings.distro.distroId === '
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
else if (this.settings.distro.distroId === 'Arch' || this.settings.distro.distroId === 'RebornOS') {
|
|
640
|
+
if (this.settings.distro.distroId === 'Arch' ||
|
|
641
|
+
this.settings.distro.distroId === 'RebornOS' ||
|
|
642
|
+
this.settings.distro.distroId === 'EndeavourOS') {
|
|
640
643
|
await (0, utils_1.exec)(`mkinitcpio -c ${node_path_1.default.resolve(__dirname, '../../mkinitcpio/archlinux/mkinitcpio-produce.conf')} -g ${this.settings.work_dir.pathIso}/live/${initrdImg}`, utils_2.default.setEcho(true));
|
|
641
644
|
}
|
|
645
|
+
else if (this.settings.distro.distroId === 'blendOS') {
|
|
646
|
+
await (0, utils_1.exec)(`mkinitcpio -c ${node_path_1.default.resolve(__dirname, '../../mkinitcpio/blendos/mkinitcpio-produce.conf')} -g ${this.settings.work_dir.pathIso}/live/${initrdImg}`, utils_2.default.setEcho(true));
|
|
647
|
+
}
|
|
648
|
+
else if (this.settings.distro.distroId === 'ManjaroLinux') {
|
|
649
|
+
await (0, utils_1.exec)(`mkinitcpio -c ${node_path_1.default.resolve(__dirname, '../../mkinitcpio/manjaro/mkinitcpio-produce.conf')} -g ${this.settings.work_dir.pathIso}/live/${initrdImg}`, utils_2.default.setEcho(true));
|
|
650
|
+
}
|
|
642
651
|
}
|
|
643
652
|
/**
|
|
644
653
|
* We must upgrade to initrdCreate for Debian/Ubuntu
|
|
@@ -719,7 +728,7 @@ class Ovary {
|
|
|
719
728
|
fs_1.default.unlinkSync(`${this.settings.work_dir.pathIso}/live/filesystem.squashfs`);
|
|
720
729
|
}
|
|
721
730
|
const compression = `-comp ${this.settings.config.compression}`;
|
|
722
|
-
//
|
|
731
|
+
//let cmd = `mksquashfs ${this.settings.work_dir.merged} ${this.settings.work_dir.pathIso}live/filesystem.squashfs ${compression} -wildcards -ef ${this.settings.session_excludes}`
|
|
723
732
|
let cmd = `mksquashfs ${this.settings.work_dir.merged} ${this.settings.work_dir.pathIso}live/filesystem.squashfs ${compression} -wildcards -ef ${this.settings.config.snapshot_excludes} ${this.settings.session_excludes}`;
|
|
724
733
|
cmd = cmd.replace(/\s\s+/g, ' ');
|
|
725
734
|
utils_2.default.writeX(`${this.settings.work_dir.path}mksquashfs`, cmd);
|
|
@@ -989,6 +998,8 @@ class Ovary {
|
|
|
989
998
|
}
|
|
990
999
|
else if (this.familyId === 'archlinux') {
|
|
991
1000
|
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} gpasswd -a ${this.settings.config.user_opt} wheel`, this.verbose));
|
|
1001
|
+
// check or create group: autologin
|
|
1002
|
+
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} getent group autologin || groupadd autologin`, this.verbose));
|
|
992
1003
|
cmds.push(await rexec(`chroot ${this.settings.work_dir.merged} gpasswd -a ${this.settings.config.user_opt} autologin`, this.verbose));
|
|
993
1004
|
}
|
|
994
1005
|
/**
|
|
@@ -1022,10 +1033,10 @@ class Ovary {
|
|
|
1022
1033
|
* creazione dei link in /usr/share/applications
|
|
1023
1034
|
*/
|
|
1024
1035
|
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, '../../assets/penguins-eggs.desktop'), '/usr/share/applications/');
|
|
1025
|
-
let installerUrl = 'install-
|
|
1026
|
-
let installerIcon = 'install-
|
|
1036
|
+
let installerUrl = 'install-system.desktop';
|
|
1037
|
+
let installerIcon = 'install-system.sh';
|
|
1027
1038
|
if (pacman_1.default.packageIsInstalled('calamares')) {
|
|
1028
|
-
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, `../../addons/${theme}/theme/applications/install-
|
|
1039
|
+
shelljs_1.default.cp(node_path_1.default.resolve(__dirname, `../../addons/${theme}/theme/applications/install-system.desktop`), `${this.settings.work_dir.merged}/usr/share/applications/`);
|
|
1029
1040
|
}
|
|
1030
1041
|
else if (pacman_1.default.packageIsInstalled('live-installer')) {
|
|
1031
1042
|
// carico la policy per live-installer
|
|
@@ -1344,7 +1355,9 @@ class Ovary {
|
|
|
1344
1355
|
if (this.settings.distro.distroId === 'ManjaroLinux') {
|
|
1345
1356
|
kernel_parameters += ` misobasedir=manjaro misolabel=${volid}`;
|
|
1346
1357
|
}
|
|
1347
|
-
else if (this.settings.distro.distroId === 'Arch' ||
|
|
1358
|
+
else if (this.settings.distro.distroId === 'Arch' ||
|
|
1359
|
+
this.settings.distro.distroId === 'RebornOS' ||
|
|
1360
|
+
this.settings.distro.distroId === 'EndeavourOS') {
|
|
1348
1361
|
kernel_parameters += ` archisobasedir=arch archisolabel=${volid} cow_spacesize=4G`;
|
|
1349
1362
|
}
|
|
1350
1363
|
}
|
package/dist/classes/tailor.js
CHANGED
|
@@ -182,7 +182,7 @@ class Tailor {
|
|
|
182
182
|
if (this.materials.sequence.repositories.sources_list !== undefined) {
|
|
183
183
|
step = 'analyzing repositories';
|
|
184
184
|
utils_1.default.warning(step);
|
|
185
|
-
if (distro.
|
|
185
|
+
if (distro.distroLike === 'Debian') {
|
|
186
186
|
await sources_list.components(this.materials.sequence.repositories.sources_list);
|
|
187
187
|
}
|
|
188
188
|
}
|
|
@@ -29,7 +29,7 @@ async function removeInstallerLink() {
|
|
|
29
29
|
if (lines[i].search('penguins-clinstaller.desktop') !== -1) {
|
|
30
30
|
lines[i] = '#' + lines[i];
|
|
31
31
|
}
|
|
32
|
-
if (lines[i].search('install-
|
|
32
|
+
if (lines[i].search('install-system.desktop') !== -1) {
|
|
33
33
|
lines[i] = '#' + lines[i];
|
|
34
34
|
}
|
|
35
35
|
content += lines[i] + '\n';
|
|
@@ -28,7 +28,7 @@ You can use simple USB or USB with ventoy, iso file with proxmox ve, virtualbox,
|
|
|
28
28
|
* penguins-eggs PKGBUILD on [community](https://gitlab.manjaro.org/packages/community/penguins-eggs)
|
|
29
29
|
* penguins-eggs PKGBUILD [my way](https://github.com/pieroproietti/penguins-eggs-manjaro) (*)
|
|
30
30
|
* penguins-eggs [sources](https://github.com/pieroproietti/penguins-eggs)
|
|
31
|
-
* penguins-eggs [book](https://penguins-eggs.net/docs/Tutorial/users-guide)
|
|
31
|
+
* penguins-eggs [book](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
|
|
32
32
|
* penguins-eggs [blog](https://penguins-eggs.net)
|
|
33
33
|
|
|
34
34
|
(*) Here we refere always to that, but I hope with same help to solve the problems and have it in community again.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "penguins-eggs",
|
|
3
3
|
"description": "Perri's Brewery edition: remaster your system and distribuite it",
|
|
4
|
-
"version": "9.4.
|
|
4
|
+
"version": "9.4.10",
|
|
5
5
|
"author": "Piero Proietti @pieroproietti",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eggs": "bin/run"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-version": "1.2.1",
|
|
16
16
|
"@oclif/plugin-warn-if-update-available": "^2.0.32",
|
|
17
17
|
"@oclif/test": "^2.3.11",
|
|
18
|
-
"axios": "^1.
|
|
18
|
+
"axios": "^1.4.0",
|
|
19
19
|
"chalk": "^4.1.2",
|
|
20
20
|
"etrick": "0.0.3",
|
|
21
21
|
"ink": "^3.2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@tsconfig/recommended": "^1.0.2",
|
|
38
|
-
"@types/chai": "^4.3.
|
|
38
|
+
"@types/chai": "^4.3.5",
|
|
39
39
|
"@types/ini": "^1.3.31",
|
|
40
40
|
"@types/ink-big-text": "^1.2.1",
|
|
41
41
|
"@types/ink-gradient": "^2.0.1",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@types/mocha": "^10.0.1",
|
|
45
45
|
"@types/mustache": "^4.2.2",
|
|
46
46
|
"@types/netmask": "^1.0.30",
|
|
47
|
-
"@types/node": "^18.
|
|
47
|
+
"@types/node": "^18.16.5",
|
|
48
48
|
"@types/node-static": "^0.7.7",
|
|
49
|
-
"@types/react": "^18.
|
|
49
|
+
"@types/react": "^18.2.6",
|
|
50
50
|
"@types/shelljs": "^0.8.12",
|
|
51
|
-
"@typescript-eslint/parser": "^5.
|
|
51
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
52
52
|
"chai": "^4.3.7",
|
|
53
53
|
"eslint": "^7",
|
|
54
54
|
"eslint-config-oclif": "^4.0.0",
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Garuda Linux
|
|
2
|
-
|
|
3
|
-
pacman -S garuda-tools-iso
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
mkinitcpio fail with
|
|
7
|
-
|
|
8
|
-
```
|
|
9
|
-
==> Starting build: 5.15.12-zen1-1-zen
|
|
10
|
-
-> Running build hook: [base]
|
|
11
|
-
-> Running build hook: [udev]
|
|
12
|
-
-> Running build hook: [miso_shutdown]
|
|
13
|
-
-> Running build hook: [miso]
|
|
14
|
-
-> Running build hook: [miso_loop_mnt]
|
|
15
|
-
-> Running build hook: [miso_kms]
|
|
16
|
-
==> ERROR: module not found: `bochs_drm'
|
|
17
|
-
-> Running build hook: [modconf]
|
|
18
|
-
-> Running build hook: [block]
|
|
19
|
-
==> WARNING: Possibly missing firmware for module: aic94xx
|
|
20
|
-
==> WARNING: Possibly missing firmware for module: wd719x
|
|
21
|
-
==> WARNING: Possibly missing firmware for module: xhci_pci
|
|
22
|
-
-> Running build hook: [filesystems]
|
|
23
|
-
-> Running build hook: [keyboard]
|
|
24
|
-
-> Running build hook: [keymap]
|
|
25
|
-
==> ERROR: module not found: `bochs_drm'
|
|
26
|
-
Decompress: 408/647 files. Current: ...rnel/udf.ko.zst : 128 KiB... ==> Generating module dependencies
|
|
27
|
-
==> Creating zstd-compressed initcpio image: /home/eggs/ovarium/iso/live/initramfs-linux-zen.img
|
|
28
|
-
==> WARNING: errors were encountered during the build. The image may not be complete.
|
|
29
|
-
```
|
|
File without changes
|