penguins-eggs 9.1.10 → 9.1.26
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 +46 -466
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/adapt/bin/eggs-adapt.sh +0 -0
- package/addons/eggs/ichoice/bin/eggs-ichoice.sh +0 -0
- package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
- package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
- package/addons/eggs/theme/applications/install-debian.desktop +235 -22
- package/addons/neon/theme/applications/install-debian.desktop +0 -0
- package/addons/telos/theme/applications/install-debian.desktop +0 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -0
- package/addons/waydroid/theme/applications/install-debian.desktop +0 -0
- package/assets/calamares/install-debian +2 -2
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +13 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/module.yml +6 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io-undo/module.yml +6 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/buster/calamares/modules/bootloader.yml +6 -6
- package/conf/distros/buster/calamares/modules/displaymanager.yml +3 -2
- package/conf/distros/buster/calamares/modules/finished.yml +3 -3
- package/conf/distros/buster/calamares/modules/fstab.yml +1 -2
- package/conf/distros/buster/calamares/modules/luksopenswaphookcfg.yml +1 -2
- package/conf/distros/buster/calamares/modules/machineid.yml +9 -2
- package/conf/distros/buster/calamares/modules/mount.yml +1 -2
- package/conf/distros/buster/calamares/modules/packages.yml +1 -1
- package/conf/distros/buster/calamares/modules/shellprocess_eggs-cleanup.yml +1 -0
- package/conf/distros/buster/calamares/modules/unpackfs.yml +1 -2
- package/conf/distros/buster/calamares/modules/users.yml +3 -4
- package/conf/distros/buster/calamares/modules/welcome.yml +1 -1
- package/conf/distros/buster/calamares/settings.yml +37 -7
- package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -0
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +2 -3
- package/conf/distros/focal/calamares/modules/automirror.yml +6 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +13 -14
- package/conf/distros/focal/calamares/modules/before_bootloader_mkdirs_context.yml +3 -4
- package/conf/distros/focal/calamares/modules/bootloader.yml +1 -2
- package/conf/distros/focal/calamares/modules/displaymanager.yml +11 -0
- package/conf/distros/focal/calamares/modules/finished.yml +1 -2
- package/conf/distros/focal/calamares/modules/fstab.yml +1 -2
- package/conf/distros/focal/calamares/modules/grubcfg.yml +2 -3
- package/conf/distros/focal/calamares/modules/locale.yml +6 -7
- package/conf/distros/focal/calamares/modules/machineid.yml +1 -2
- package/conf/distros/focal/calamares/modules/mount.yml +19 -20
- package/conf/distros/focal/calamares/modules/partition.yml +5 -3
- package/conf/distros/focal/calamares/modules/shellprocess_add386arch.yml +2 -3
- package/conf/distros/focal/calamares/modules/shellprocess_bug-LP#1829805.yml +1 -3
- package/conf/distros/focal/calamares/modules/shellprocess_logs.yml +2 -3
- package/conf/distros/focal/calamares/modules/unpackfs.yml +2 -3
- package/conf/distros/focal/calamares/modules/users.yml +4 -3
- package/conf/distros/focal/calamares/modules/welcome.yml +21 -22
- package/conf/distros/focal/calamares/settings.yml +4 -5
- package/conf/distros/jammy/README.md +32 -0
- package/conf/exclude.list +3 -0
- package/lib/classes/daddy.js +2 -2
- package/lib/classes/family/debian.js +8 -22
- package/lib/classes/i18n.d.ts +0 -4
- package/lib/classes/i18n.js +15 -27
- package/lib/classes/incubation/distros/buster.js +3 -1
- package/lib/classes/incubation/fisherman-helper/displaymanager.js +5 -3
- package/lib/classes/incubation/fisherman-helper/packages.js +36 -67
- package/lib/classes/krill_install.js +6 -6
- package/lib/classes/ovary.js +90 -92
- package/lib/classes/pacman.js +0 -8
- package/lib/classes/sources_list.js +11 -20
- package/lib/classes/tailor.d.ts +13 -11
- package/lib/classes/tailor.js +267 -92
- package/lib/classes/utils.d.ts +1 -1
- package/lib/classes/utils.js +15 -11
- package/lib/classes/xdg.js +38 -18
- package/lib/commands/adapt.d.ts +0 -1
- package/lib/commands/adapt.js +1 -1
- package/lib/commands/analyze.js +8 -5
- package/lib/commands/calamares.d.ts +1 -1
- package/lib/commands/calamares.js +7 -7
- package/lib/commands/config.d.ts +0 -1
- package/lib/commands/config.js +4 -1
- package/lib/commands/dad.js +5 -2
- package/lib/commands/install.d.ts +0 -1
- package/lib/commands/install.js +6 -3
- package/lib/commands/kill.js +4 -1
- package/lib/commands/produce.d.ts +0 -1
- package/lib/commands/produce.js +5 -2
- package/lib/commands/remove.js +3 -0
- package/lib/commands/syncfrom.d.ts +0 -1
- package/lib/commands/syncfrom.js +14 -11
- package/lib/commands/syncto.d.ts +0 -1
- package/lib/commands/syncto.js +17 -14
- package/lib/commands/tools/clean.d.ts +0 -1
- package/lib/commands/tools/clean.js +9 -4
- package/lib/commands/tools/skel.d.ts +0 -1
- package/lib/commands/tools/skel.js +6 -3
- package/lib/commands/tools/stat.d.ts +0 -1
- package/lib/commands/tools/stat.js +1 -1
- package/lib/commands/tools/yolk.js +3 -0
- package/lib/commands/update.js +5 -2
- package/lib/commands/wardrobe/ironing.d.ts +3 -0
- package/lib/commands/wardrobe/ironing.js +22 -4
- package/lib/commands/wardrobe/wear.d.ts +1 -0
- package/lib/commands/wardrobe/wear.js +7 -2
- package/lib/interfaces/i-materia.d.ts +4 -0
- package/lib/interfaces/index.d.ts +0 -1
- package/lib/lib/cli-autologin.js +24 -24
- package/lib/lib/dependencies.js +6 -1
- package/lib/lib/get_address.js +3 -2
- package/lib/lib/get_dns.js +3 -2
- package/lib/lib/get_domain.js +3 -2
- package/lib/lib/get_gateway.js +3 -2
- package/lib/lib/get_hostname.js +3 -2
- package/lib/lib/get_netmask.js +3 -2
- package/lib/lib/get_password.js +3 -2
- package/lib/lib/get_root_password.js +3 -2
- package/lib/lib/get_userfullname.js +3 -2
- package/lib/lib/get_username.js +3 -2
- package/lib/lib/select_filesystem_type.js +2 -2
- package/lib/lib/select_installation_device.js +2 -2
- package/lib/lib/select_installation_mode.js +3 -2
- package/lib/lib/select_regions.js +3 -2
- package/lib/lib/select_user_swap_choice.js +2 -2
- package/lib/lib/select_zones.js +3 -2
- package/oclif.manifest.json +1 -1
- package/package.json +114 -114
- package/scripts/_eggs +3 -9
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +2 -3
- package/scripts/install-eggs-ppa.sh +0 -0
- package/scripts/mom-cli.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy.sh +0 -0
- package/scripts/userexist.sh +0 -0
- package/lib/commands/bro.d.ts +0 -14
- package/lib/commands/bro.js +0 -31
- package/lib/commands/tools/locales.d.ts +0 -13
- package/lib/commands/tools/locales.js +0 -40
- package/lib/interfaces/i-costume.d.ts +0 -27
- package/lib/interfaces/i-costume.js +0 -2
package/README.md
CHANGED
|
@@ -35,16 +35,32 @@ penguins-eggs, at the moment 2021 may is a mature tool and is extremely usefull,
|
|
|
35
35
|
|
|
36
36
|
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.
|
|
37
37
|
|
|
38
|
-
###
|
|
39
|
-
|
|
38
|
+
### mom and dad
|
|
39
|
+
I've added two lightweight assistants integrated with eggs: mom and dad. While mom is a bash script with whiptail - and guides the user to the various commands and documentation, dad started as a short way to create isos. All you have to do is type **sudo eggs dad** and follow simple instructions. You can also shortcut the way to reset the configuration **sudo dad -c** or - even faster - reset the configuration, load defaults, kill created isos. Simply type **sudo eggs dad -d** and you will immediately be able to produce the egg in the default /home/eggs nest.
|
|
40
|
+
|
|
41
|
+
### yolk
|
|
42
|
+
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.
|
|
43
|
+
|
|
44
|
+
### wardrobe
|
|
45
|
+
wardrobe was added to eggs on april 2022, it's is a way to guide and consolidate the process of creating a custom version of Linux, starting from a CLI system. All my personal editions are passed to use wardrobe for their convenience, in that way I can organize, consolidate and manage better my work. I used birds names for my customizations, we have: colibri, duck, eagle, owl, wagtail and warbier.
|
|
46
|
+
|
|
47
|
+
I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for a single developer.
|
|
48
|
+
|
|
49
|
+
You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The result of mine customizations are under [ISOs/Debian/bullseys](https://sourceforge.net/projects/penguins-eggs/files/iso/debian/bullseye/) on my sourgeforce page.
|
|
50
|
+
|
|
51
|
+
### krill
|
|
52
|
+
eggs include a CLI installer named krill, this ley you to produce and install servers configurations. krill use a nice TUI 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**
|
|
53
|
+
|
|
54
|
+
### addons and themes
|
|
55
|
+
Addons are used mostly to let 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, adapt the video resolution, link to remote support, etc.
|
|
40
56
|
|
|
41
57
|
### backup
|
|
42
|
-
|
|
58
|
+
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.
|
|
43
59
|
|
|
44
60
|
* ```eggs produce``` just remove users accounts and home. This let to have working servers examples;
|
|
45
61
|
* ```eggs produce --backup``` remove servers and users data from live, and put them on a LUKS volume.
|
|
46
62
|
|
|
47
|
-
|
|
63
|
+
Since version 9.0.16 we have two new commands: ```eggs syncfrom``` (alias restore) and ```eggs syncto``` (alias backup).
|
|
48
64
|
|
|
49
65
|
A working installation, can easily sync users and servers data to a luks-eggs-backup:
|
|
50
66
|
* ```eggs syncto -f /tmp/luks-eggs-backup``` backup users and servers data to LUKS volume /tmp/luks-eggs-backup:
|
|
@@ -61,34 +77,14 @@ A new installation, can easyly get users and servers data from a luks-eggs-backu
|
|
|
61
77
|
* ```syncfrom``` replace all users homes and all servers homes with data from the luck-eggs-backup, Force this data in not appropriate system can easily end in a long disaster recovery;
|
|
62
78
|
* I want stress you again on the fact we are working with a **live filesystem** mounted binded to the **REAL filesystem**. This mean who removing a directory under the nest, usually ```/nest/ovarium/filesystem.squashfs```, mean remove it from the REAL filesystem. So, if something went wrong during the iso production and You remain with live filesystem again binded, the shortest way to solve the problem is simply reboot.
|
|
63
79
|
|
|
64
|
-
### krill
|
|
65
|
-
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**
|
|
66
|
-
|
|
67
|
-
### mom and dad
|
|
68
|
-
I've added two lightweight assistants integrated with eggs: mom and dad. While mom is a bash script with whiptail - and guides the user to the various commands and documentation, dad started as a short way to create isos. All you have to do is type **sudo eggs dad** and follow simple instructions. You can also shortcut the way to reset the configuration **sudo dad -c** or - even faster - reset the configuration, load defaults, kill created isos. Simply type **sudo eggs dad -d** and you will immediately be able to produce the egg in the default /home/eggs nest.
|
|
69
|
-
|
|
70
|
-
I suggest to leave the default values unchanged during the development of your remaster. You will be more fast in producing eggs, enjoy of dad after reinstalling eggs. If you need more space, simply mount your big device in /home/eggs.
|
|
71
|
-
|
|
72
|
-
### yolk
|
|
73
|
-
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.
|
|
74
|
-
|
|
75
|
-
### wardrobe
|
|
76
|
-
wardrobe was added to eggs on april 2022, it's is a way to guide and consolidate the processo of creating a custom version of Linux, starting from a CLI system. Actually - after very short time . all my personal editions are created using wardrobe. In this way I can organize, consolidate and manage better my work.
|
|
77
|
-
|
|
78
|
-
I hope peoples will be interested in wardrobe and you will end to fork the main repository and add your customizations: together will be possibile to make great steps impossible for an alone developer.
|
|
79
|
-
|
|
80
|
-
You can read more in wardrobe on [penguin's eggs blog](https://penguins-eggs.net/2022/04/12/wardrobe-colibri-duck-eagle-and-owl/). The result of mine customizations are under [ISOs/Debian/bullseys](https://sourceforge.net/projects/penguins-eggs/files/iso/debian/bullseye/) on my sourgeforce page.
|
|
81
|
-
|
|
82
80
|
## What distributions can I use?
|
|
83
|
-
eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal,
|
|
81
|
+
eggs was born on Debian strecth/buster, but actually full support Debian from jessie to bookworm/sid, Devuan beowulf, chimaera, daedalus, Ubuntu bionic, focal, jammy and all derivatives including Linux mint, Deepin, neon KDE, etc. Eggs is able to remaster and install manjaro linux too and derivated.
|
|
84
82
|
|
|
85
83
|
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/).
|
|
86
84
|
|
|
87
85
|
## What architecture can I use?
|
|
88
86
|
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.
|
|
89
87
|
|
|
90
|
-
**Note:** Of course it is possible to produce iso for [Raspberry Pi Desktop](https://downloads.raspberrypi.org/rpd_x86/images/) amd64 based.
|
|
91
|
-
|
|
92
88
|
# Packages
|
|
93
89
|
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.
|
|
94
90
|
The packages usually go before in sourgeforce page of eggs, (unstable version) and later in ppa (stable version).
|
|
@@ -112,7 +108,7 @@ Update your repositories: **sudo apt update** and install eggs: **sudo apt insta
|
|
|
112
108
|
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
|
|
113
109
|
|
|
114
110
|
```
|
|
115
|
-
sudo dpkg -i eggs_9.
|
|
111
|
+
sudo dpkg -i eggs_9.1.24_amd64.deb
|
|
116
112
|
```
|
|
117
113
|
|
|
118
114
|
or, on a i386 system:
|
|
@@ -123,11 +119,6 @@ sudo dpkg -i eggs_8.17.17-1_i386.deb
|
|
|
123
119
|
## Upgrade eggs
|
|
124
120
|
If you are using penguins-eggs-ppa You can ugrade eggs as others packages just: **sudo apt upgrade**.
|
|
125
121
|
|
|
126
|
-
### Upgrade from basket
|
|
127
|
-
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.
|
|
128
|
-
|
|
129
|
-
```sudo eggs update```
|
|
130
|
-
|
|
131
122
|
### Manual upgrade
|
|
132
123
|
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**.
|
|
133
124
|
|
|
@@ -141,7 +132,7 @@ $ npm install -g penguins-eggs
|
|
|
141
132
|
$ eggs COMMAND
|
|
142
133
|
running command...
|
|
143
134
|
$ eggs (--version|-v)
|
|
144
|
-
penguins-eggs/9.1.
|
|
135
|
+
penguins-eggs/9.1.26 linux-x64 node-v18.2.0
|
|
145
136
|
$ eggs --help [COMMAND]
|
|
146
137
|
USAGE
|
|
147
138
|
$ eggs COMMAND
|
|
@@ -152,37 +143,24 @@ USAGE
|
|
|
152
143
|
# Commands
|
|
153
144
|
<!-- commands -->
|
|
154
145
|
* [`eggs adapt`](#eggs-adapt)
|
|
155
|
-
* [`eggs adjust`](#eggs-adjust)
|
|
156
146
|
* [`eggs analyze`](#eggs-analyze)
|
|
157
147
|
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
158
|
-
* [`eggs backup`](#eggs-backup)
|
|
159
|
-
* [`eggs bro`](#eggs-bro)
|
|
160
148
|
* [`eggs calamares`](#eggs-calamares)
|
|
161
|
-
* [`eggs clean`](#eggs-clean)
|
|
162
149
|
* [`eggs config`](#eggs-config)
|
|
163
150
|
* [`eggs dad`](#eggs-dad)
|
|
164
151
|
* [`eggs export deb`](#eggs-export-deb)
|
|
165
152
|
* [`eggs export docs`](#eggs-export-docs)
|
|
166
153
|
* [`eggs export iso`](#eggs-export-iso)
|
|
167
|
-
* [`eggs hatch`](#eggs-hatch)
|
|
168
154
|
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
169
155
|
* [`eggs info`](#eggs-info)
|
|
170
156
|
* [`eggs install`](#eggs-install)
|
|
171
157
|
* [`eggs kill`](#eggs-kill)
|
|
172
|
-
* [`eggs krill`](#eggs-krill)
|
|
173
|
-
* [`eggs lay`](#eggs-lay)
|
|
174
158
|
* [`eggs mom`](#eggs-mom)
|
|
175
|
-
* [`eggs prerequisites`](#eggs-prerequisites)
|
|
176
159
|
* [`eggs produce`](#eggs-produce)
|
|
177
160
|
* [`eggs remove`](#eggs-remove)
|
|
178
|
-
* [`eggs restore`](#eggs-restore)
|
|
179
|
-
* [`eggs skel`](#eggs-skel)
|
|
180
|
-
* [`eggs spawn`](#eggs-spawn)
|
|
181
|
-
* [`eggs stat`](#eggs-stat)
|
|
182
161
|
* [`eggs syncfrom`](#eggs-syncfrom)
|
|
183
162
|
* [`eggs syncto`](#eggs-syncto)
|
|
184
163
|
* [`eggs tools clean`](#eggs-tools-clean)
|
|
185
|
-
* [`eggs tools locales`](#eggs-tools-locales)
|
|
186
164
|
* [`eggs tools skel`](#eggs-tools-skel)
|
|
187
165
|
* [`eggs tools stat`](#eggs-tools-stat)
|
|
188
166
|
* [`eggs tools yolk`](#eggs-tools-yolk)
|
|
@@ -208,35 +186,13 @@ FLAGS
|
|
|
208
186
|
|
|
209
187
|
DESCRIPTION
|
|
210
188
|
adapt monitor resolution for VM only
|
|
211
|
-
|
|
212
|
-
ALIASES
|
|
213
|
-
$ eggs adjust
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.10/src/commands/adapt.ts)_
|
|
217
|
-
|
|
218
|
-
## `eggs adjust`
|
|
219
|
-
|
|
220
|
-
adapt monitor resolution for VM only
|
|
221
|
-
|
|
222
189
|
```
|
|
223
|
-
USAGE
|
|
224
|
-
$ eggs adjust [-v] [-h]
|
|
225
|
-
|
|
226
|
-
FLAGS
|
|
227
|
-
-h, --help Show CLI help.
|
|
228
|
-
-v, --verbose
|
|
229
|
-
|
|
230
|
-
DESCRIPTION
|
|
231
|
-
adapt monitor resolution for VM only
|
|
232
190
|
|
|
233
|
-
|
|
234
|
-
$ eggs adjust
|
|
235
|
-
```
|
|
191
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/adapt.ts)_
|
|
236
192
|
|
|
237
193
|
## `eggs analyze`
|
|
238
194
|
|
|
239
|
-
analyze
|
|
195
|
+
analyze for syncto
|
|
240
196
|
|
|
241
197
|
```
|
|
242
198
|
USAGE
|
|
@@ -247,13 +203,13 @@ FLAGS
|
|
|
247
203
|
-v, --verbose verbose
|
|
248
204
|
|
|
249
205
|
DESCRIPTION
|
|
250
|
-
analyze
|
|
206
|
+
analyze for syncto
|
|
251
207
|
|
|
252
208
|
EXAMPLES
|
|
253
209
|
$ sudo eggs analyze
|
|
254
210
|
```
|
|
255
211
|
|
|
256
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
212
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/analyze.ts)_
|
|
257
213
|
|
|
258
214
|
## `eggs autocomplete [SHELL]`
|
|
259
215
|
|
|
@@ -282,48 +238,7 @@ EXAMPLES
|
|
|
282
238
|
$ eggs autocomplete --refresh-cache
|
|
283
239
|
```
|
|
284
240
|
|
|
285
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.
|
|
286
|
-
|
|
287
|
-
## `eggs backup`
|
|
288
|
-
|
|
289
|
-
Backup users, server and datas to luks-eggs-backup
|
|
290
|
-
|
|
291
|
-
```
|
|
292
|
-
USAGE
|
|
293
|
-
$ eggs backup [--delete <value>] [-f <value>] [-h] [-v]
|
|
294
|
-
|
|
295
|
-
FLAGS
|
|
296
|
-
-f, --file=<value> file LUKS volume encrypted
|
|
297
|
-
-h, --help Show CLI help.
|
|
298
|
-
-v, --verbose verbose
|
|
299
|
-
--delete=<value> rsync --delete delete extraneous files from dest dirs
|
|
300
|
-
|
|
301
|
-
DESCRIPTION
|
|
302
|
-
Backup users, server and datas to luks-eggs-backup
|
|
303
|
-
|
|
304
|
-
ALIASES
|
|
305
|
-
$ eggs backup
|
|
306
|
-
|
|
307
|
-
EXAMPLES
|
|
308
|
-
$ sudo eggs syncto
|
|
309
|
-
```
|
|
310
|
-
|
|
311
|
-
## `eggs bro`
|
|
312
|
-
|
|
313
|
-
bro: waydroid helper
|
|
314
|
-
|
|
315
|
-
```
|
|
316
|
-
USAGE
|
|
317
|
-
$ eggs bro [-h]
|
|
318
|
-
|
|
319
|
-
FLAGS
|
|
320
|
-
-h, --help Show CLI help.
|
|
321
|
-
|
|
322
|
-
DESCRIPTION
|
|
323
|
-
bro: waydroid helper
|
|
324
|
-
```
|
|
325
|
-
|
|
326
|
-
_See code: [src/commands/bro.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.10/src/commands/bro.ts)_
|
|
241
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.3.0/src/commands/autocomplete/index.ts)_
|
|
327
242
|
|
|
328
243
|
## `eggs calamares`
|
|
329
244
|
|
|
@@ -331,14 +246,14 @@ calamares or install or configure it
|
|
|
331
246
|
|
|
332
247
|
```
|
|
333
248
|
USAGE
|
|
334
|
-
$ eggs calamares [-h] [-v] [-i] [-
|
|
249
|
+
$ eggs calamares [-h] [-v] [-i] [-r] [--remove] [--theme <value>]
|
|
335
250
|
|
|
336
251
|
FLAGS
|
|
337
|
-
-f, --final final: remove calamares and all it's dependencies after the installation
|
|
338
252
|
-h, --help Show CLI help.
|
|
339
253
|
-i, --install install calamares and it's dependencies
|
|
340
|
-
-r, --remove
|
|
254
|
+
-r, --release release: remove calamares and all it's dependencies after the installation
|
|
341
255
|
-v, --verbose
|
|
256
|
+
--remove remove calamares and it's dependencies
|
|
342
257
|
--theme=<value> theme/branding for eggs and calamares
|
|
343
258
|
|
|
344
259
|
DESCRIPTION
|
|
@@ -352,26 +267,7 @@ EXAMPLES
|
|
|
352
267
|
install calamares and create it's configuration's files
|
|
353
268
|
```
|
|
354
269
|
|
|
355
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
356
|
-
|
|
357
|
-
## `eggs clean`
|
|
358
|
-
|
|
359
|
-
clean system log, apt, etc
|
|
360
|
-
|
|
361
|
-
```
|
|
362
|
-
USAGE
|
|
363
|
-
$ eggs clean [-h] [-v]
|
|
364
|
-
|
|
365
|
-
FLAGS
|
|
366
|
-
-h, --help Show CLI help.
|
|
367
|
-
-v, --verbose verbose
|
|
368
|
-
|
|
369
|
-
DESCRIPTION
|
|
370
|
-
clean system log, apt, etc
|
|
371
|
-
|
|
372
|
-
ALIASES
|
|
373
|
-
$ eggs clean
|
|
374
|
-
```
|
|
270
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/calamares.ts)_
|
|
375
271
|
|
|
376
272
|
## `eggs config`
|
|
377
273
|
|
|
@@ -390,15 +286,12 @@ FLAGS
|
|
|
390
286
|
DESCRIPTION
|
|
391
287
|
Configure and install prerequisites deb packages to run it
|
|
392
288
|
|
|
393
|
-
ALIASES
|
|
394
|
-
$ eggs prerequisites
|
|
395
|
-
|
|
396
289
|
EXAMPLES
|
|
397
290
|
~$ sudo eggs config
|
|
398
291
|
Configure and install prerequisites deb packages to run it
|
|
399
292
|
```
|
|
400
293
|
|
|
401
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
294
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/config.ts)_
|
|
402
295
|
|
|
403
296
|
## `eggs dad`
|
|
404
297
|
|
|
@@ -418,7 +311,7 @@ DESCRIPTION
|
|
|
418
311
|
ask help from daddy - configuration helper
|
|
419
312
|
```
|
|
420
313
|
|
|
421
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
314
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/dad.ts)_
|
|
422
315
|
|
|
423
316
|
## `eggs export deb`
|
|
424
317
|
|
|
@@ -473,33 +366,6 @@ DESCRIPTION
|
|
|
473
366
|
export iso in the destination host
|
|
474
367
|
```
|
|
475
368
|
|
|
476
|
-
## `eggs hatch`
|
|
477
|
-
|
|
478
|
-
command-line system installer - the egg became a penguin!
|
|
479
|
-
|
|
480
|
-
```
|
|
481
|
-
USAGE
|
|
482
|
-
$ eggs hatch [-c] [-k] [-p] [-h] [-v]
|
|
483
|
-
|
|
484
|
-
FLAGS
|
|
485
|
-
-c, --cli force use CLI installer
|
|
486
|
-
-h, --help Show CLI help.
|
|
487
|
-
-k, --crypted crypted CLI installation
|
|
488
|
-
-p, --pve Proxmox VE install
|
|
489
|
-
-v, --verbose verbose
|
|
490
|
-
|
|
491
|
-
DESCRIPTION
|
|
492
|
-
command-line system installer - the egg became a penguin!
|
|
493
|
-
|
|
494
|
-
ALIASES
|
|
495
|
-
$ eggs hatch
|
|
496
|
-
$ eggs krill
|
|
497
|
-
|
|
498
|
-
EXAMPLES
|
|
499
|
-
$ eggs install
|
|
500
|
-
Install the system using GUI or CLI installer
|
|
501
|
-
```
|
|
502
|
-
|
|
503
369
|
## `eggs help [COMMAND]`
|
|
504
370
|
|
|
505
371
|
Display help for eggs.
|
|
@@ -536,7 +402,7 @@ DESCRIPTION
|
|
|
536
402
|
informations about eggs configuration
|
|
537
403
|
```
|
|
538
404
|
|
|
539
|
-
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
405
|
+
_See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/info.ts)_
|
|
540
406
|
|
|
541
407
|
## `eggs install`
|
|
542
408
|
|
|
@@ -556,16 +422,12 @@ FLAGS
|
|
|
556
422
|
DESCRIPTION
|
|
557
423
|
command-line system installer - the egg became a penguin!
|
|
558
424
|
|
|
559
|
-
ALIASES
|
|
560
|
-
$ eggs hatch
|
|
561
|
-
$ eggs krill
|
|
562
|
-
|
|
563
425
|
EXAMPLES
|
|
564
426
|
$ eggs install
|
|
565
427
|
Install the system using GUI or CLI installer
|
|
566
428
|
```
|
|
567
429
|
|
|
568
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
430
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/install.ts)_
|
|
569
431
|
|
|
570
432
|
## `eggs kill`
|
|
571
433
|
|
|
@@ -587,97 +449,7 @@ EXAMPLES
|
|
|
587
449
|
kill the eggs/free the nest
|
|
588
450
|
```
|
|
589
451
|
|
|
590
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
591
|
-
|
|
592
|
-
## `eggs krill`
|
|
593
|
-
|
|
594
|
-
command-line system installer - the egg became a penguin!
|
|
595
|
-
|
|
596
|
-
```
|
|
597
|
-
USAGE
|
|
598
|
-
$ eggs krill [-c] [-k] [-p] [-h] [-v]
|
|
599
|
-
|
|
600
|
-
FLAGS
|
|
601
|
-
-c, --cli force use CLI installer
|
|
602
|
-
-h, --help Show CLI help.
|
|
603
|
-
-k, --crypted crypted CLI installation
|
|
604
|
-
-p, --pve Proxmox VE install
|
|
605
|
-
-v, --verbose verbose
|
|
606
|
-
|
|
607
|
-
DESCRIPTION
|
|
608
|
-
command-line system installer - the egg became a penguin!
|
|
609
|
-
|
|
610
|
-
ALIASES
|
|
611
|
-
$ eggs hatch
|
|
612
|
-
$ eggs krill
|
|
613
|
-
|
|
614
|
-
EXAMPLES
|
|
615
|
-
$ eggs install
|
|
616
|
-
Install the system using GUI or CLI installer
|
|
617
|
-
```
|
|
618
|
-
|
|
619
|
-
## `eggs lay`
|
|
620
|
-
|
|
621
|
-
produce a live image from your system whithout your data
|
|
622
|
-
|
|
623
|
-
```
|
|
624
|
-
USAGE
|
|
625
|
-
$ eggs lay [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
|
|
626
|
-
[--addons <value>] [--release]
|
|
627
|
-
|
|
628
|
-
FLAGS
|
|
629
|
-
-b, --backup backup mode
|
|
630
|
-
-f, --fast fast compression
|
|
631
|
-
-h, --help Show CLI help.
|
|
632
|
-
-m, --max max compression
|
|
633
|
-
-n, --normal normal compression
|
|
634
|
-
-p, --prefix=<value> prefix
|
|
635
|
-
-s, --script script mode. Generate scripts to manage iso build
|
|
636
|
-
-v, --verbose verbose
|
|
637
|
-
-y, --yolk -y force yolk renew
|
|
638
|
-
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
639
|
-
--basename=<value> basename
|
|
640
|
-
--release release: configure GUI installer to remove eggs and calamares after installation
|
|
641
|
-
--theme=<value> theme for livecd, calamares branding and partitions
|
|
642
|
-
|
|
643
|
-
DESCRIPTION
|
|
644
|
-
produce a live image from your system whithout your data
|
|
645
|
-
|
|
646
|
-
ALIASES
|
|
647
|
-
$ eggs spawn
|
|
648
|
-
$ eggs lay
|
|
649
|
-
|
|
650
|
-
EXAMPLES
|
|
651
|
-
$ sudo eggs produce
|
|
652
|
-
produce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).
|
|
653
|
-
If hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso
|
|
654
|
-
|
|
655
|
-
$ sudo eggs produce -v
|
|
656
|
-
same as previuos, but with --verbose output
|
|
657
|
-
|
|
658
|
-
$ sudo eggs produce -vf
|
|
659
|
-
same as previuos, compression zstd, lz4 or gzip (depend from system capability)
|
|
660
|
-
|
|
661
|
-
$ sudo eggs produce -vm
|
|
662
|
-
same as previuos, compression xz -Xbcj x86 (max compression, about 10%
|
|
663
|
-
more compressed)
|
|
664
|
-
|
|
665
|
-
$ sudo eggs produce -vf --basename leo --theme debian --addons adapt
|
|
666
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression fast,
|
|
667
|
-
using Debian theme and link to adapt
|
|
668
|
-
|
|
669
|
-
$ sudo eggs produce -v --basename leo --theme debian --addons rsupport
|
|
670
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression xz,
|
|
671
|
-
using Debian theme and link to dwagent
|
|
672
|
-
|
|
673
|
-
$ sudo eggs produce -v --basename leo --rsupport
|
|
674
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs
|
|
675
|
-
theme and link to dwagent
|
|
676
|
-
|
|
677
|
-
$ sudo eggs produce -vs --basename leo --rsupport
|
|
678
|
-
produce scripts to build an ISO as the previus example. Scripts can be found
|
|
679
|
-
in /home/eggs/ovarium and you can customize all you need
|
|
680
|
-
```
|
|
452
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/kill.ts)_
|
|
681
453
|
|
|
682
454
|
## `eggs mom`
|
|
683
455
|
|
|
@@ -694,32 +466,7 @@ DESCRIPTION
|
|
|
694
466
|
ask for mommy - gui helper
|
|
695
467
|
```
|
|
696
468
|
|
|
697
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
698
|
-
|
|
699
|
-
## `eggs prerequisites`
|
|
700
|
-
|
|
701
|
-
Configure and install prerequisites deb packages to run it
|
|
702
|
-
|
|
703
|
-
```
|
|
704
|
-
USAGE
|
|
705
|
-
$ eggs prerequisites [-n] [-c] [-h] [-v]
|
|
706
|
-
|
|
707
|
-
FLAGS
|
|
708
|
-
-c, --clean remove old configuration before to create new one
|
|
709
|
-
-h, --help Show CLI help.
|
|
710
|
-
-n, --nointeractive assume yes
|
|
711
|
-
-v, --verbose verbose
|
|
712
|
-
|
|
713
|
-
DESCRIPTION
|
|
714
|
-
Configure and install prerequisites deb packages to run it
|
|
715
|
-
|
|
716
|
-
ALIASES
|
|
717
|
-
$ eggs prerequisites
|
|
718
|
-
|
|
719
|
-
EXAMPLES
|
|
720
|
-
~$ sudo eggs config
|
|
721
|
-
Configure and install prerequisites deb packages to run it
|
|
722
|
-
```
|
|
469
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/mom.ts)_
|
|
723
470
|
|
|
724
471
|
## `eggs produce`
|
|
725
472
|
|
|
@@ -748,10 +495,6 @@ FLAGS
|
|
|
748
495
|
DESCRIPTION
|
|
749
496
|
produce a live image from your system whithout your data
|
|
750
497
|
|
|
751
|
-
ALIASES
|
|
752
|
-
$ eggs spawn
|
|
753
|
-
$ eggs lay
|
|
754
|
-
|
|
755
498
|
EXAMPLES
|
|
756
499
|
$ sudo eggs produce
|
|
757
500
|
produce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).
|
|
@@ -784,7 +527,7 @@ EXAMPLES
|
|
|
784
527
|
in /home/eggs/ovarium and you can customize all you need
|
|
785
528
|
```
|
|
786
529
|
|
|
787
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
530
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/produce.ts)_
|
|
788
531
|
|
|
789
532
|
## `eggs remove`
|
|
790
533
|
|
|
@@ -814,139 +557,7 @@ EXAMPLES
|
|
|
814
557
|
remove eggs, eggs configurations, packages dependencies
|
|
815
558
|
```
|
|
816
559
|
|
|
817
|
-
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
818
|
-
|
|
819
|
-
## `eggs restore`
|
|
820
|
-
|
|
821
|
-
Restore users, server and datas from luks-eggs-backup
|
|
822
|
-
|
|
823
|
-
```
|
|
824
|
-
USAGE
|
|
825
|
-
$ eggs restore [--delete <value>] [-f <value>] [-r <value>] [-h] [-v]
|
|
826
|
-
|
|
827
|
-
FLAGS
|
|
828
|
-
-f, --file=<value> file LUKS volume encrypted
|
|
829
|
-
-h, --help Show CLI help.
|
|
830
|
-
-r, --rootdir=<value> rootdir of the installed system, when used from live
|
|
831
|
-
-v, --verbose verbose
|
|
832
|
-
--delete=<value> rsync --delete delete extraneous files from dest dirs
|
|
833
|
-
|
|
834
|
-
DESCRIPTION
|
|
835
|
-
Restore users, server and datas from luks-eggs-backup
|
|
836
|
-
|
|
837
|
-
ALIASES
|
|
838
|
-
$ eggs restore
|
|
839
|
-
|
|
840
|
-
EXAMPLES
|
|
841
|
-
$ sudo eggs restore
|
|
842
|
-
```
|
|
843
|
-
|
|
844
|
-
## `eggs skel`
|
|
845
|
-
|
|
846
|
-
update skel from home configuration
|
|
847
|
-
|
|
848
|
-
```
|
|
849
|
-
USAGE
|
|
850
|
-
$ eggs skel [-h] [-u <value>] [-v]
|
|
851
|
-
|
|
852
|
-
FLAGS
|
|
853
|
-
-h, --help Show CLI help.
|
|
854
|
-
-u, --user=<value> user to be used
|
|
855
|
-
-v, --verbose
|
|
856
|
-
|
|
857
|
-
DESCRIPTION
|
|
858
|
-
update skel from home configuration
|
|
859
|
-
|
|
860
|
-
ALIASES
|
|
861
|
-
$ eggs skel
|
|
862
|
-
|
|
863
|
-
EXAMPLES
|
|
864
|
-
$ eggs skel --user mauro
|
|
865
|
-
desktop configuration of user mauro will get used as default
|
|
866
|
-
```
|
|
867
|
-
|
|
868
|
-
## `eggs spawn`
|
|
869
|
-
|
|
870
|
-
produce a live image from your system whithout your data
|
|
871
|
-
|
|
872
|
-
```
|
|
873
|
-
USAGE
|
|
874
|
-
$ eggs spawn [-p <value>] [--basename <value>] [-b] [-f] [-n] [-m] [-v] [-y] [-s] [-h] [--theme <value>]
|
|
875
|
-
[--addons <value>] [--release]
|
|
876
|
-
|
|
877
|
-
FLAGS
|
|
878
|
-
-b, --backup backup mode
|
|
879
|
-
-f, --fast fast compression
|
|
880
|
-
-h, --help Show CLI help.
|
|
881
|
-
-m, --max max compression
|
|
882
|
-
-n, --normal normal compression
|
|
883
|
-
-p, --prefix=<value> prefix
|
|
884
|
-
-s, --script script mode. Generate scripts to manage iso build
|
|
885
|
-
-v, --verbose verbose
|
|
886
|
-
-y, --yolk -y force yolk renew
|
|
887
|
-
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
888
|
-
--basename=<value> basename
|
|
889
|
-
--release release: configure GUI installer to remove eggs and calamares after installation
|
|
890
|
-
--theme=<value> theme for livecd, calamares branding and partitions
|
|
891
|
-
|
|
892
|
-
DESCRIPTION
|
|
893
|
-
produce a live image from your system whithout your data
|
|
894
|
-
|
|
895
|
-
ALIASES
|
|
896
|
-
$ eggs spawn
|
|
897
|
-
$ eggs lay
|
|
898
|
-
|
|
899
|
-
EXAMPLES
|
|
900
|
-
$ sudo eggs produce
|
|
901
|
-
produce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).
|
|
902
|
-
If hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso
|
|
903
|
-
|
|
904
|
-
$ sudo eggs produce -v
|
|
905
|
-
same as previuos, but with --verbose output
|
|
906
|
-
|
|
907
|
-
$ sudo eggs produce -vf
|
|
908
|
-
same as previuos, compression zstd, lz4 or gzip (depend from system capability)
|
|
909
|
-
|
|
910
|
-
$ sudo eggs produce -vm
|
|
911
|
-
same as previuos, compression xz -Xbcj x86 (max compression, about 10%
|
|
912
|
-
more compressed)
|
|
913
|
-
|
|
914
|
-
$ sudo eggs produce -vf --basename leo --theme debian --addons adapt
|
|
915
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression fast,
|
|
916
|
-
using Debian theme and link to adapt
|
|
917
|
-
|
|
918
|
-
$ sudo eggs produce -v --basename leo --theme debian --addons rsupport
|
|
919
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression xz,
|
|
920
|
-
using Debian theme and link to dwagent
|
|
921
|
-
|
|
922
|
-
$ sudo eggs produce -v --basename leo --rsupport
|
|
923
|
-
produce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs
|
|
924
|
-
theme and link to dwagent
|
|
925
|
-
|
|
926
|
-
$ sudo eggs produce -vs --basename leo --rsupport
|
|
927
|
-
produce scripts to build an ISO as the previus example. Scripts can be found
|
|
928
|
-
in /home/eggs/ovarium and you can customize all you need
|
|
929
|
-
```
|
|
930
|
-
|
|
931
|
-
## `eggs stat`
|
|
932
|
-
|
|
933
|
-
get statistics from sourceforge
|
|
934
|
-
|
|
935
|
-
```
|
|
936
|
-
USAGE
|
|
937
|
-
$ eggs stat [-h] [-m] [-y]
|
|
938
|
-
|
|
939
|
-
FLAGS
|
|
940
|
-
-h, --help Show CLI help.
|
|
941
|
-
-m, --month current month
|
|
942
|
-
-y, --year current year
|
|
943
|
-
|
|
944
|
-
DESCRIPTION
|
|
945
|
-
get statistics from sourceforge
|
|
946
|
-
|
|
947
|
-
ALIASES
|
|
948
|
-
$ eggs stat
|
|
949
|
-
```
|
|
560
|
+
_See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/remove.ts)_
|
|
950
561
|
|
|
951
562
|
## `eggs syncfrom`
|
|
952
563
|
|
|
@@ -966,14 +577,11 @@ FLAGS
|
|
|
966
577
|
DESCRIPTION
|
|
967
578
|
Restore users, server and datas from luks-eggs-backup
|
|
968
579
|
|
|
969
|
-
ALIASES
|
|
970
|
-
$ eggs restore
|
|
971
|
-
|
|
972
580
|
EXAMPLES
|
|
973
581
|
$ sudo eggs restore
|
|
974
582
|
```
|
|
975
583
|
|
|
976
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
584
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/syncfrom.ts)_
|
|
977
585
|
|
|
978
586
|
## `eggs syncto`
|
|
979
587
|
|
|
@@ -992,14 +600,11 @@ FLAGS
|
|
|
992
600
|
DESCRIPTION
|
|
993
601
|
Backup users, server and datas to luks-eggs-backup
|
|
994
602
|
|
|
995
|
-
ALIASES
|
|
996
|
-
$ eggs backup
|
|
997
|
-
|
|
998
603
|
EXAMPLES
|
|
999
604
|
$ sudo eggs syncto
|
|
1000
605
|
```
|
|
1001
606
|
|
|
1002
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
607
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/syncto.ts)_
|
|
1003
608
|
|
|
1004
609
|
## `eggs tools clean`
|
|
1005
610
|
|
|
@@ -1015,26 +620,6 @@ FLAGS
|
|
|
1015
620
|
|
|
1016
621
|
DESCRIPTION
|
|
1017
622
|
clean system log, apt, etc
|
|
1018
|
-
|
|
1019
|
-
ALIASES
|
|
1020
|
-
$ eggs clean
|
|
1021
|
-
```
|
|
1022
|
-
|
|
1023
|
-
## `eggs tools locales`
|
|
1024
|
-
|
|
1025
|
-
install/clean locales
|
|
1026
|
-
|
|
1027
|
-
```
|
|
1028
|
-
USAGE
|
|
1029
|
-
$ eggs tools locales [-h] [-r] [-v]
|
|
1030
|
-
|
|
1031
|
-
FLAGS
|
|
1032
|
-
-h, --help Show CLI help.
|
|
1033
|
-
-r, --reinstall reinstall locales
|
|
1034
|
-
-v, --verbose verbose
|
|
1035
|
-
|
|
1036
|
-
DESCRIPTION
|
|
1037
|
-
install/clean locales
|
|
1038
623
|
```
|
|
1039
624
|
|
|
1040
625
|
## `eggs tools skel`
|
|
@@ -1053,9 +638,6 @@ FLAGS
|
|
|
1053
638
|
DESCRIPTION
|
|
1054
639
|
update skel from home configuration
|
|
1055
640
|
|
|
1056
|
-
ALIASES
|
|
1057
|
-
$ eggs skel
|
|
1058
|
-
|
|
1059
641
|
EXAMPLES
|
|
1060
642
|
$ eggs skel --user mauro
|
|
1061
643
|
desktop configuration of user mauro will get used as default
|
|
@@ -1076,9 +658,6 @@ FLAGS
|
|
|
1076
658
|
|
|
1077
659
|
DESCRIPTION
|
|
1078
660
|
get statistics from sourceforge
|
|
1079
|
-
|
|
1080
|
-
ALIASES
|
|
1081
|
-
$ eggs stat
|
|
1082
661
|
```
|
|
1083
662
|
|
|
1084
663
|
## `eggs tools yolk`
|
|
@@ -1120,7 +699,7 @@ EXAMPLES
|
|
|
1120
699
|
update/upgrade the penguin's eggs tool
|
|
1121
700
|
```
|
|
1122
701
|
|
|
1123
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.
|
|
702
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.26/src/commands/update.ts)_
|
|
1124
703
|
|
|
1125
704
|
## `eggs version`
|
|
1126
705
|
|
|
@@ -1216,14 +795,15 @@ wear costume/accessories from wardrobe
|
|
|
1216
795
|
|
|
1217
796
|
```
|
|
1218
797
|
USAGE
|
|
1219
|
-
$ eggs wardrobe wear [COSTUME] [-w <value>] [-
|
|
798
|
+
$ eggs wardrobe wear [COSTUME] [-w <value>] [-a] [-f] [-s] [-v] [-h]
|
|
1220
799
|
|
|
1221
800
|
ARGUMENTS
|
|
1222
801
|
COSTUME costume
|
|
1223
802
|
|
|
1224
803
|
FLAGS
|
|
804
|
+
-a, --no_accessories not install accessories
|
|
805
|
+
-f, --no_firmwares not install firmwares
|
|
1225
806
|
-h, --help Show CLI help.
|
|
1226
|
-
-n, --no_accessories not install accessories
|
|
1227
807
|
-s, --silent
|
|
1228
808
|
-v, --verbose
|
|
1229
809
|
-w, --wardrobe=<value> wardrobe
|