penguins-eggs 9.5.20 → 9.5.22
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 +1 -1
- package/conf/README.md +14 -62
- package/dist/classes/bleach.js +4 -6
- package/dist/classes/cfs.js +4 -6
- package/dist/classes/compressors.js +2 -4
- package/dist/classes/daddy.js +12 -16
- package/dist/classes/distro.js +5 -7
- package/dist/classes/family/archlinux.js +7 -8
- package/dist/classes/family/debian.js +5 -7
- package/dist/classes/family/fedora.js +5 -7
- package/dist/classes/family/suse.js +5 -7
- package/dist/classes/incubation/branding.js +2 -4
- package/dist/classes/incubation/distros/bionic.js +3 -5
- package/dist/classes/incubation/distros/buster.js +3 -5
- package/dist/classes/incubation/distros/focal.js +3 -5
- package/dist/classes/incubation/distros/jessie.js +2 -4
- package/dist/classes/incubation/distros/rolling.js +3 -5
- package/dist/classes/incubation/fisherman-helper/displaymanager.js +2 -4
- package/dist/classes/incubation/fisherman-helper/packages.js +2 -4
- package/dist/classes/incubation/fisherman-helper/settings.js +5 -7
- package/dist/classes/incubation/fisherman.js +5 -7
- package/dist/classes/incubation/incubator.js +7 -9
- package/dist/classes/incubation/installer.js +3 -5
- package/dist/classes/initrd.js +4 -7
- package/dist/classes/keyboards.js +2 -4
- package/dist/classes/locales.js +3 -5
- package/dist/classes/n8.js +2 -4
- package/dist/classes/network.js +2 -4
- package/dist/classes/ovary.js +145 -117
- package/dist/classes/pacman.js +11 -13
- package/dist/classes/pve-live.js +4 -6
- package/dist/classes/pxe.js +15 -16
- package/dist/classes/settings.js +83 -72
- package/dist/classes/sources_list.js +4 -6
- package/dist/classes/systemctl.js +2 -4
- package/dist/classes/tailor.js +9 -11
- package/dist/classes/tools.js +4 -6
- package/dist/classes/users.js +2 -4
- package/dist/classes/utils.js +20 -18
- package/dist/classes/xdg.js +8 -10
- package/dist/classes/yolk.js +6 -8
- package/dist/commands/adapt.js +2 -4
- package/dist/commands/analyze.js +5 -7
- package/dist/commands/calamares.js +7 -9
- package/dist/commands/config.js +5 -7
- package/dist/commands/cuckoo.js +5 -7
- package/dist/commands/dad.js +4 -6
- package/dist/commands/export/deb.js +3 -5
- package/dist/commands/export/iso.js +3 -5
- package/dist/commands/install.js +8 -10
- package/dist/commands/kill.js +6 -50
- package/dist/commands/mom.js +3 -5
- package/dist/commands/produce.js +8 -10
- package/dist/commands/status.js +2 -4
- package/dist/commands/syncfrom.js +4 -6
- package/dist/commands/syncto.js +5 -7
- package/dist/commands/tools/clean.js +3 -5
- package/dist/commands/tools/ppa.js +4 -6
- package/dist/commands/tools/skel.js +4 -6
- package/dist/commands/tools/stat.js +4 -6
- package/dist/commands/tools/yolk.js +5 -7
- package/dist/commands/update.js +6 -8
- package/dist/commands/wardrobe/get.js +2 -4
- package/dist/commands/wardrobe/list.js +7 -9
- package/dist/commands/wardrobe/show.js +7 -9
- package/dist/commands/wardrobe/wear.js +6 -8
- package/dist/components/elements/information.js +8 -10
- package/dist/components/elements/steps.js +2 -4
- package/dist/components/elements/title.js +2 -4
- package/dist/components/finished.js +6 -8
- package/dist/components/install.js +6 -8
- package/dist/components/keyboard.js +6 -8
- package/dist/components/location.js +6 -8
- package/dist/components/network.js +6 -8
- package/dist/components/partitions.js +6 -8
- package/dist/components/summary.js +6 -8
- package/dist/components/users.js +6 -31
- package/dist/components/welcome.js +6 -8
- package/dist/krill/krill-prepare.js +40 -42
- package/dist/krill/krill-sequence.js +36 -38
- package/dist/krill/modules/add-user.js +2 -4
- package/dist/krill/modules/bootloader-config-ubuntu.js +2 -4
- package/dist/krill/modules/bootloader.js +2 -4
- package/dist/krill/modules/del-live-user.js +2 -4
- package/dist/krill/modules/fstab.js +3 -5
- package/dist/krill/modules/grubcfg.js +3 -5
- package/dist/krill/modules/hostname.js +2 -4
- package/dist/krill/modules/initramfs-cfg.js +2 -4
- package/dist/krill/modules/initramfs.js +3 -5
- package/dist/krill/modules/locale-cfg.js +2 -4
- package/dist/krill/modules/locale.js +2 -4
- package/dist/krill/modules/m-keyboard.js +3 -5
- package/dist/krill/modules/m-timezone.js +2 -4
- package/dist/krill/modules/machine-id.js +2 -4
- package/dist/krill/modules/mount-fs.js +2 -4
- package/dist/krill/modules/network-cfg.js +3 -5
- package/dist/krill/modules/packages.js +5 -7
- package/dist/krill/modules/partition.js +4 -6
- package/dist/krill/modules/remove-installer-link.js +2 -4
- package/dist/krill/modules/umount.js +2 -4
- package/dist/krill/modules/unpackfs.js +2 -4
- package/dist/lib/cli-autologin.js +7 -9
- package/dist/lib/get_address.js +2 -5
- package/dist/lib/get_dns.js +2 -5
- package/dist/lib/get_domain.js +2 -5
- package/dist/lib/get_gateway.js +2 -5
- package/dist/lib/get_hostname.js +2 -5
- package/dist/lib/get_netmask.js +2 -5
- package/dist/lib/get_password.js +2 -5
- package/dist/lib/get_root_password.js +2 -5
- package/dist/lib/get_userfullname.js +2 -5
- package/dist/lib/get_username.js +2 -5
- package/dist/lib/kill_me_softly.js +64 -0
- package/dist/lib/select_address_type.js +2 -5
- package/dist/lib/select_filesystem_type.js +5 -7
- package/dist/lib/select_installation_device.js +4 -6
- package/dist/lib/select_installation_mode.js +2 -5
- package/dist/lib/select_interface.js +2 -5
- package/dist/lib/select_keyboard_layout.js +4 -6
- package/dist/lib/select_keyboard_model.js +4 -6
- package/dist/lib/select_keyboard_option.js +4 -6
- package/dist/lib/select_keyboard_variant.js +4 -6
- package/dist/lib/select_languages.js +4 -6
- package/dist/lib/select_regions.js +2 -5
- package/dist/lib/select_user_swap_choice.js +6 -7
- package/dist/lib/select_zones.js +2 -5
- package/package.json +1 -1
- package/scripts/addaur.sh +32 -0
package/.oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"9.5.20","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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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 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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons on desktop","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}]}}}
|
|
1
|
+
{"version":"9.5.22","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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons","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 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},"noicons":{"name":"noicons","type":"boolean","char":"N","description":"no icons on desktop","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
|
@@ -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.5.
|
|
108
|
+
sudo dpkg -i eggs_9.5.22_amd64.deb
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
or, on a i386 system:
|
package/conf/README.md
CHANGED
|
@@ -1,72 +1,17 @@
|
|
|
1
|
-
# Penguins' eggs
|
|
1
|
+
# Penguins' eggs
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Precedentemente avevamo il file /etc/penguins-eggs.yaml che ora è stato ridenominato eggs.yaml e spostato in /etc/penguins-eggs.d
|
|
8
|
-
|
|
9
|
-
In questo modo vi è la possibilità di inserire ulteriori file nella struttura in una posizione fissa dell'albero delle directory. Difatti, eggs
|
|
10
|
-
può essere installato in tre modalità:
|
|
11
|
-
* sorgente
|
|
12
|
-
* pacchetto nodejs
|
|
13
|
-
* pacchetto debian
|
|
14
|
-
|
|
15
|
-
ed ognuna di queste posiziona lo stesso e la struttura di contorno in un punto diverso dell'albero.
|
|
16
|
-
|
|
17
|
-
Ad esempio, con l'installazione via npm, normalmente il pacchetto viene posizionato in
|
|
18
|
-
|
|
19
|
-
```/usr/lib/node_modules/penguins-eggs```
|
|
20
|
-
|
|
21
|
-
mentre con l'installazione da pacchetto Debian, viene a trovarsi in
|
|
22
|
-
|
|
23
|
-
```/usr/lib/penguins-eggs```
|
|
24
|
-
|
|
25
|
-
Ovviamente con l'installazione da sorgente risiederà nella directory dove lo avrete scaricato.
|
|
26
|
-
|
|
27
|
-
Dato che era mia intenzione fornire la possibilità di una customizzazione, mi è stato facile da codice creare dei link che ne permettano la facile reperibilità.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## File di configurazione di eggs
|
|
31
|
-
|
|
32
|
-
Il principale file di configurazione di eggs è ```/etc/penguins-eggs.d/eggs.yaml``` la sua struttura è di un file ini, facilmente modifiabile dall'utente.
|
|
33
|
-
|
|
34
|
-
## File di configurazione di tools
|
|
35
|
-
penguins-tools, per brevità pt - così come il comando, è uno strumento compagno di eggs dove sono state inserite quelle utilità, non strettamente necessarie alla creazione di iso, ma utili a maneggiare le "uova" ed a sviluppare eggs stesso.
|
|
36
|
-
Abbiamo la possibilità di copiare con scp le iso create, senza battere ogni volta lunghi path di ricerca, ma semmplicemente digitanto ```pt export:iso```.
|
|
37
|
-
|
|
38
|
-
Essendo uno strumento orientato principalmente allo sviluppo di eggs, troviamo anche la possibilità di esportare ed inmportare i pacchetti di eggs stesso, sia i pacchetti debian: pt export:deb, pt import:deb, sia la documentazione pt export:docs.
|
|
39
|
-
|
|
40
|
-
Per utilizzare pt, dovrete naturalmente adattare i parametri in tools.yaml, secondo le vostre necessità.
|
|
41
|
-
|
|
42
|
-
## Link addons
|
|
43
|
-
Questa directory contiene le aggiunte di eggs e può essere modificata. In particolare, potrete creare un nuovo tema modificando quelli presenti. Ricordate solo che vi trovate all'interno di un link e, in casi di reinstallazione di eggs le vostre modifiche potrebbero andare perse, per cui ricordate di salvarle prima di aggiornare eggs.
|
|
44
|
-
|
|
45
|
-
## Link distros
|
|
46
|
-
In questa cartella troverete i template dei file di configurazione per calamares, suddivisi a seconda della versione. Questi file vengono utilizzati per la generazione dei file di configurazione dell'installer grafico. Anche qua vale lo stesso discorso degli addons, in caso di modifiche fate attenzione a non perderle.
|
|
47
|
-
|
|
48
|
-
## Ovarium
|
|
49
|
-
|
|
50
|
-
This is the central part of eggs, where the things get alive, and dangerous!
|
|
51
|
-
There are 3 directories:
|
|
52
|
-
* efi
|
|
53
|
-
* filesystemfs.squashfs
|
|
3
|
+
## mnt
|
|
4
|
+
* efi-work
|
|
5
|
+
* filesystem.squashfs
|
|
54
6
|
* iso
|
|
7
|
+
* memdiskDir
|
|
55
8
|
|
|
56
|
-
|
|
57
|
-
* overlay
|
|
58
|
-
|
|
59
|
-
This structure is made following your instruction in penguins-eggs configuration file.
|
|
60
|
-
|
|
61
|
-
### Directory efi
|
|
62
|
-
|
|
9
|
+
### efi-work
|
|
63
10
|
The directory efi is used to build the part for UEFI compatibility. It consist in two directories
|
|
64
11
|
* boot
|
|
65
12
|
* efi
|
|
66
13
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Directory filesystemfs.squashfs
|
|
14
|
+
### filesystemfs.squashfs
|
|
70
15
|
|
|
71
16
|
This is the centre of the central zone, it consist in all the filesystem of your system, mounted binded and overlay.
|
|
72
17
|
Here we will made all the operations needing to have a filesystem adapted to be compressed and put in a iso image.
|
|
@@ -85,6 +30,13 @@ You already knw boot and efi, are necessary for UEFI and consist in the copy of
|
|
|
85
30
|
* isolinux contain the isolinux files for the boot of the livecd.
|
|
86
31
|
* live contain only 3 files, vmliz, initrd.img and filesystem.squashfs who is the compressef for of the omologue directory.
|
|
87
32
|
|
|
33
|
+
## ovarium
|
|
34
|
+
* bind
|
|
35
|
+
* mkisofs
|
|
36
|
+
* mksquashfs
|
|
37
|
+
* ubind
|
|
38
|
+
* .overlay
|
|
39
|
+
|
|
88
40
|
## Customize your image before to generate it
|
|
89
41
|
if you want more control on the production of your iso, try the new --dry flag, it's instantaneous: will generate filesystem directory, iso structure complete and the related scripts to bind/ubind filesystem, squash it and create iso.
|
|
90
42
|
|
package/dist/classes/bleach.js
CHANGED
|
@@ -6,15 +6,13 @@
|
|
|
6
6
|
* author: Piero Proietti
|
|
7
7
|
* mail: piero.proietti@gmail.com
|
|
8
8
|
*/
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
const
|
|
14
|
-
const
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
12
|
+
const utils_1 = tslib_1.__importDefault(require("./utils"));
|
|
15
13
|
// libraries
|
|
16
14
|
const utils_2 = require("../lib/utils");
|
|
17
|
-
const distro_1 = __importDefault(require("./distro"));
|
|
15
|
+
const distro_1 = tslib_1.__importDefault(require("./distro"));
|
|
18
16
|
/**
|
|
19
17
|
* Bleach:
|
|
20
18
|
*/
|
package/dist/classes/cfs.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const fs_1 = tslib_1.__importDefault(require("fs"));
|
|
5
|
+
const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
|
|
6
|
+
const pacman_1 = tslib_1.__importDefault(require("./pacman"));
|
|
9
7
|
/**
|
|
10
8
|
* cfs
|
|
11
9
|
*/
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
6
4
|
/**
|
|
7
5
|
* test available compressors
|
|
8
6
|
*/
|
|
9
|
-
const shelljs_1 = __importDefault(require("shelljs"));
|
|
7
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
10
8
|
class Compressors {
|
|
11
9
|
constructor() {
|
|
12
10
|
this.isEnabled = {
|
package/dist/classes/daddy.js
CHANGED
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
6
4
|
/**
|
|
7
5
|
* penguins-eggs-v8
|
|
8
6
|
* author: Piero Proietti
|
|
9
7
|
* email: piero.proietti@gmail.com
|
|
10
8
|
* license: MIT
|
|
11
9
|
*/
|
|
12
|
-
const utils_1 = __importDefault(require("../classes/utils"));
|
|
13
|
-
const pacman_1 = __importDefault(require("../classes/pacman"));
|
|
14
|
-
const settings_1 = __importDefault(require("../classes/settings"));
|
|
15
|
-
const ovary_1 = __importDefault(require("../classes/ovary"));
|
|
16
|
-
const compressors_1 = __importDefault(require("../classes/compressors"));
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
10
|
+
const utils_1 = tslib_1.__importDefault(require("../classes/utils"));
|
|
11
|
+
const pacman_1 = tslib_1.__importDefault(require("../classes/pacman"));
|
|
12
|
+
const settings_1 = tslib_1.__importDefault(require("../classes/settings"));
|
|
13
|
+
const ovary_1 = tslib_1.__importDefault(require("../classes/ovary"));
|
|
14
|
+
const compressors_1 = tslib_1.__importDefault(require("../classes/compressors"));
|
|
15
|
+
const kill_me_softly_1 = tslib_1.__importDefault(require("../lib/kill_me_softly"));
|
|
16
|
+
const inquirer = require('inquirer');
|
|
17
|
+
const chalk_1 = tslib_1.__importDefault(require("chalk"));
|
|
20
18
|
class Daddy {
|
|
21
19
|
constructor() {
|
|
22
20
|
this.settings = {};
|
|
@@ -76,8 +74,7 @@ class Daddy {
|
|
|
76
74
|
await this.settings.save(config);
|
|
77
75
|
let flags = '';
|
|
78
76
|
if (loadDefault) {
|
|
79
|
-
await (0,
|
|
80
|
-
await (0, utils_2.exec)(`rm ${this.settings.config.snapshot_dir} -rf`);
|
|
77
|
+
await (0, kill_me_softly_1.default)(this.settings.config.snapshot_dir, this.settings.config.snapshot_mnt);
|
|
81
78
|
}
|
|
82
79
|
else {
|
|
83
80
|
// Controllo se serve il kill
|
|
@@ -88,8 +85,7 @@ class Daddy {
|
|
|
88
85
|
console.log(chalk_1.default.cyan('Daddy, what else did you leave for me?'));
|
|
89
86
|
await this.settings.listFreeSpace();
|
|
90
87
|
if (await utils_1.default.customConfirm()) {
|
|
91
|
-
await (0,
|
|
92
|
-
await (0, utils_2.exec)(`rm ${this.settings.config.snapshot_dir} -rf`);
|
|
88
|
+
await (0, kill_me_softly_1.default)(this.settings.config.snapshot_dir, this.settings.config.snapshot_mnt);
|
|
93
89
|
}
|
|
94
90
|
/**
|
|
95
91
|
* produce
|
|
@@ -179,7 +175,7 @@ class Daddy {
|
|
|
179
175
|
default: compressionOpt,
|
|
180
176
|
},
|
|
181
177
|
];
|
|
182
|
-
|
|
178
|
+
inquirer.prompt(questions).then(function (options) {
|
|
183
179
|
resolve(JSON.stringify(options));
|
|
184
180
|
});
|
|
185
181
|
});
|
package/dist/classes/distro.js
CHANGED
|
@@ -6,14 +6,12 @@
|
|
|
6
6
|
* mail: piero.proietti@gmail.com
|
|
7
7
|
*/
|
|
8
8
|
'use strict';
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
12
|
+
const node_path_1 = tslib_1.__importDefault(require("node:path"));
|
|
13
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
14
|
+
const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
|
|
17
15
|
/**
|
|
18
16
|
* Classe
|
|
19
17
|
*/
|
|
@@ -5,14 +5,12 @@
|
|
|
5
5
|
* email: piero.proietti@gmail.com
|
|
6
6
|
* license: MIT
|
|
7
7
|
*/
|
|
8
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
-
};
|
|
11
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
9
|
+
const tslib_1 = require("tslib");
|
|
10
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
11
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
12
|
+
const utils_1 = tslib_1.__importDefault(require("../utils"));
|
|
13
|
+
const pacman_1 = tslib_1.__importDefault(require("../pacman"));
|
|
16
14
|
const dependencies_1 = require("../../lib/dependencies");
|
|
17
15
|
const utils_2 = require("../../lib/utils");
|
|
18
16
|
/**
|
|
@@ -90,7 +88,8 @@ class Archlinux {
|
|
|
90
88
|
static async calamaresInstall(verbose = false) {
|
|
91
89
|
verbose = true; // serve per pacman
|
|
92
90
|
const echo = utils_1.default.setEcho(verbose);
|
|
93
|
-
const cal_eggs = 'calamares-eggs-3.3.0.r10616.11e1659ca-1-x86_64.pkg.tar.zst'
|
|
91
|
+
// const cal_eggs = 'calamares-eggs-3.3.0.r10616.11e1659ca-1-x86_64.pkg.tar.zst'
|
|
92
|
+
const cal_eggs = 'calamares-eggs-3.3.0.r10707.4b3278058-1-x86_64.pkg.tar.zst'; // 2023-09-04
|
|
94
93
|
let cmd = `wget -O /tmp/${cal_eggs} https://sourceforge.net/projects/penguins-eggs/files/PKGBUILD/${cal_eggs}/download`;
|
|
95
94
|
try {
|
|
96
95
|
await (0, utils_2.exec)(cmd, echo);
|
|
@@ -5,14 +5,12 @@
|
|
|
5
5
|
* email: piero.proietti@gmail.com
|
|
6
6
|
* license: MIT
|
|
7
7
|
*/
|
|
8
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
-
};
|
|
11
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
9
|
+
const tslib_1 = require("tslib");
|
|
10
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
11
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
12
|
+
const utils_1 = tslib_1.__importDefault(require("../utils"));
|
|
13
|
+
const pacman_1 = tslib_1.__importDefault(require("../pacman"));
|
|
16
14
|
const utils_2 = require("../../lib/utils");
|
|
17
15
|
const dependencies_1 = require("../../lib/dependencies");
|
|
18
16
|
/**
|
|
@@ -5,14 +5,12 @@
|
|
|
5
5
|
* email: piero.proietti@gmail.com
|
|
6
6
|
* license: MIT
|
|
7
7
|
*/
|
|
8
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
-
};
|
|
11
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
9
|
+
const tslib_1 = require("tslib");
|
|
10
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
11
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
12
|
+
const utils_1 = tslib_1.__importDefault(require("../utils"));
|
|
13
|
+
const pacman_1 = tslib_1.__importDefault(require("../pacman"));
|
|
16
14
|
const dependencies_1 = require("../../lib/dependencies");
|
|
17
15
|
const utils_2 = require("../../lib/utils");
|
|
18
16
|
/**
|
|
@@ -5,14 +5,12 @@
|
|
|
5
5
|
* email: piero.proietti@gmail.com
|
|
6
6
|
* license: MIT
|
|
7
7
|
*/
|
|
8
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
-
};
|
|
11
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
9
|
+
const tslib_1 = require("tslib");
|
|
10
|
+
const node_fs_1 = tslib_1.__importDefault(require("node:fs"));
|
|
11
|
+
const shelljs_1 = tslib_1.__importDefault(require("shelljs"));
|
|
12
|
+
const utils_1 = tslib_1.__importDefault(require("../utils"));
|
|
13
|
+
const pacman_1 = tslib_1.__importDefault(require("../pacman"));
|
|
16
14
|
const dependencies_1 = require("../../lib/dependencies");
|
|
17
15
|
const utils_2 = require("../../lib/utils");
|
|
18
16
|
/**
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.branding = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
7
5
|
/**
|
|
8
6
|
* penguins-eggs: buster/branding.ts
|
|
9
7
|
*
|
|
10
8
|
* author: Piero Proietti
|
|
11
9
|
* mail: piero.proietti@gmail.com
|
|
12
10
|
*/
|
|
13
|
-
const js_yaml_1 = __importDefault(require("js-yaml"));
|
|
11
|
+
const js_yaml_1 = tslib_1.__importDefault(require("js-yaml"));
|
|
14
12
|
/**
|
|
15
13
|
*
|
|
16
14
|
* @param remix
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.Bionic = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
7
5
|
/**
|
|
8
6
|
* penguins-eggs: bionic.ts
|
|
9
7
|
* author: Piero Proietti
|
|
10
8
|
* mail: piero.proietti@gmail.com
|
|
11
9
|
*/
|
|
12
|
-
const cfs_1 = __importDefault(require("../../cfs"));
|
|
13
|
-
const fisherman_1 = __importDefault(require("../fisherman"));
|
|
10
|
+
const cfs_1 = tslib_1.__importDefault(require("../../cfs"));
|
|
11
|
+
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
14
12
|
/**
|
|
15
13
|
*
|
|
16
14
|
*/
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.Buster = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
7
5
|
/**
|
|
8
6
|
* penguins-eggs: buster.ts
|
|
9
7
|
* author: Piero Proietti
|
|
10
8
|
* mail: piero.proietti@gmail.com
|
|
11
9
|
*/
|
|
12
|
-
const cfs_1 = __importDefault(require("../../cfs"));
|
|
13
|
-
const fisherman_1 = __importDefault(require("../fisherman"));
|
|
10
|
+
const cfs_1 = tslib_1.__importDefault(require("../../cfs"));
|
|
11
|
+
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
14
12
|
/**
|
|
15
13
|
*
|
|
16
14
|
*/
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.Focal = void 0;
|
|
7
|
-
const
|
|
8
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
6
|
+
const cfs_1 = tslib_1.__importDefault(require("../../cfs"));
|
|
9
7
|
/**
|
|
10
8
|
*
|
|
11
9
|
*/
|
|
@@ -7,12 +7,10 @@
|
|
|
7
7
|
* author: Piero Proietti
|
|
8
8
|
* mail: piero.proietti@gmail.com
|
|
9
9
|
*/
|
|
10
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12
|
-
};
|
|
13
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
11
|
exports.Jessie = void 0;
|
|
15
|
-
const
|
|
12
|
+
const tslib_1 = require("tslib");
|
|
13
|
+
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
16
14
|
/**
|
|
17
15
|
*
|
|
18
16
|
*/
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* penguins-eggs: rolling.ts
|
|
4
4
|
*/
|
|
5
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7
|
-
};
|
|
8
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
6
|
exports.Rolling = void 0;
|
|
10
|
-
const
|
|
11
|
-
const
|
|
7
|
+
const tslib_1 = require("tslib");
|
|
8
|
+
const cfs_1 = tslib_1.__importDefault(require("../../cfs"));
|
|
9
|
+
const fisherman_1 = tslib_1.__importDefault(require("../fisherman"));
|
|
12
10
|
/**
|
|
13
11
|
*
|
|
14
12
|
*/
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
/**
|
|
3
3
|
*
|
|
4
4
|
*/
|
|
5
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7
|
-
};
|
|
8
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
6
|
exports.displaymanager = void 0;
|
|
10
|
-
const
|
|
7
|
+
const tslib_1 = require("tslib");
|
|
8
|
+
const pacman_1 = tslib_1.__importDefault(require("../../pacman"));
|
|
11
9
|
/**
|
|
12
10
|
* restituisce displaymanagers in uso
|
|
13
11
|
*/
|