penguins-eggs 8.17.4 → 9.0.2
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 +235 -155
- package/addons/README.md +78 -84
- package/addons/{pve → blissos}/theme/applications/install-debian.desktop +0 -0
- package/addons/{pve → blissos}/theme/artwork/install-debian.png +0 -0
- package/addons/blissos/theme/calamares/branding/blissos-logo.png +0 -0
- package/addons/{pve → 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/{pve → blissos}/theme/calamares/modules/partition.yml +2 -2
- package/addons/blissos/theme/livecd/README.md +23 -0
- package/addons/blissos/theme/livecd/grub.template.cfg +34 -0
- package/addons/blissos/theme/livecd/grub.theme.cfg +46 -0
- package/addons/blissos/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/blissos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/blissos/theme/livecd/splash.png +0 -0
- package/addons/debian/theme/README.md +23 -0
- package/addons/debian/theme/{branding → calamares/branding}/branding.desc +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/debian-logo.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/show.qml +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/slide1.png +0 -0
- package/addons/debian/theme/{branding → calamares/branding}/welcome.png +0 -0
- package/addons/debian/theme/calamares/modules/partition.yml +233 -0
- package/addons/debian/theme/livecd/README.md +23 -0
- package/addons/debian/theme/livecd/grub.template.cfg +34 -0
- package/addons/{pve/theme/livecd/theme.cfg → debian/theme/livecd/grub.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/isolinux.template.cfg +30 -0
- package/{conf/distros/buster/isolinux/stdmenu.template.cfg → addons/debian/theme/livecd/isolinux.theme.cfg} +4 -0
- package/addons/debian/theme/livecd/splash.png +0 -0
- package/addons/deblinux/theme/README.md +19 -12
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +1 -1
- package/addons/eggs/theme/livecd/README.md +21 -6
- package/addons/eggs/theme/livecd/grub.template.cfg +11 -37
- package/addons/eggs/theme/livecd/{theme.cfg → grub.theme.cfg} +5 -1
- package/addons/eggs/theme/livecd/isolinux.template.cfg +29 -0
- package/addons/eggs/theme/livecd/isolinux.theme.cfg +46 -0
- package/addons/eggs/theme/livecd/splash.png +0 -0
- package/addons/guadalinex/theme/livecd/README.md +23 -0
- package/addons/guadalinex/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +12 -3
- package/addons/guadalinex/theme/livecd/{theme.cfg → isolinux.theme.cfg} +0 -0
- package/addons/neon/theme/livecd/README.md +23 -0
- package/addons/neon/theme/livecd/grub.template.cfg +34 -0
- package/addons/{ufficiozero/theme/livecd/theme.cfg → neon/theme/livecd/grub.theme.cfg} +5 -1
- package/addons/neon/theme/livecd/isolinux.template.cfg +29 -0
- 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/openos/theme/livecd/README.md +23 -0
- package/addons/openos/theme/livecd/{theme.cfg → grub.theme.cfg} +0 -0
- package/addons/openos/theme/livecd/{menu.template.cfg → isolinux.template.cfg} +11 -3
- package/addons/openos/theme/livecd/isolinux.theme.cfg +45 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +17 -2
- 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/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/jammy/README.md +9 -0
- 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 +1 -1
- package/conf/exclude.list +2 -4
- package/conf/tools.yaml +1 -1
- package/lib/classes/basket.js +24 -28
- package/lib/classes/bleach.js +17 -17
- package/lib/classes/compressors.js +15 -14
- package/lib/classes/daddy.js +38 -31
- package/lib/classes/distro.d.ts +3 -2
- package/lib/classes/distro.js +288 -179
- package/lib/classes/family/archlinux.d.ts +69 -0
- package/lib/classes/family/archlinux.js +181 -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 -78
- 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 +135 -132
- package/lib/classes/krill_prepare.js +51 -51
- package/lib/classes/n8.js +6 -11
- package/lib/classes/ovary.d.ts +29 -11
- package/lib/classes/ovary.js +711 -605
- package/lib/classes/pacman.d.ts +53 -58
- package/lib/classes/pacman.js +512 -431
- package/lib/classes/pve-live.js +6 -6
- package/lib/classes/settings.js +46 -55
- 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 +9 -12
- package/lib/classes/utils.js +127 -106
- package/lib/classes/xdg.js +94 -90
- package/lib/classes/yolk.js +36 -29
- 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 +21 -46
- package/lib/commands/config.d.ts +5 -5
- package/lib/commands/config.js +68 -75
- 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 +4 -4
- package/lib/commands/install.js +19 -14
- 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 +42 -45
- 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 +12 -12
- 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.js +5 -5
- 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-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 +2 -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/oclif.manifest.json +1 -1
- package/package.json +115 -107
- package/scripts/bros/waydroid-helper.sh +92 -0
- package/scripts/eggs.bash +65 -35
- package/scripts/not-used/eggs-cleanup.sh +7 -0
- package/scripts/{install-eggs-ppa.sh → not-used/install-eggs-ppa.sh} +0 -0
- package/scripts/{mkinitramfs → not-used/mkinitramfs} +0 -0
- package/scripts/{pve-live.sh → not-used/pve-live.sh} +0 -0
- package/addons/eggs/theme/livecd/menu.template.cfg +0 -54
- package/addons/pve/theme/applications/penguins-pve.desktop +0 -24
- 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/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/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 -154
- 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/grub/theme.cfg +0 -42
- 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/scripts/python-minimal-deb/anti-python-minimal +0 -7
- package/scripts/python-minimal-deb/python-minimal_99_all.deb +0 -0
- package/scripts/python-minimal-deb/python-minimal_99_amd64.buildinfo +0 -168
- package/scripts/python-minimal-deb/python-minimal_99_amd64.changes +0 -25
package/README.md
CHANGED
|
@@ -51,40 +51,39 @@ 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
|
|
65
|
-
|
|
66
|
-
## deb packages
|
|
67
|
-
eggs is released deb packages for i386, amd64, armal 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.
|
|
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).
|
|
68
66
|
|
|
69
67
|
## Install eggs
|
|
70
68
|
There are more than a way to install eggs, the most common it's to use penguins-eggs-ppa.
|
|
71
69
|
|
|
72
|
-
### Using penguins-eggs-ppa
|
|
73
|
-
|
|
70
|
+
### Using penguins-eggs-ppa (stable version)
|
|
71
|
+
|
|
72
|
+
eggs have it's repository ppa, You can use it, copy and paste in a terminal window the following two lines:
|
|
74
73
|
|
|
75
74
|
```
|
|
76
|
-
curl -SsL
|
|
77
|
-
sudo curl -s --compressed -o /etc/apt/sources.list.d/penguins-eggs-ppa.list "https://pieroproietti.github.io/penguins-eggs-ppa/
|
|
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"
|
|
78
77
|
```
|
|
79
|
-
Update your repositories: **sudo apt update** and install eggs: **sudo apt install eggs**.
|
|
80
78
|
|
|
79
|
+
Update your repositories: **sudo apt update** and install eggs: **sudo apt install eggs**.
|
|
81
80
|
|
|
82
81
|
### Download the package and install with dpkg
|
|
83
82
|
|
|
84
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
|
|
85
84
|
|
|
86
85
|
```
|
|
87
|
-
sudo dpkg -i
|
|
86
|
+
sudo dpkg -i eggs_14.18.0-1_amd64.deb
|
|
88
87
|
```
|
|
89
88
|
|
|
90
89
|
or, on a i386 system:
|
|
@@ -93,7 +92,7 @@ sudo dpkg -i eggs_8.17.3-1_i386.deb
|
|
|
93
92
|
```
|
|
94
93
|
|
|
95
94
|
## Upgrade eggs
|
|
96
|
-
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt
|
|
95
|
+
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
|
|
97
96
|
|
|
98
97
|
|
|
99
98
|
### Upgrade from basket
|
|
@@ -101,21 +100,20 @@ If you are using not the penguins-eggs-ppa, the fastest way to use sudo eggs upd
|
|
|
101
100
|
|
|
102
101
|
```sudo eggs update```
|
|
103
102
|
|
|
104
|
-
### Manual upgrade
|
|
103
|
+
### Manual upgrade
|
|
105
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**.
|
|
106
105
|
|
|
107
106
|
|
|
108
107
|
# Usage
|
|
109
|
-
In addition to the description of the commands in this README, you can consult the [
|
|
110
|
-
There is also other documentation - mostly for developers - included in the [documents](./documents) and [i386](./i386) directories of this repository,
|
|
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/).
|
|
111
109
|
|
|
112
110
|
<!-- usage -->
|
|
113
111
|
```sh-session
|
|
114
112
|
$ npm install -g penguins-eggs
|
|
115
113
|
$ eggs COMMAND
|
|
116
114
|
running command...
|
|
117
|
-
$ eggs (
|
|
118
|
-
penguins-eggs/
|
|
115
|
+
$ eggs (--version|-v)
|
|
116
|
+
penguins-eggs/9.0.2 linux-x64 node-v16.13.1
|
|
119
117
|
$ eggs --help [COMMAND]
|
|
120
118
|
USAGE
|
|
121
119
|
$ eggs COMMAND
|
|
@@ -127,12 +125,13 @@ USAGE
|
|
|
127
125
|
<!-- commands -->
|
|
128
126
|
* [`eggs adapt`](#eggs-adapt)
|
|
129
127
|
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
128
|
+
* [`eggs bro`](#eggs-bro)
|
|
130
129
|
* [`eggs calamares`](#eggs-calamares)
|
|
131
130
|
* [`eggs config`](#eggs-config)
|
|
132
131
|
* [`eggs dad`](#eggs-dad)
|
|
133
|
-
* [`eggs export
|
|
134
|
-
* [`eggs export
|
|
135
|
-
* [`eggs export
|
|
132
|
+
* [`eggs export deb`](#eggs-export-deb)
|
|
133
|
+
* [`eggs export docs`](#eggs-export-docs)
|
|
134
|
+
* [`eggs export iso`](#eggs-export-iso)
|
|
136
135
|
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
137
136
|
* [`eggs info`](#eggs-info)
|
|
138
137
|
* [`eggs install`](#eggs-install)
|
|
@@ -140,12 +139,13 @@ USAGE
|
|
|
140
139
|
* [`eggs mom`](#eggs-mom)
|
|
141
140
|
* [`eggs produce`](#eggs-produce)
|
|
142
141
|
* [`eggs remove`](#eggs-remove)
|
|
143
|
-
* [`eggs tools
|
|
144
|
-
* [`eggs tools
|
|
145
|
-
* [`eggs tools
|
|
146
|
-
* [`eggs tools
|
|
147
|
-
* [`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)
|
|
148
147
|
* [`eggs update`](#eggs-update)
|
|
148
|
+
* [`eggs version`](#eggs-version)
|
|
149
149
|
|
|
150
150
|
## `eggs adapt`
|
|
151
151
|
|
|
@@ -153,17 +153,20 @@ adapt monitor resolution for VM only
|
|
|
153
153
|
|
|
154
154
|
```
|
|
155
155
|
USAGE
|
|
156
|
-
$ eggs adapt
|
|
156
|
+
$ eggs adapt [-v] [-h]
|
|
157
157
|
|
|
158
|
-
|
|
159
|
-
-h, --help
|
|
158
|
+
FLAGS
|
|
159
|
+
-h, --help Show CLI help.
|
|
160
160
|
-v, --verbose
|
|
161
161
|
|
|
162
|
+
DESCRIPTION
|
|
163
|
+
adapt monitor resolution for VM only
|
|
164
|
+
|
|
162
165
|
ALIASES
|
|
163
166
|
$ eggs adjust
|
|
164
167
|
```
|
|
165
168
|
|
|
166
|
-
_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.2/src/commands/adapt.ts)_
|
|
167
170
|
|
|
168
171
|
## `eggs autocomplete [SHELL]`
|
|
169
172
|
|
|
@@ -171,22 +174,45 @@ display autocomplete installation instructions
|
|
|
171
174
|
|
|
172
175
|
```
|
|
173
176
|
USAGE
|
|
174
|
-
$ eggs autocomplete [SHELL]
|
|
177
|
+
$ eggs autocomplete [SHELL] [-r]
|
|
175
178
|
|
|
176
179
|
ARGUMENTS
|
|
177
180
|
SHELL shell type
|
|
178
181
|
|
|
179
|
-
|
|
182
|
+
FLAGS
|
|
180
183
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
181
184
|
|
|
185
|
+
DESCRIPTION
|
|
186
|
+
display autocomplete installation instructions
|
|
187
|
+
|
|
182
188
|
EXAMPLES
|
|
183
189
|
$ eggs autocomplete
|
|
190
|
+
|
|
184
191
|
$ eggs autocomplete bash
|
|
192
|
+
|
|
185
193
|
$ eggs autocomplete zsh
|
|
194
|
+
|
|
186
195
|
$ eggs autocomplete --refresh-cache
|
|
187
196
|
```
|
|
188
197
|
|
|
189
|
-
_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.0.0/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.2/src/commands/bro.ts)_
|
|
190
216
|
|
|
191
217
|
## `eggs calamares`
|
|
192
218
|
|
|
@@ -194,15 +220,18 @@ calamares or install or configure it
|
|
|
194
220
|
|
|
195
221
|
```
|
|
196
222
|
USAGE
|
|
197
|
-
$ eggs calamares
|
|
223
|
+
$ eggs calamares [-h] [-v] [-i] [-f] [-r] [--theme <value>]
|
|
198
224
|
|
|
199
|
-
|
|
200
|
-
-f, --final
|
|
201
|
-
-h, --help
|
|
202
|
-
-i, --install
|
|
203
|
-
-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
|
|
204
230
|
-v, --verbose
|
|
205
|
-
--theme
|
|
231
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
232
|
+
|
|
233
|
+
DESCRIPTION
|
|
234
|
+
calamares or install or configure it
|
|
206
235
|
|
|
207
236
|
EXAMPLES
|
|
208
237
|
~$ sudo eggs calamares
|
|
@@ -212,7 +241,7 @@ EXAMPLES
|
|
|
212
241
|
install calamares and create it's configuration's files
|
|
213
242
|
```
|
|
214
243
|
|
|
215
|
-
_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.2/src/commands/calamares.ts)_
|
|
216
245
|
|
|
217
246
|
## `eggs config`
|
|
218
247
|
|
|
@@ -220,23 +249,26 @@ Configure and install prerequisites deb packages to run it
|
|
|
220
249
|
|
|
221
250
|
```
|
|
222
251
|
USAGE
|
|
223
|
-
$ eggs config
|
|
252
|
+
$ eggs config [-n] [-c] [-h] [-v]
|
|
224
253
|
|
|
225
|
-
|
|
254
|
+
FLAGS
|
|
226
255
|
-c, --clean remove old configuration before to create new one
|
|
227
|
-
-h, --help
|
|
256
|
+
-h, --help Show CLI help.
|
|
228
257
|
-n, --nointeractive assume yes
|
|
229
258
|
-v, --verbose verbose
|
|
230
259
|
|
|
260
|
+
DESCRIPTION
|
|
261
|
+
Configure and install prerequisites deb packages to run it
|
|
262
|
+
|
|
231
263
|
ALIASES
|
|
232
264
|
$ eggs prerequisites
|
|
233
265
|
|
|
234
|
-
|
|
266
|
+
EXAMPLES
|
|
235
267
|
~$ sudo eggs config
|
|
236
268
|
Configure and install prerequisites deb packages to run it
|
|
237
269
|
```
|
|
238
270
|
|
|
239
|
-
_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.2/src/commands/config.ts)_
|
|
240
272
|
|
|
241
273
|
## `eggs dad`
|
|
242
274
|
|
|
@@ -244,66 +276,72 @@ ask help from daddy - configuration helper
|
|
|
244
276
|
|
|
245
277
|
```
|
|
246
278
|
USAGE
|
|
247
|
-
$ eggs dad
|
|
279
|
+
$ eggs dad [-h] [-c] [-d] [-v]
|
|
248
280
|
|
|
249
|
-
|
|
281
|
+
FLAGS
|
|
250
282
|
-c, --clean remove old configuration before to create
|
|
251
283
|
-d, --default remove old configuration and force default
|
|
252
|
-
-h, --help
|
|
284
|
+
-h, --help Show CLI help.
|
|
253
285
|
-v, --verbose
|
|
286
|
+
|
|
287
|
+
DESCRIPTION
|
|
288
|
+
ask help from daddy - configuration helper
|
|
254
289
|
```
|
|
255
290
|
|
|
256
|
-
_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.2/src/commands/dad.ts)_
|
|
257
292
|
|
|
258
|
-
## `eggs export
|
|
293
|
+
## `eggs export deb`
|
|
259
294
|
|
|
260
295
|
export deb/docs/iso to the destination host
|
|
261
296
|
|
|
262
297
|
```
|
|
263
298
|
USAGE
|
|
264
|
-
$ eggs export
|
|
299
|
+
$ eggs export deb [-h] [-c] [--amd64] [--i386] [--armel] [--arm64] [-a]
|
|
265
300
|
|
|
266
|
-
|
|
301
|
+
FLAGS
|
|
267
302
|
-a, --all export all archs
|
|
268
303
|
-c, --clean remove old .deb before to copy
|
|
269
|
-
-h, --help
|
|
304
|
+
-h, --help Show CLI help.
|
|
270
305
|
--amd64 export amd64 arch
|
|
271
306
|
--arm64 export arm64 arch
|
|
272
307
|
--armel export armel arch
|
|
273
308
|
--i386 export i386 arch
|
|
274
|
-
```
|
|
275
309
|
|
|
276
|
-
|
|
310
|
+
DESCRIPTION
|
|
311
|
+
export deb/docs/iso to the destination host
|
|
312
|
+
```
|
|
277
313
|
|
|
278
|
-
## `eggs export
|
|
314
|
+
## `eggs export docs`
|
|
279
315
|
|
|
280
316
|
remove and export docType documentation of the sources in the destination host
|
|
281
317
|
|
|
282
318
|
```
|
|
283
319
|
USAGE
|
|
284
|
-
$ eggs export
|
|
320
|
+
$ eggs export docs [-h]
|
|
285
321
|
|
|
286
|
-
|
|
287
|
-
-h, --help
|
|
288
|
-
```
|
|
322
|
+
FLAGS
|
|
323
|
+
-h, --help Show CLI help.
|
|
289
324
|
|
|
290
|
-
|
|
325
|
+
DESCRIPTION
|
|
326
|
+
remove and export docType documentation of the sources in the destination host
|
|
327
|
+
```
|
|
291
328
|
|
|
292
|
-
## `eggs export
|
|
329
|
+
## `eggs export iso`
|
|
293
330
|
|
|
294
331
|
export iso in the destination host
|
|
295
332
|
|
|
296
333
|
```
|
|
297
334
|
USAGE
|
|
298
|
-
$ eggs export
|
|
335
|
+
$ eggs export iso [-h] [-b] [-c]
|
|
299
336
|
|
|
300
|
-
|
|
337
|
+
FLAGS
|
|
301
338
|
-b, --backup export backup ISOs
|
|
302
339
|
-c, --clean delete old ISOs before to copy
|
|
303
|
-
-h, --help
|
|
304
|
-
```
|
|
340
|
+
-h, --help Show CLI help.
|
|
305
341
|
|
|
306
|
-
|
|
342
|
+
DESCRIPTION
|
|
343
|
+
export iso in the destination host
|
|
344
|
+
```
|
|
307
345
|
|
|
308
346
|
## `eggs help [COMMAND]`
|
|
309
347
|
|
|
@@ -311,31 +349,37 @@ display help for eggs
|
|
|
311
349
|
|
|
312
350
|
```
|
|
313
351
|
USAGE
|
|
314
|
-
$ eggs help [COMMAND]
|
|
352
|
+
$ eggs help [COMMAND] [--all]
|
|
315
353
|
|
|
316
354
|
ARGUMENTS
|
|
317
355
|
COMMAND command to show help for
|
|
318
356
|
|
|
319
|
-
|
|
357
|
+
FLAGS
|
|
320
358
|
--all see all commands in CLI
|
|
359
|
+
|
|
360
|
+
DESCRIPTION
|
|
361
|
+
display help for eggs
|
|
321
362
|
```
|
|
322
363
|
|
|
323
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.
|
|
364
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
|
|
324
365
|
|
|
325
366
|
## `eggs info`
|
|
326
367
|
|
|
327
|
-
thinking a different approach to CLI
|
|
368
|
+
re-thinking for a different approach to CLI
|
|
328
369
|
|
|
329
370
|
```
|
|
330
371
|
USAGE
|
|
331
|
-
$ eggs info
|
|
372
|
+
$ eggs info [-v] [-h]
|
|
332
373
|
|
|
333
|
-
|
|
334
|
-
-h, --help
|
|
374
|
+
FLAGS
|
|
375
|
+
-h, --help Show CLI help.
|
|
335
376
|
-v, --verbose
|
|
377
|
+
|
|
378
|
+
DESCRIPTION
|
|
379
|
+
re-thinking for a different approach to CLI
|
|
336
380
|
```
|
|
337
381
|
|
|
338
|
-
_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.2/src/commands/info.ts)_
|
|
339
383
|
|
|
340
384
|
## `eggs install`
|
|
341
385
|
|
|
@@ -343,23 +387,26 @@ command-line system installer - the egg became a penguin!
|
|
|
343
387
|
|
|
344
388
|
```
|
|
345
389
|
USAGE
|
|
346
|
-
$ eggs install
|
|
390
|
+
$ eggs install [-c] [-h] [-v]
|
|
347
391
|
|
|
348
|
-
|
|
392
|
+
FLAGS
|
|
349
393
|
-c, --cli force use CLI installer
|
|
350
|
-
-h, --help
|
|
394
|
+
-h, --help Show CLI help.
|
|
351
395
|
-v, --verbose verbose
|
|
352
396
|
|
|
397
|
+
DESCRIPTION
|
|
398
|
+
command-line system installer - the egg became a penguin!
|
|
399
|
+
|
|
353
400
|
ALIASES
|
|
354
401
|
$ eggs hatch
|
|
355
402
|
$ eggs krill
|
|
356
403
|
|
|
357
|
-
|
|
404
|
+
EXAMPLES
|
|
358
405
|
$ eggs install
|
|
359
406
|
Install the system using GUI or CLI installer
|
|
360
407
|
```
|
|
361
408
|
|
|
362
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
409
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/install.ts)_
|
|
363
410
|
|
|
364
411
|
## `eggs kill`
|
|
365
412
|
|
|
@@ -367,18 +414,21 @@ kill the eggs/free the nest
|
|
|
367
414
|
|
|
368
415
|
```
|
|
369
416
|
USAGE
|
|
370
|
-
$ eggs kill
|
|
417
|
+
$ eggs kill [-h] [-v]
|
|
371
418
|
|
|
372
|
-
|
|
373
|
-
-h, --help
|
|
419
|
+
FLAGS
|
|
420
|
+
-h, --help Show CLI help.
|
|
374
421
|
-v, --verbose verbose
|
|
375
422
|
|
|
376
|
-
|
|
423
|
+
DESCRIPTION
|
|
424
|
+
kill the eggs/free the nest
|
|
425
|
+
|
|
426
|
+
EXAMPLES
|
|
377
427
|
$ eggs kill
|
|
378
428
|
kill the eggs/free the nest
|
|
379
429
|
```
|
|
380
430
|
|
|
381
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
431
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/kill.ts)_
|
|
382
432
|
|
|
383
433
|
## `eggs mom`
|
|
384
434
|
|
|
@@ -386,13 +436,16 @@ ask for mommy - gui helper
|
|
|
386
436
|
|
|
387
437
|
```
|
|
388
438
|
USAGE
|
|
389
|
-
$ eggs mom
|
|
439
|
+
$ eggs mom [-h]
|
|
440
|
+
|
|
441
|
+
FLAGS
|
|
442
|
+
-h, --help Show CLI help.
|
|
390
443
|
|
|
391
|
-
|
|
392
|
-
-
|
|
444
|
+
DESCRIPTION
|
|
445
|
+
ask for mommy - gui helper
|
|
393
446
|
```
|
|
394
447
|
|
|
395
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
448
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/mom.ts)_
|
|
396
449
|
|
|
397
450
|
## `eggs produce`
|
|
398
451
|
|
|
@@ -400,22 +453,26 @@ the system produce an egg: iso image of your system
|
|
|
400
453
|
|
|
401
454
|
```
|
|
402
455
|
USAGE
|
|
403
|
-
$ eggs produce
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
-
|
|
408
|
-
-
|
|
409
|
-
-
|
|
410
|
-
-
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
--
|
|
416
|
-
--
|
|
417
|
-
--
|
|
418
|
-
--
|
|
456
|
+
$ eggs produce [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
|
|
457
|
+
[--addons <value>] [--release]
|
|
458
|
+
|
|
459
|
+
FLAGS
|
|
460
|
+
-b, --backup backup mode
|
|
461
|
+
-f, --fast fast compression
|
|
462
|
+
-h, --help Show CLI help.
|
|
463
|
+
-m, --max max compression
|
|
464
|
+
-n, --normal normal compression
|
|
465
|
+
-p, --prefix=<value> prefix
|
|
466
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
467
|
+
-v, --verbose verbose
|
|
468
|
+
-y, --yolk -y force yolk renew
|
|
469
|
+
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
470
|
+
--basename=<value> basename
|
|
471
|
+
--release release: configure GUI installer to remove eggs and calamares after installation
|
|
472
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
473
|
+
|
|
474
|
+
DESCRIPTION
|
|
475
|
+
the system produce an egg: iso image of your system
|
|
419
476
|
|
|
420
477
|
ALIASES
|
|
421
478
|
$ eggs spawn
|
|
@@ -453,7 +510,7 @@ EXAMPLES
|
|
|
453
510
|
in /home/eggs/ovarium and you can customize all you need
|
|
454
511
|
```
|
|
455
512
|
|
|
456
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
513
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/produce.ts)_
|
|
457
514
|
|
|
458
515
|
## `eggs remove`
|
|
459
516
|
|
|
@@ -461,139 +518,161 @@ remove eggs and others stuff
|
|
|
461
518
|
|
|
462
519
|
```
|
|
463
520
|
USAGE
|
|
464
|
-
$ eggs remove
|
|
521
|
+
$ eggs remove [-p] [-a] [-h] [-v]
|
|
465
522
|
|
|
466
|
-
|
|
523
|
+
FLAGS
|
|
467
524
|
-a, --autoremove remove eggs packages dependencies
|
|
468
|
-
-h, --help
|
|
525
|
+
-h, --help Show CLI help.
|
|
469
526
|
-p, --purge remove eggs configurations files
|
|
470
527
|
-v, --verbose verbose
|
|
471
528
|
|
|
529
|
+
DESCRIPTION
|
|
530
|
+
remove eggs and others stuff
|
|
531
|
+
|
|
472
532
|
EXAMPLES
|
|
473
533
|
$ sudo eggs remove
|
|
474
534
|
remove eggs
|
|
475
535
|
|
|
476
536
|
$ sudo eggs remove --purge
|
|
477
|
-
remove eggs, eggs configurations,
|
|
537
|
+
remove eggs, eggs configurations, configuration's files
|
|
538
|
+
|
|
539
|
+
$ sudo eggs remove --autoremove
|
|
540
|
+
remove eggs, eggs configurations, packages dependencies
|
|
478
541
|
```
|
|
479
542
|
|
|
480
|
-
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
543
|
+
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/remove.ts)_
|
|
481
544
|
|
|
482
|
-
## `eggs tools
|
|
545
|
+
## `eggs tools clean`
|
|
483
546
|
|
|
484
547
|
clean system log, apt, etc
|
|
485
548
|
|
|
486
549
|
```
|
|
487
550
|
USAGE
|
|
488
|
-
$ eggs tools
|
|
551
|
+
$ eggs tools clean [-h] [-v]
|
|
489
552
|
|
|
490
|
-
|
|
491
|
-
-h, --help
|
|
553
|
+
FLAGS
|
|
554
|
+
-h, --help Show CLI help.
|
|
492
555
|
-v, --verbose verbose
|
|
493
556
|
|
|
557
|
+
DESCRIPTION
|
|
558
|
+
clean system log, apt, etc
|
|
559
|
+
|
|
494
560
|
ALIASES
|
|
495
561
|
$ eggs clean
|
|
496
562
|
```
|
|
497
563
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
## `eggs tools:locales`
|
|
564
|
+
## `eggs tools locales`
|
|
501
565
|
|
|
502
566
|
install/clean locales
|
|
503
567
|
|
|
504
568
|
```
|
|
505
569
|
USAGE
|
|
506
|
-
$ eggs tools
|
|
570
|
+
$ eggs tools locales [-h] [-r] [-v]
|
|
507
571
|
|
|
508
|
-
|
|
509
|
-
-h, --help
|
|
572
|
+
FLAGS
|
|
573
|
+
-h, --help Show CLI help.
|
|
510
574
|
-r, --reinstall reinstall locales
|
|
511
575
|
-v, --verbose verbose
|
|
512
|
-
```
|
|
513
576
|
|
|
514
|
-
|
|
577
|
+
DESCRIPTION
|
|
578
|
+
install/clean locales
|
|
579
|
+
```
|
|
515
580
|
|
|
516
|
-
## `eggs tools
|
|
581
|
+
## `eggs tools skel`
|
|
517
582
|
|
|
518
583
|
update skel from home configuration
|
|
519
584
|
|
|
520
585
|
```
|
|
521
586
|
USAGE
|
|
522
|
-
$ eggs tools
|
|
587
|
+
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
523
588
|
|
|
524
|
-
|
|
525
|
-
-h, --help
|
|
526
|
-
-u, --user
|
|
589
|
+
FLAGS
|
|
590
|
+
-h, --help Show CLI help.
|
|
591
|
+
-u, --user=<value> user to be used
|
|
527
592
|
-v, --verbose
|
|
528
593
|
|
|
594
|
+
DESCRIPTION
|
|
595
|
+
update skel from home configuration
|
|
596
|
+
|
|
529
597
|
ALIASES
|
|
530
598
|
$ eggs skel
|
|
531
599
|
|
|
532
|
-
|
|
600
|
+
EXAMPLES
|
|
533
601
|
$ eggs skel --user mauro
|
|
534
602
|
desktop configuration of user mauro will get used as default
|
|
535
603
|
```
|
|
536
604
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
## `eggs tools:stat`
|
|
605
|
+
## `eggs tools stat`
|
|
540
606
|
|
|
541
607
|
get statistics from sourceforge
|
|
542
608
|
|
|
543
609
|
```
|
|
544
610
|
USAGE
|
|
545
|
-
$ eggs tools
|
|
611
|
+
$ eggs tools stat [-h] [-m] [-y]
|
|
546
612
|
|
|
547
|
-
|
|
548
|
-
-h, --help
|
|
613
|
+
FLAGS
|
|
614
|
+
-h, --help Show CLI help.
|
|
549
615
|
-m, --month current month
|
|
550
616
|
-y, --year current year
|
|
551
617
|
|
|
618
|
+
DESCRIPTION
|
|
619
|
+
get statistics from sourceforge
|
|
620
|
+
|
|
552
621
|
ALIASES
|
|
553
622
|
$ eggs stat
|
|
554
623
|
```
|
|
555
624
|
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
## `eggs tools:yolk`
|
|
625
|
+
## `eggs tools yolk`
|
|
559
626
|
|
|
560
627
|
configure eggs to install without internet
|
|
561
628
|
|
|
562
629
|
```
|
|
563
630
|
USAGE
|
|
564
|
-
$ eggs tools
|
|
631
|
+
$ eggs tools yolk [-h] [-v]
|
|
565
632
|
|
|
566
|
-
|
|
567
|
-
-h, --help
|
|
633
|
+
FLAGS
|
|
634
|
+
-h, --help Show CLI help.
|
|
568
635
|
-v, --verbose
|
|
569
636
|
|
|
570
|
-
|
|
637
|
+
DESCRIPTION
|
|
638
|
+
configure eggs to install without internet
|
|
639
|
+
|
|
640
|
+
EXAMPLES
|
|
571
641
|
$ eggs yolk -v
|
|
572
642
|
```
|
|
573
643
|
|
|
574
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v8.17.4/src/commands/tools/yolk.ts)_
|
|
575
|
-
|
|
576
644
|
## `eggs update`
|
|
577
645
|
|
|
578
646
|
update the penguin's eggs tool
|
|
579
647
|
|
|
580
648
|
```
|
|
581
649
|
USAGE
|
|
582
|
-
$ eggs update
|
|
650
|
+
$ eggs update [-h] [-a] [-b] [-v]
|
|
583
651
|
|
|
584
|
-
|
|
652
|
+
FLAGS
|
|
585
653
|
-a, --apt if eggs package is .deb, update from distro repositories
|
|
586
654
|
-b, --basket if eggs package is .deb, update from eggs basket
|
|
587
|
-
-h, --help
|
|
588
|
-
-n, --npm if eggs package is .npm, update from npmjs.com
|
|
655
|
+
-h, --help Show CLI help.
|
|
589
656
|
-v, --verbose verbose
|
|
590
657
|
|
|
591
|
-
|
|
658
|
+
DESCRIPTION
|
|
659
|
+
update the penguin's eggs tool
|
|
660
|
+
|
|
661
|
+
EXAMPLES
|
|
592
662
|
$ eggs update
|
|
593
663
|
update/upgrade the penguin's eggs tool
|
|
594
664
|
```
|
|
595
665
|
|
|
596
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/
|
|
666
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.0.2/src/commands/update.ts)_
|
|
667
|
+
|
|
668
|
+
## `eggs version`
|
|
669
|
+
|
|
670
|
+
```
|
|
671
|
+
USAGE
|
|
672
|
+
$ eggs version
|
|
673
|
+
```
|
|
674
|
+
|
|
675
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
|
|
597
676
|
<!-- commandsstop -->
|
|
598
677
|
|
|
599
678
|
# Terminal samples
|
|
@@ -604,12 +683,13 @@ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eg
|
|
|
604
683
|
No need other configurations, penguins-eggs are battery included or better, as in the real, live is inside! :-D
|
|
605
684
|
|
|
606
685
|
## More informations
|
|
607
|
-
There is [
|
|
686
|
+
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.
|
|
608
687
|
|
|
609
|
-
* [
|
|
688
|
+
* [blog](https://penguins-eggs.net)
|
|
610
689
|
* [facebook penguin's eggs group](https://www.facebook.com/groups/128861437762355/)
|
|
611
|
-
* [twitter](https://twitter.com/pieroproietti)
|
|
612
690
|
* [sources](https://github.com/pieroproietti/penguins-krill)
|
|
691
|
+
* [telegram](telegram.me/PieroProietti)
|
|
692
|
+
* [twitter](https://twitter.com/pieroproietti)
|
|
613
693
|
|
|
614
694
|
You can contact me at pieroproietti@gmail.com or [meet me](https://meet.jit.si/PenguinsEggsMeeting)
|
|
615
695
|
|