penguins-eggs 8.1.0 → 9.0.9
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/README.md +256 -167
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{deblinux → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{guadalinex → blissos}/theme/calamares/branding/branding.desc +0 -0
- package/addons/blissos/theme/calamares/branding/languages.png +0 -0
- package/addons/blissos/theme/calamares/branding/show.qml +75 -0
- package/addons/blissos/theme/calamares/branding/slide1.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide2.png +0 -0
- package/addons/blissos/theme/calamares/branding/slide3.png +0 -0
- package/addons/blissos/theme/calamares/branding/welcome.png +0 -0
- package/addons/{guadalinex → blissos}/theme/calamares/modules/partition.yml +1 -1
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/{conf/distros/buster/grub/theme.cfg → addons/blissos/theme/livecd/grub.theme.cfg} +10 -10
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/blissos/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +13 -12
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +13 -12
- package/addons/neon/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/neon/theme/livecd/splash.pcx +0 -0
- package/addons/neon/theme/livecd/splash.png +0 -0
- package/addons/templates/grub.template +28 -0
- package/addons/templates/isolinux.template +29 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
- package/assets/penguins-minstall.desktop +95 -0
- package/bin/dev +17 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +2 -4
- package/conf/distros/bionic/calamares/settings.yml +5 -5
- package/conf/distros/bookworm/README.md +9 -0
- package/conf/distros/bullseye/README.md +6 -8
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.working.sh +1 -1
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +6 -0
- package/conf/distros/buster/calamares/settings.yml +14 -3
- package/conf/distros/chimaera/README.md +3 -0
- package/conf/distros/daedalus/README.md +3 -0
- package/conf/distros/focal/calamares/settings.yml +2 -2
- package/conf/distros/hirsute/README.md +1 -1
- package/conf/distros/impish/README.md +9 -0
- package/conf/distros/jammy/README.md +9 -0
- package/conf/distros/jessie/krill/krill-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/distros/rolling/README.md +3 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/module.yml +9 -0
- package/conf/distros/rolling/calamares/calamares-modules/remove-link/remove-link.sh +3 -0
- package/conf/distros/rolling/calamares/modules/displaymanager.yml +22 -0
- package/conf/distros/rolling/calamares/modules/finished.yml +6 -0
- package/conf/distros/rolling/calamares/modules/fstab.yml +13 -0
- package/conf/distros/rolling/calamares/modules/locale.yml +97 -0
- package/conf/distros/rolling/calamares/modules/luksopenswaphookcfg.yml +6 -0
- package/conf/distros/rolling/calamares/modules/mount.yml +38 -0
- package/conf/distros/rolling/calamares/modules/packages.yml +8 -0
- package/conf/distros/rolling/calamares/modules/removeuser.yml +15 -0
- package/conf/distros/rolling/calamares/modules/unpackfs.yml +7 -0
- package/conf/distros/rolling/calamares/modules/users.yml +20 -0
- package/conf/distros/rolling/calamares/modules/welcome.yml +19 -0
- package/conf/distros/{bullseye → rolling}/calamares/settings.yml +17 -12
- package/conf/distros/thirtyfive/README.md +3 -0
- package/conf/distros/tumbleweed/README.md +3 -0
- package/conf/eggs.yaml +3 -3
- package/conf/exclude.list +12 -7
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -20
- package/lib/classes/bleach.js +19 -19
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +44 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +313 -173
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +182 -0
- package/lib/classes/family/debian.d.ts +64 -0
- package/lib/classes/family/debian.js +227 -0
- package/lib/classes/family/fedora.d.ts +63 -0
- package/lib/classes/family/fedora.js +169 -0
- package/lib/classes/family/suse.d.ts +63 -0
- package/lib/classes/family/suse.js +169 -0
- package/lib/classes/i18n.js +16 -16
- package/lib/classes/incubation/branding.js +5 -4
- package/lib/classes/incubation/distros/bionic.js +1 -2
- package/lib/classes/incubation/distros/buster.js +2 -2
- package/lib/classes/incubation/distros/focal.js +3 -2
- package/lib/classes/incubation/distros/jessie.js +1 -25
- package/lib/classes/incubation/distros/{bullseye.d.ts → rolling.d.ts} +3 -3
- package/lib/classes/incubation/distros/{bullseye.js → rolling.js} +15 -16
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +2 -7
- package/lib/classes/incubation/fisherman-helper/packages.js +31 -32
- package/lib/classes/incubation/fisherman.d.ts +17 -17
- package/lib/classes/incubation/fisherman.js +84 -71
- package/lib/classes/incubation/incubator.js +116 -74
- package/lib/classes/incubation/installer.d.ts +2 -2
- package/lib/classes/incubation/installer.js +6 -20
- package/lib/classes/initrd.d.ts +1 -1
- package/lib/classes/initrd.js +37 -30
- package/lib/classes/krill_install.js +155 -138
- package/lib/classes/krill_prepare.d.ts +6 -2
- package/lib/classes/krill_prepare.js +72 -60
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +750 -611
- package/lib/classes/pacman.d.ts +55 -56
- package/lib/classes/pacman.js +520 -419
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +47 -56
- package/lib/classes/systemctl.d.ts +6 -6
- package/lib/classes/systemctl.js +7 -7
- package/lib/classes/tools.d.ts +1 -1
- package/lib/classes/tools.js +10 -10
- package/lib/classes/utils.d.ts +10 -13
- package/lib/classes/utils.js +128 -107
- package/lib/classes/xdg.js +112 -91
- package/lib/classes/yolk.js +38 -31
- package/lib/commands/adapt.d.ts +3 -3
- package/lib/commands/adapt.js +12 -12
- package/lib/commands/bro.d.ts +14 -0
- package/lib/commands/bro.js +31 -0
- package/lib/commands/calamares.d.ts +7 -7
- package/lib/commands/calamares.js +22 -54
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -74
- package/lib/commands/dad.d.ts +5 -5
- package/lib/commands/dad.js +11 -11
- package/lib/commands/export/deb.d.ts +8 -8
- package/lib/commands/export/deb.js +16 -16
- package/lib/commands/export/docs.d.ts +2 -2
- package/lib/commands/export/docs.js +9 -9
- package/lib/commands/export/iso.d.ts +4 -4
- package/lib/commands/export/iso.js +12 -17
- package/lib/commands/info.d.ts +9 -3
- package/lib/commands/info.js +14 -164
- package/lib/commands/install.d.ts +5 -4
- package/lib/commands/install.js +25 -15
- package/lib/commands/kill.d.ts +3 -3
- package/lib/commands/kill.js +11 -13
- package/lib/commands/mom.d.ts +2 -2
- package/lib/commands/mom.js +8 -8
- package/lib/commands/produce.d.ts +14 -14
- package/lib/commands/produce.js +48 -46
- package/lib/commands/remove.d.ts +5 -5
- package/lib/commands/remove.js +46 -57
- package/lib/commands/tools/clean.d.ts +3 -3
- package/lib/commands/tools/clean.js +10 -12
- package/lib/commands/tools/locales.d.ts +4 -4
- package/lib/commands/tools/locales.js +8 -8
- package/lib/commands/tools/skel.d.ts +4 -4
- package/lib/commands/tools/skel.js +10 -15
- package/lib/commands/tools/stat.d.ts +7 -4
- package/lib/commands/tools/stat.js +20 -13
- package/lib/commands/tools/yolk.d.ts +3 -3
- package/lib/commands/tools/yolk.js +13 -13
- package/lib/commands/update.d.ts +5 -10
- package/lib/commands/update.js +56 -72
- package/lib/components/elements/information.d.ts +4 -0
- package/lib/components/elements/information.js +166 -0
- package/lib/components/elements/steps.js +1 -1
- package/lib/components/elements/title.js +7 -10
- package/lib/components/finished.js +5 -5
- package/lib/components/install.js +5 -5
- package/lib/components/keyboard.js +5 -5
- package/lib/components/location.js +5 -5
- package/lib/components/network.js +5 -5
- package/lib/components/partitions.d.ts +2 -1
- package/lib/components/partitions.js +9 -7
- package/lib/components/summary.js +5 -5
- package/lib/components/users.js +6 -6
- package/lib/components/welcome.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/interfaces/i-distro.d.ts +3 -2
- package/lib/interfaces/i-krill.d.ts +1 -0
- package/lib/interfaces/i-settings.d.ts +2 -2
- package/lib/lib/cli-autologin.d.ts +19 -2
- package/lib/lib/cli-autologin.js +114 -39
- package/lib/lib/dependencies.d.ts +9 -6
- package/lib/lib/dependencies.js +22 -13
- package/lib/lib/get_address.js +2 -2
- package/lib/lib/get_dns.js +2 -2
- package/lib/lib/get_domain.js +2 -2
- package/lib/lib/get_gateway.js +2 -2
- package/lib/lib/get_hostname.js +2 -2
- package/lib/lib/get_netmask.js +2 -2
- package/lib/lib/get_password.js +3 -2
- package/lib/lib/get_root_password.js +2 -2
- package/lib/lib/get_userfullname.js +2 -2
- package/lib/lib/get_username.js +2 -2
- package/lib/lib/select_address_type.js +2 -5
- package/lib/lib/select_filesystem_type.js +5 -14
- package/lib/lib/select_installation_device.js +3 -3
- package/lib/lib/select_interface.js +1 -1
- package/lib/lib/select_keyboard_layout.js +2 -10
- package/lib/lib/select_languages.js +2 -2
- package/lib/lib/select_regions.js +1 -12
- package/lib/lib/select_user_swap_choice.js +4 -4
- package/lib/lib/select_zones.js +483 -62
- package/manpages/doc/man/eggs.html +508 -0
- package/manpages/doc/man/eggs.roll.gz +0 -0
- package/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/_eggs +246 -0
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +67 -21
- package/scripts/mom-cli.sh +6 -5
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/not-used/install-eggs-ppa.sh +2 -0
- package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
- package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
- package/addons/debian/theme/applications/install-debian.desktop +0 -13
- package/addons/debian/theme/artwork/install-debian.png +0 -0
- package/addons/debian/theme/branding/branding.desc +0 -27
- package/addons/debian/theme/branding/debian-logo.png +0 -0
- package/addons/debian/theme/branding/show.qml +0 -51
- package/addons/debian/theme/branding/slide1.png +0 -0
- package/addons/debian/theme/branding/welcome.png +0 -0
- package/addons/deblinux/theme/README.md +0 -16
- package/addons/deblinux/theme/applications/install-debian.desktop +0 -13
- package/addons/deblinux/theme/calamares/branding/branding.desc +0 -23
- package/addons/deblinux/theme/calamares/branding/deblinux-logo.png +0 -0
- package/addons/deblinux/theme/calamares/branding/show.qml +0 -46
- package/addons/deblinux/theme/calamares/branding/slide1.png +0 -0
- package/addons/deblinux/theme/calamares/branding/welcome.png +0 -0
- package/addons/deblinux/theme/calamares/modules/partition.yml +0 -233
- package/addons/eggs/theme/livecd/grub.template.cfg +0 -60
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/guadalinex/theme/README.md +0 -9
- package/addons/guadalinex/theme/applications/install-debian.desktop +0 -28
- package/addons/guadalinex/theme/artwork/install-debian.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/guadalinex-logo.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/show.qml +0 -85
- package/addons/guadalinex/theme/calamares/branding/slide1.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide2.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide3.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide4.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide5.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide6.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/slide7.png +0 -0
- package/addons/guadalinex/theme/calamares/branding/welcome.png +0 -0
- package/addons/guadalinex/theme/livecd/menu.template.cfg +0 -54
- package/addons/guadalinex/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/theme.cfg +0 -42
- package/addons/openos/theme/applications/Install-OpenOS-Neon_RLTS-Desktop.png +0 -0
- package/addons/openos/theme/applications/install-debian.desktop +0 -24
- package/addons/openos/theme/artwork/install-debian.png +0 -0
- package/addons/openos/theme/calamares/branding/branding.desc +0 -28
- package/addons/openos/theme/calamares/branding/openos-logo.png +0 -0
- package/addons/openos/theme/calamares/branding/show.qml +0 -203
- package/addons/openos/theme/calamares/branding/slide1.png +0 -0
- package/addons/openos/theme/calamares/branding/slide10.png +0 -0
- package/addons/openos/theme/calamares/branding/slide11.png +0 -0
- package/addons/openos/theme/calamares/branding/slide12.png +0 -0
- package/addons/openos/theme/calamares/branding/slide13.png +0 -0
- package/addons/openos/theme/calamares/branding/slide14.png +0 -0
- package/addons/openos/theme/calamares/branding/slide15.png +0 -0
- package/addons/openos/theme/calamares/branding/slide16.png +0 -0
- package/addons/openos/theme/calamares/branding/slide2.png +0 -0
- package/addons/openos/theme/calamares/branding/slide3.png +0 -0
- package/addons/openos/theme/calamares/branding/slide4.png +0 -0
- package/addons/openos/theme/calamares/branding/slide5.png +0 -0
- package/addons/openos/theme/calamares/branding/slide6.png +0 -0
- package/addons/openos/theme/calamares/branding/slide7.png +0 -0
- package/addons/openos/theme/calamares/branding/slide8.png +0 -0
- package/addons/openos/theme/calamares/branding/slide9.png +0 -0
- package/addons/openos/theme/calamares/branding/welcome.png +0 -0
- package/addons/openos/theme/calamares/branding.desc +0 -24
- package/addons/openos/theme/calamares/lang/calamares-default_ar.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_en.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_eo.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_fr.qm +0 -0
- package/addons/openos/theme/calamares/lang/calamares-default_nl.qm +0 -0
- package/addons/openos/theme/calamares/modules/partition.yml +0 -233
- package/addons/openos/theme/livecd/grub.template.cfg +0 -60
- package/addons/openos/theme/livecd/menu.template.cfg +0 -54
- package/addons/openos/theme/livecd/splash.png +0 -0
- package/addons/openos/theme/livecd/theme.cfg +0 -42
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- package/addons/pve/theme/artwork/install-debian.png +0 -0
- package/addons/pve/theme/calamares/branding/branding.desc +0 -1
- package/addons/pve/theme/calamares/branding/pve-logo.png +0 -0
- package/addons/pve/theme/calamares/branding/show.qml +0 -227
- package/addons/pve/theme/calamares/branding/slide1.png +0 -0
- package/addons/pve/theme/calamares/branding/slide2.png +0 -0
- package/addons/pve/theme/calamares/branding/slide3.png +0 -0
- package/addons/pve/theme/calamares/branding/slide4.png +0 -0
- package/addons/pve/theme/calamares/branding/slide5.png +0 -0
- package/addons/pve/theme/calamares/branding/slide6.png +0 -0
- package/addons/pve/theme/calamares/branding/slide7.png +0 -0
- package/addons/pve/theme/calamares/branding/slide8.png +0 -0
- package/addons/pve/theme/calamares/branding/slide9.png +0 -0
- package/addons/pve/theme/calamares/branding/welcome.png +0 -0
- package/addons/pve/theme/calamares/modules/partition.yml +0 -233
- package/addons/pve/theme/livecd/README.md +0 -8
- package/addons/pve/theme/livecd/grub.template.cfg +0 -60
- package/addons/pve/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/livecd/splash.png +0 -0
- package/addons/pve/theme/livecd/theme.cfg +0 -42
- package/addons/ufficiozero/theme/artwork/install-debian.png +0 -0
- package/addons/ufficiozero/theme/livecd/README.md +0 -8
- package/addons/ufficiozero/theme/livecd/grub.template.cfg +0 -60
- package/addons/ufficiozero/theme/livecd/menu.template.cfg +0 -54
- package/changelog.md +0 -130
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/bootloader-config.sh +0 -28
- package/conf/distros/bullseye/calamares/calamares-modules/bootloader-config/module.yml +0 -8
- package/conf/distros/buster/grub/grub.template.cfg +0 -58
- package/conf/distros/buster/grub/loopback.cfg +0 -1
- package/conf/distros/buster/isolinux/isolinux.template.cfg +0 -8
- package/conf/distros/buster/isolinux/menu.template.cfg +0 -56
- package/conf/distros/focal/grub/grub.template.cfg +0 -67
- package/conf/distros/focal/isolinux/menu.template.cfg +0 -54
- package/lib/classes/incubation/distros/beowulf.d.ts +0 -30
- package/lib/classes/incubation/distros/beowulf.js +0 -69
- package/lib/classes/krill_install_compare.d.ts +0 -200
- package/lib/classes/krill_install_compare.js +0 -1110
- package/manpages/doc/man/eggs.1.gz +0 -0
package/README.md
CHANGED
|
@@ -31,13 +31,13 @@ All it is written in pure typescript, so ideally can be used with differents Lin
|
|
|
31
31
|
|
|
32
32
|
penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull, You can easily create your personal customized iso or your organization/school version of Linux and deploy it on your LAN, give it to your friends as usb key or publish yours eggs in the internet!
|
|
33
33
|
|
|
34
|
-
Try penguins-eggs yes
|
|
34
|
+
Try penguins-eggs, yes it is a console utility - no GUI - but don't be scared, penguins-eggs is a console command - really very simple - if you are able to open a terminal, you can use it and yours final users will enjoy of full gui and pratical installer to install your livecd.
|
|
35
35
|
|
|
36
36
|
### addons
|
|
37
37
|
Starting with version 7.6.x, an addons architecture was added to eggs, allowing third parties to develop extensions. Note that currently we have an extension for the theme that includes both branding calamares, link and installer icon. In addition, also as an addon has been developed choose between GUI or CLI installation, adjust the video resolution, remote support, etc.
|
|
38
38
|
|
|
39
39
|
### backup
|
|
40
|
-
From version 8.0.
|
|
40
|
+
From version 8.0.10 You can use the backup mode by simply adding --backup in the produce command. This way eggs will save your users data and accounts and will not add a live user, you will have to log in with the main user of your system with the his password. **Note:** since eggs always configures autologin, you may have a security risk with valuable data. Use this option only for your personal stuff and do not share the iso on the network.
|
|
41
41
|
|
|
42
42
|
### krill
|
|
43
43
|
Starting with eggs 8.0.0 I included a new CLI installer named krill. krill let you to install your system in a nice CLI interface using the same, configuration created by eggs for [calamares](calamares.io). This lead to have "about the same" experience installing, from old distros to new one and for GUI and CLI. To force using krill in place of calamares in a GUI system just: **sudo eggs install --cli**
|
|
@@ -51,64 +51,69 @@ I suggest to leave the default values unchanged during the development of your r
|
|
|
51
51
|
yolk so called - staying on the subject of eggs - is a local repository included in the livecd that contains a minimum of indispensable packages during installation. Thanks to yolk, you can safely install your system without the need of an active internet connection.
|
|
52
52
|
|
|
53
53
|
## What distributions can I use?
|
|
54
|
-
eggs was born on Debian strecth/buster, but actually full support Debian from jessie to sid
|
|
54
|
+
eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, , hirsute, impish, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. I continuisly try it against Debian various versions, before releases, I tried it successfully in LMDE 4 debbie, and deepin. eggs, generally must work with all the derivates from Debian, Devuan and Ubuntu.
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
You can read more on the [blog](https://penguins-eggs.net/2021/11/02/distros-that-can-be-remastered-with-eggs/), some examples of iso images remastered with eggs are in the [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/files/iso/).
|
|
57
57
|
|
|
58
58
|
## What architecture can I use?
|
|
59
|
-
From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm
|
|
59
|
+
From eggs v. 8.0.4 I'm releasing eggs in 4 differents architectures: **i386**, **amd64**, **arm64** and **armel**. eggs - at the moment - produce in i386 and amd64, but can be installed already on arm64 and armel. This mean who it is possible to install it in [raspberrypi](https://www.raspberrypi.org/), but again not possible to produce a [Raspberry Pi OS](https://www.raspberrypi.org/software/) egg in armel or arm64. I'm working to complete this step, but need help and experience.
|
|
60
60
|
|
|
61
61
|
**Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
|
|
62
62
|
|
|
63
63
|
# Packages
|
|
64
|
-
eggs is released
|
|
64
|
+
eggs is released deb packages for i386, amd64, armel and arm64 architectures. Due the characteristic of eggs, they can installed in Debian, Devuan or Ubuntu based distros, withouth worries about different versions, except for the architecture. It include standard scripts for preinst, postinst, prerm and postrm.
|
|
65
|
+
The packages usually go before in sourgeforce page of eggs, (unstable version) and later in ppa (stable version).
|
|
65
66
|
|
|
66
|
-
##
|
|
67
|
-
|
|
67
|
+
## Install eggs
|
|
68
|
+
There are more than a way to install eggs, the most common it's to use penguins-eggs-ppa.
|
|
68
69
|
|
|
69
|
-
###
|
|
70
|
-
This simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
|
|
70
|
+
### Using penguins-eggs-ppa (stable version)
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
sudo dpkg -i eggs_8.0.0-1_amd64.deb
|
|
74
|
-
```
|
|
72
|
+
eggs have it's repository ppa, You can use it, copy and paste in a terminal window the following two lines:
|
|
75
73
|
|
|
76
|
-
or, on a i386 system:
|
|
77
74
|
```
|
|
78
|
-
|
|
75
|
+
curl -SsL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/penguins-eggs-ppa-keyring.gpg
|
|
76
|
+
sudo curl -s --compressed -o /etc/apt/sources.list.d/penguins-eggs-ppa.list "https://pieroproietti.github.io/penguins-eggs-ppa/penguins-eggs-ppa.list"
|
|
79
77
|
```
|
|
80
|
-
### update
|
|
81
|
-
The fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
|
|
82
78
|
|
|
83
|
-
|
|
79
|
+
Update your repositories: **sudo apt update** and install eggs: **sudo apt install eggs**.
|
|
84
80
|
|
|
85
|
-
|
|
81
|
+
### Download the package and install with dpkg
|
|
86
82
|
|
|
83
|
+
The simplest way to install eggs is download the [package eggs](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) from [sourceforge page of the project](https://sourceforge.net/projects/penguins-eggs/) and install it
|
|
87
84
|
|
|
88
|
-
|
|
85
|
+
```
|
|
86
|
+
sudo dpkg -i eggs_14.18.0-1_amd64.deb
|
|
87
|
+
```
|
|
89
88
|
|
|
90
|
-
|
|
89
|
+
or, on a i386 system:
|
|
90
|
+
```
|
|
91
|
+
sudo dpkg -i eggs_8.17.3-1_i386.deb
|
|
92
|
+
```
|
|
91
93
|
|
|
92
|
-
|
|
94
|
+
## Upgrade eggs
|
|
95
|
+
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
|
|
93
96
|
|
|
94
|
-
Simply copy and past the following lines:
|
|
95
97
|
|
|
96
|
-
|
|
98
|
+
### Upgrade from basket
|
|
99
|
+
If you are using not the penguins-eggs-ppa, the fastest way to use sudo eggs update and choose basket. Eggs let you to select the last 4 versions on the [basket](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it.
|
|
97
100
|
|
|
98
|
-
```sudo
|
|
101
|
+
```sudo eggs update```
|
|
99
102
|
|
|
100
|
-
###
|
|
103
|
+
### Manual upgrade
|
|
104
|
+
Simply download new versions of eggs from [sourgeforge page](https://sourceforge.net/projects/penguins-eggs/files/packages-deb/) and install it with the standard command **sudo dpkg -i eggs_8.17.x-1_amd64.deb**.
|
|
101
105
|
|
|
102
|
-
```sudo eggs update```
|
|
103
106
|
|
|
104
107
|
# Usage
|
|
108
|
+
In addition to the description of the commands in this README, you can consult the [Penguin's eggs official book](https://penguins-eggs.net/book/).
|
|
109
|
+
|
|
105
110
|
<!-- usage -->
|
|
106
111
|
```sh-session
|
|
107
112
|
$ npm install -g penguins-eggs
|
|
108
113
|
$ eggs COMMAND
|
|
109
114
|
running command...
|
|
110
|
-
$ eggs (
|
|
111
|
-
penguins-eggs/
|
|
115
|
+
$ eggs (--version|-v)
|
|
116
|
+
penguins-eggs/9.0.9 linux-x64 node-v16.13.2
|
|
112
117
|
$ eggs --help [COMMAND]
|
|
113
118
|
USAGE
|
|
114
119
|
$ eggs COMMAND
|
|
@@ -120,12 +125,13 @@ USAGE
|
|
|
120
125
|
<!-- commands -->
|
|
121
126
|
* [`eggs adapt`](#eggs-adapt)
|
|
122
127
|
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
128
|
+
* [`eggs bro`](#eggs-bro)
|
|
123
129
|
* [`eggs calamares`](#eggs-calamares)
|
|
124
130
|
* [`eggs config`](#eggs-config)
|
|
125
131
|
* [`eggs dad`](#eggs-dad)
|
|
126
|
-
* [`eggs export
|
|
127
|
-
* [`eggs export
|
|
128
|
-
* [`eggs export
|
|
132
|
+
* [`eggs export deb`](#eggs-export-deb)
|
|
133
|
+
* [`eggs export docs`](#eggs-export-docs)
|
|
134
|
+
* [`eggs export iso`](#eggs-export-iso)
|
|
129
135
|
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
130
136
|
* [`eggs info`](#eggs-info)
|
|
131
137
|
* [`eggs install`](#eggs-install)
|
|
@@ -133,12 +139,13 @@ USAGE
|
|
|
133
139
|
* [`eggs mom`](#eggs-mom)
|
|
134
140
|
* [`eggs produce`](#eggs-produce)
|
|
135
141
|
* [`eggs remove`](#eggs-remove)
|
|
136
|
-
* [`eggs tools
|
|
137
|
-
* [`eggs tools
|
|
138
|
-
* [`eggs tools
|
|
139
|
-
* [`eggs tools
|
|
140
|
-
* [`eggs tools
|
|
142
|
+
* [`eggs tools clean`](#eggs-tools-clean)
|
|
143
|
+
* [`eggs tools locales`](#eggs-tools-locales)
|
|
144
|
+
* [`eggs tools skel`](#eggs-tools-skel)
|
|
145
|
+
* [`eggs tools stat`](#eggs-tools-stat)
|
|
146
|
+
* [`eggs tools yolk`](#eggs-tools-yolk)
|
|
141
147
|
* [`eggs update`](#eggs-update)
|
|
148
|
+
* [`eggs version`](#eggs-version)
|
|
142
149
|
|
|
143
150
|
## `eggs adapt`
|
|
144
151
|
|
|
@@ -146,17 +153,20 @@ adapt monitor resolution for VM only
|
|
|
146
153
|
|
|
147
154
|
```
|
|
148
155
|
USAGE
|
|
149
|
-
$ eggs adapt
|
|
156
|
+
$ eggs adapt [-v] [-h]
|
|
150
157
|
|
|
151
|
-
|
|
152
|
-
-h, --help
|
|
158
|
+
FLAGS
|
|
159
|
+
-h, --help Show CLI help.
|
|
153
160
|
-v, --verbose
|
|
154
161
|
|
|
162
|
+
DESCRIPTION
|
|
163
|
+
adapt monitor resolution for VM only
|
|
164
|
+
|
|
155
165
|
ALIASES
|
|
156
166
|
$ eggs adjust
|
|
157
167
|
```
|
|
158
168
|
|
|
159
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
169
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/adapt.ts)_
|
|
160
170
|
|
|
161
171
|
## `eggs autocomplete [SHELL]`
|
|
162
172
|
|
|
@@ -164,22 +174,45 @@ display autocomplete installation instructions
|
|
|
164
174
|
|
|
165
175
|
```
|
|
166
176
|
USAGE
|
|
167
|
-
$ eggs autocomplete [SHELL]
|
|
177
|
+
$ eggs autocomplete [SHELL] [-r]
|
|
168
178
|
|
|
169
179
|
ARGUMENTS
|
|
170
180
|
SHELL shell type
|
|
171
181
|
|
|
172
|
-
|
|
182
|
+
FLAGS
|
|
173
183
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
174
184
|
|
|
185
|
+
DESCRIPTION
|
|
186
|
+
display autocomplete installation instructions
|
|
187
|
+
|
|
175
188
|
EXAMPLES
|
|
176
189
|
$ eggs autocomplete
|
|
190
|
+
|
|
177
191
|
$ eggs autocomplete bash
|
|
192
|
+
|
|
178
193
|
$ eggs autocomplete zsh
|
|
194
|
+
|
|
179
195
|
$ eggs autocomplete --refresh-cache
|
|
180
196
|
```
|
|
181
197
|
|
|
182
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/
|
|
198
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
|
|
199
|
+
|
|
200
|
+
## `eggs bro`
|
|
201
|
+
|
|
202
|
+
bro: waydroid helper
|
|
203
|
+
|
|
204
|
+
```
|
|
205
|
+
USAGE
|
|
206
|
+
$ eggs bro [-h]
|
|
207
|
+
|
|
208
|
+
FLAGS
|
|
209
|
+
-h, --help Show CLI help.
|
|
210
|
+
|
|
211
|
+
DESCRIPTION
|
|
212
|
+
bro: waydroid helper
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
_See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/bro.ts)_
|
|
183
216
|
|
|
184
217
|
## `eggs calamares`
|
|
185
218
|
|
|
@@ -187,15 +220,18 @@ calamares or install or configure it
|
|
|
187
220
|
|
|
188
221
|
```
|
|
189
222
|
USAGE
|
|
190
|
-
$ eggs calamares
|
|
223
|
+
$ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
|
|
191
224
|
|
|
192
|
-
|
|
193
|
-
-f, --final
|
|
194
|
-
-h, --help
|
|
195
|
-
-i, --install
|
|
196
|
-
-r, --remove
|
|
225
|
+
FLAGS
|
|
226
|
+
-f, --final final: remove calamares and all it's dependencies after the installation
|
|
227
|
+
-h, --help Show CLI help.
|
|
228
|
+
-i, --install install calamares and it's dependencies
|
|
229
|
+
-r, --remove remove calamares and it's dependencies
|
|
197
230
|
-v, --verbose
|
|
198
|
-
--theme
|
|
231
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
232
|
+
|
|
233
|
+
DESCRIPTION
|
|
234
|
+
calamares or install or configure it
|
|
199
235
|
|
|
200
236
|
EXAMPLES
|
|
201
237
|
~$ sudo eggs calamares
|
|
@@ -205,7 +241,7 @@ EXAMPLES
|
|
|
205
241
|
install calamares and create it's configuration's files
|
|
206
242
|
```
|
|
207
243
|
|
|
208
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
244
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/calamares.ts)_
|
|
209
245
|
|
|
210
246
|
## `eggs config`
|
|
211
247
|
|
|
@@ -213,23 +249,26 @@ Configure and install prerequisites deb packages to run it
|
|
|
213
249
|
|
|
214
250
|
```
|
|
215
251
|
USAGE
|
|
216
|
-
$ eggs config
|
|
252
|
+
$ eggs config [-n] [-c] [-h] [-v]
|
|
217
253
|
|
|
218
|
-
|
|
254
|
+
FLAGS
|
|
219
255
|
-c, --clean remove old configuration before to create new one
|
|
220
|
-
-h, --help
|
|
256
|
+
-h, --help Show CLI help.
|
|
221
257
|
-n, --nointeractive assume yes
|
|
222
258
|
-v, --verbose verbose
|
|
223
259
|
|
|
260
|
+
DESCRIPTION
|
|
261
|
+
Configure and install prerequisites deb packages to run it
|
|
262
|
+
|
|
224
263
|
ALIASES
|
|
225
264
|
$ eggs prerequisites
|
|
226
265
|
|
|
227
|
-
|
|
266
|
+
EXAMPLES
|
|
228
267
|
~$ sudo eggs config
|
|
229
268
|
Configure and install prerequisites deb packages to run it
|
|
230
269
|
```
|
|
231
270
|
|
|
232
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
271
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/config.ts)_
|
|
233
272
|
|
|
234
273
|
## `eggs dad`
|
|
235
274
|
|
|
@@ -237,98 +276,110 @@ ask help from daddy - configuration helper
|
|
|
237
276
|
|
|
238
277
|
```
|
|
239
278
|
USAGE
|
|
240
|
-
$ eggs dad
|
|
279
|
+
$ eggs dad [-h] [-c] [-d] [-v]
|
|
241
280
|
|
|
242
|
-
|
|
281
|
+
FLAGS
|
|
243
282
|
-c, --clean remove old configuration before to create
|
|
244
283
|
-d, --default remove old configuration and force default
|
|
245
|
-
-h, --help
|
|
284
|
+
-h, --help Show CLI help.
|
|
246
285
|
-v, --verbose
|
|
286
|
+
|
|
287
|
+
DESCRIPTION
|
|
288
|
+
ask help from daddy - configuration helper
|
|
247
289
|
```
|
|
248
290
|
|
|
249
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
291
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/dad.ts)_
|
|
250
292
|
|
|
251
|
-
## `eggs export
|
|
293
|
+
## `eggs export deb`
|
|
252
294
|
|
|
253
295
|
export deb/docs/iso to the destination host
|
|
254
296
|
|
|
255
297
|
```
|
|
256
298
|
USAGE
|
|
257
|
-
$ eggs export
|
|
299
|
+
$ eggs export deb [-h] [-c] [--amd64] [--i386] [--armel] [--arm64] [-a]
|
|
258
300
|
|
|
259
|
-
|
|
301
|
+
FLAGS
|
|
260
302
|
-a, --all export all archs
|
|
261
303
|
-c, --clean remove old .deb before to copy
|
|
262
|
-
-h, --help
|
|
304
|
+
-h, --help Show CLI help.
|
|
263
305
|
--amd64 export amd64 arch
|
|
264
306
|
--arm64 export arm64 arch
|
|
265
307
|
--armel export armel arch
|
|
266
308
|
--i386 export i386 arch
|
|
267
|
-
```
|
|
268
309
|
|
|
269
|
-
|
|
310
|
+
DESCRIPTION
|
|
311
|
+
export deb/docs/iso to the destination host
|
|
312
|
+
```
|
|
270
313
|
|
|
271
|
-
## `eggs export
|
|
314
|
+
## `eggs export docs`
|
|
272
315
|
|
|
273
316
|
remove and export docType documentation of the sources in the destination host
|
|
274
317
|
|
|
275
318
|
```
|
|
276
319
|
USAGE
|
|
277
|
-
$ eggs export
|
|
320
|
+
$ eggs export docs [-h]
|
|
278
321
|
|
|
279
|
-
|
|
280
|
-
-h, --help
|
|
281
|
-
```
|
|
322
|
+
FLAGS
|
|
323
|
+
-h, --help Show CLI help.
|
|
282
324
|
|
|
283
|
-
|
|
325
|
+
DESCRIPTION
|
|
326
|
+
remove and export docType documentation of the sources in the destination host
|
|
327
|
+
```
|
|
284
328
|
|
|
285
|
-
## `eggs export
|
|
329
|
+
## `eggs export iso`
|
|
286
330
|
|
|
287
331
|
export iso in the destination host
|
|
288
332
|
|
|
289
333
|
```
|
|
290
334
|
USAGE
|
|
291
|
-
$ eggs export
|
|
335
|
+
$ eggs export iso [-h] [-b] [-c]
|
|
292
336
|
|
|
293
|
-
|
|
337
|
+
FLAGS
|
|
294
338
|
-b, --backup export backup ISOs
|
|
295
339
|
-c, --clean delete old ISOs before to copy
|
|
296
|
-
-h, --help
|
|
297
|
-
```
|
|
340
|
+
-h, --help Show CLI help.
|
|
298
341
|
|
|
299
|
-
|
|
342
|
+
DESCRIPTION
|
|
343
|
+
export iso in the destination host
|
|
344
|
+
```
|
|
300
345
|
|
|
301
346
|
## `eggs help [COMMAND]`
|
|
302
347
|
|
|
303
|
-
|
|
348
|
+
Display help for eggs.
|
|
304
349
|
|
|
305
350
|
```
|
|
306
351
|
USAGE
|
|
307
|
-
$ eggs help [COMMAND]
|
|
352
|
+
$ eggs help [COMMAND] [-n]
|
|
308
353
|
|
|
309
354
|
ARGUMENTS
|
|
310
|
-
COMMAND
|
|
355
|
+
COMMAND Command to show help for.
|
|
356
|
+
|
|
357
|
+
FLAGS
|
|
358
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
311
359
|
|
|
312
|
-
|
|
313
|
-
|
|
360
|
+
DESCRIPTION
|
|
361
|
+
Display help for eggs.
|
|
314
362
|
```
|
|
315
363
|
|
|
316
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
364
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
|
|
317
365
|
|
|
318
366
|
## `eggs info`
|
|
319
367
|
|
|
320
|
-
thinking a different approach to CLI
|
|
368
|
+
re-thinking for a different approach to CLI
|
|
321
369
|
|
|
322
370
|
```
|
|
323
371
|
USAGE
|
|
324
|
-
$ eggs info
|
|
372
|
+
$ eggs info [-v] [-h]
|
|
325
373
|
|
|
326
|
-
|
|
327
|
-
-h, --help
|
|
374
|
+
FLAGS
|
|
375
|
+
-h, --help Show CLI help.
|
|
328
376
|
-v, --verbose
|
|
377
|
+
|
|
378
|
+
DESCRIPTION
|
|
379
|
+
re-thinking for a different approach to CLI
|
|
329
380
|
```
|
|
330
381
|
|
|
331
|
-
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
382
|
+
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/info.ts)_
|
|
332
383
|
|
|
333
384
|
## `eggs install`
|
|
334
385
|
|
|
@@ -336,23 +387,27 @@ command-line system installer - the egg became a penguin!
|
|
|
336
387
|
|
|
337
388
|
```
|
|
338
389
|
USAGE
|
|
339
|
-
$ eggs install
|
|
390
|
+
$ eggs install [-c] [-k] [-h] [-v]
|
|
340
391
|
|
|
341
|
-
|
|
392
|
+
FLAGS
|
|
342
393
|
-c, --cli force use CLI installer
|
|
343
|
-
-h, --help
|
|
394
|
+
-h, --help Show CLI help.
|
|
395
|
+
-k, --crypted crypted CLI installation
|
|
344
396
|
-v, --verbose verbose
|
|
345
397
|
|
|
398
|
+
DESCRIPTION
|
|
399
|
+
command-line system installer - the egg became a penguin!
|
|
400
|
+
|
|
346
401
|
ALIASES
|
|
347
402
|
$ eggs hatch
|
|
348
403
|
$ eggs krill
|
|
349
404
|
|
|
350
|
-
|
|
405
|
+
EXAMPLES
|
|
351
406
|
$ eggs install
|
|
352
407
|
Install the system using GUI or CLI installer
|
|
353
408
|
```
|
|
354
409
|
|
|
355
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
410
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/install.ts)_
|
|
356
411
|
|
|
357
412
|
## `eggs kill`
|
|
358
413
|
|
|
@@ -360,18 +415,21 @@ kill the eggs/free the nest
|
|
|
360
415
|
|
|
361
416
|
```
|
|
362
417
|
USAGE
|
|
363
|
-
$ eggs kill
|
|
418
|
+
$ eggs kill [-h] [-v]
|
|
364
419
|
|
|
365
|
-
|
|
366
|
-
-h, --help
|
|
420
|
+
FLAGS
|
|
421
|
+
-h, --help Show CLI help.
|
|
367
422
|
-v, --verbose verbose
|
|
368
423
|
|
|
369
|
-
|
|
424
|
+
DESCRIPTION
|
|
425
|
+
kill the eggs/free the nest
|
|
426
|
+
|
|
427
|
+
EXAMPLES
|
|
370
428
|
$ eggs kill
|
|
371
429
|
kill the eggs/free the nest
|
|
372
430
|
```
|
|
373
431
|
|
|
374
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
432
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/kill.ts)_
|
|
375
433
|
|
|
376
434
|
## `eggs mom`
|
|
377
435
|
|
|
@@ -379,13 +437,16 @@ ask for mommy - gui helper
|
|
|
379
437
|
|
|
380
438
|
```
|
|
381
439
|
USAGE
|
|
382
|
-
$ eggs mom
|
|
440
|
+
$ eggs mom [-h]
|
|
441
|
+
|
|
442
|
+
FLAGS
|
|
443
|
+
-h, --help Show CLI help.
|
|
383
444
|
|
|
384
|
-
|
|
385
|
-
-
|
|
445
|
+
DESCRIPTION
|
|
446
|
+
ask for mommy - gui helper
|
|
386
447
|
```
|
|
387
448
|
|
|
388
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
449
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/mom.ts)_
|
|
389
450
|
|
|
390
451
|
## `eggs produce`
|
|
391
452
|
|
|
@@ -393,22 +454,26 @@ the system produce an egg: iso image of your system
|
|
|
393
454
|
|
|
394
455
|
```
|
|
395
456
|
USAGE
|
|
396
|
-
$ eggs produce
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
-
|
|
401
|
-
-
|
|
402
|
-
-
|
|
403
|
-
-
|
|
404
|
-
-
|
|
405
|
-
-
|
|
406
|
-
-
|
|
407
|
-
-
|
|
408
|
-
--
|
|
409
|
-
--
|
|
410
|
-
--
|
|
411
|
-
--
|
|
457
|
+
$ eggs produce [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
|
|
458
|
+
[--addons <value>] [--release]
|
|
459
|
+
|
|
460
|
+
FLAGS
|
|
461
|
+
-b, --backup backup mode
|
|
462
|
+
-f, --fast fast compression
|
|
463
|
+
-h, --help Show CLI help.
|
|
464
|
+
-m, --max max compression
|
|
465
|
+
-n, --normal normal compression
|
|
466
|
+
-p, --prefix=<value> prefix
|
|
467
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
468
|
+
-v, --verbose verbose
|
|
469
|
+
-y, --yolk -y force yolk renew
|
|
470
|
+
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
471
|
+
--basename=<value> basename
|
|
472
|
+
--release release: configure GUI installer to remove eggs and calamares after installation
|
|
473
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
474
|
+
|
|
475
|
+
DESCRIPTION
|
|
476
|
+
the system produce an egg: iso image of your system
|
|
412
477
|
|
|
413
478
|
ALIASES
|
|
414
479
|
$ eggs spawn
|
|
@@ -446,7 +511,7 @@ EXAMPLES
|
|
|
446
511
|
in /home/eggs/ovarium and you can customize all you need
|
|
447
512
|
```
|
|
448
513
|
|
|
449
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
514
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/produce.ts)_
|
|
450
515
|
|
|
451
516
|
## `eggs remove`
|
|
452
517
|
|
|
@@ -454,139 +519,161 @@ remove eggs and others stuff
|
|
|
454
519
|
|
|
455
520
|
```
|
|
456
521
|
USAGE
|
|
457
|
-
$ eggs remove
|
|
522
|
+
$ eggs remove [-p] [-a] [-h] [-v]
|
|
458
523
|
|
|
459
|
-
|
|
524
|
+
FLAGS
|
|
460
525
|
-a, --autoremove remove eggs packages dependencies
|
|
461
|
-
-h, --help
|
|
526
|
+
-h, --help Show CLI help.
|
|
462
527
|
-p, --purge remove eggs configurations files
|
|
463
528
|
-v, --verbose verbose
|
|
464
529
|
|
|
530
|
+
DESCRIPTION
|
|
531
|
+
remove eggs and others stuff
|
|
532
|
+
|
|
465
533
|
EXAMPLES
|
|
466
534
|
$ sudo eggs remove
|
|
467
535
|
remove eggs
|
|
468
536
|
|
|
469
537
|
$ sudo eggs remove --purge
|
|
470
|
-
remove eggs, eggs configurations,
|
|
538
|
+
remove eggs, eggs configurations, configuration's files
|
|
539
|
+
|
|
540
|
+
$ sudo eggs remove --autoremove
|
|
541
|
+
remove eggs, eggs configurations, packages dependencies
|
|
471
542
|
```
|
|
472
543
|
|
|
473
|
-
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
544
|
+
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/remove.ts)_
|
|
474
545
|
|
|
475
|
-
## `eggs tools
|
|
546
|
+
## `eggs tools clean`
|
|
476
547
|
|
|
477
548
|
clean system log, apt, etc
|
|
478
549
|
|
|
479
550
|
```
|
|
480
551
|
USAGE
|
|
481
|
-
$ eggs tools
|
|
552
|
+
$ eggs tools clean [-h] [-v]
|
|
482
553
|
|
|
483
|
-
|
|
484
|
-
-h, --help
|
|
554
|
+
FLAGS
|
|
555
|
+
-h, --help Show CLI help.
|
|
485
556
|
-v, --verbose verbose
|
|
486
557
|
|
|
558
|
+
DESCRIPTION
|
|
559
|
+
clean system log, apt, etc
|
|
560
|
+
|
|
487
561
|
ALIASES
|
|
488
562
|
$ eggs clean
|
|
489
563
|
```
|
|
490
564
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## `eggs tools:locales`
|
|
565
|
+
## `eggs tools locales`
|
|
494
566
|
|
|
495
567
|
install/clean locales
|
|
496
568
|
|
|
497
569
|
```
|
|
498
570
|
USAGE
|
|
499
|
-
$ eggs tools
|
|
571
|
+
$ eggs tools locales [-h] [-r] [-v]
|
|
500
572
|
|
|
501
|
-
|
|
502
|
-
-h, --help
|
|
573
|
+
FLAGS
|
|
574
|
+
-h, --help Show CLI help.
|
|
503
575
|
-r, --reinstall reinstall locales
|
|
504
576
|
-v, --verbose verbose
|
|
505
|
-
```
|
|
506
577
|
|
|
507
|
-
|
|
578
|
+
DESCRIPTION
|
|
579
|
+
install/clean locales
|
|
580
|
+
```
|
|
508
581
|
|
|
509
|
-
## `eggs tools
|
|
582
|
+
## `eggs tools skel`
|
|
510
583
|
|
|
511
584
|
update skel from home configuration
|
|
512
585
|
|
|
513
586
|
```
|
|
514
587
|
USAGE
|
|
515
|
-
$ eggs tools
|
|
588
|
+
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
516
589
|
|
|
517
|
-
|
|
518
|
-
-h, --help
|
|
519
|
-
-u, --user
|
|
590
|
+
FLAGS
|
|
591
|
+
-h, --help Show CLI help.
|
|
592
|
+
-u, --user=<value> user to be used
|
|
520
593
|
-v, --verbose
|
|
521
594
|
|
|
595
|
+
DESCRIPTION
|
|
596
|
+
update skel from home configuration
|
|
597
|
+
|
|
522
598
|
ALIASES
|
|
523
599
|
$ eggs skel
|
|
524
600
|
|
|
525
|
-
|
|
601
|
+
EXAMPLES
|
|
526
602
|
$ eggs skel --user mauro
|
|
527
603
|
desktop configuration of user mauro will get used as default
|
|
528
604
|
```
|
|
529
605
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
## `eggs tools:stat`
|
|
606
|
+
## `eggs tools stat`
|
|
533
607
|
|
|
534
608
|
get statistics from sourceforge
|
|
535
609
|
|
|
536
610
|
```
|
|
537
611
|
USAGE
|
|
538
|
-
$ eggs tools
|
|
612
|
+
$ eggs tools stat [-h] [-m] [-y]
|
|
539
613
|
|
|
540
|
-
|
|
541
|
-
-h, --help
|
|
614
|
+
FLAGS
|
|
615
|
+
-h, --help Show CLI help.
|
|
542
616
|
-m, --month current month
|
|
543
617
|
-y, --year current year
|
|
544
618
|
|
|
619
|
+
DESCRIPTION
|
|
620
|
+
get statistics from sourceforge
|
|
621
|
+
|
|
545
622
|
ALIASES
|
|
546
623
|
$ eggs stat
|
|
547
624
|
```
|
|
548
625
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
## `eggs tools:yolk`
|
|
626
|
+
## `eggs tools yolk`
|
|
552
627
|
|
|
553
628
|
configure eggs to install without internet
|
|
554
629
|
|
|
555
630
|
```
|
|
556
631
|
USAGE
|
|
557
|
-
$ eggs tools
|
|
632
|
+
$ eggs tools yolk [-h] [-v]
|
|
558
633
|
|
|
559
|
-
|
|
560
|
-
-h, --help
|
|
634
|
+
FLAGS
|
|
635
|
+
-h, --help Show CLI help.
|
|
561
636
|
-v, --verbose
|
|
562
637
|
|
|
563
|
-
|
|
638
|
+
DESCRIPTION
|
|
639
|
+
configure eggs to install without internet
|
|
640
|
+
|
|
641
|
+
EXAMPLES
|
|
564
642
|
$ eggs yolk -v
|
|
565
643
|
```
|
|
566
644
|
|
|
567
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.1.0/src/commands/tools/yolk.ts)_
|
|
568
|
-
|
|
569
645
|
## `eggs update`
|
|
570
646
|
|
|
571
647
|
update the penguin's eggs tool
|
|
572
648
|
|
|
573
649
|
```
|
|
574
650
|
USAGE
|
|
575
|
-
$ eggs update
|
|
651
|
+
$ eggs update [-h] [-a] [-b] [-v]
|
|
576
652
|
|
|
577
|
-
|
|
653
|
+
FLAGS
|
|
578
654
|
-a, --apt if eggs package is .deb, update from distro repositories
|
|
579
655
|
-b, --basket if eggs package is .deb, update from eggs basket
|
|
580
|
-
-h, --help
|
|
581
|
-
-n, --npm if eggs package is .npm, update from npmjs.com
|
|
656
|
+
-h, --help Show CLI help.
|
|
582
657
|
-v, --verbose verbose
|
|
583
658
|
|
|
584
|
-
|
|
659
|
+
DESCRIPTION
|
|
660
|
+
update the penguin's eggs tool
|
|
661
|
+
|
|
662
|
+
EXAMPLES
|
|
585
663
|
$ eggs update
|
|
586
664
|
update/upgrade the penguin's eggs tool
|
|
587
665
|
```
|
|
588
666
|
|
|
589
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
667
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.9/src/commands/update.ts)_
|
|
668
|
+
|
|
669
|
+
## `eggs version`
|
|
670
|
+
|
|
671
|
+
```
|
|
672
|
+
USAGE
|
|
673
|
+
$ eggs version
|
|
674
|
+
```
|
|
675
|
+
|
|
676
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
|
|
590
677
|
<!-- commandsstop -->
|
|
591
678
|
|
|
592
679
|
# Terminal samples
|
|
@@ -597,11 +684,13 @@ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eg
|
|
|
597
684
|
No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
|
|
598
685
|
|
|
599
686
|
## More informations
|
|
600
|
-
There is [
|
|
687
|
+
There is a [Penguin's eggs official book](https://penguins-eggs.net/book/) and same other documentation - mostly for developers - on [penguins-eggs repo](https://github.com/pieroproietti/penguins-eggs) under **documents** and **i386**, in particular we have [hens, differents species](https://github.com/pieroproietti/penguins-eggs/blob/master/documents/hens-different-species.md) who descrive how to use eggs in manjaro.
|
|
601
688
|
|
|
602
|
-
* [
|
|
689
|
+
* [blog](https://penguins-eggs.net)
|
|
603
690
|
* [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
|
|
604
691
|
* [sources](https://github.com/pieroproietti/penguins-krill)
|
|
692
|
+
* [telegram](telegram.me/PieroProietti)
|
|
693
|
+
* [twitter](https://twitter.com/pieroproietti)
|
|
605
694
|
|
|
606
695
|
You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
|
|
607
696
|
|