penguins-eggs 9.6.34 → 9.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +1458 -1
- package/README.md +815 -3
- package/addons/eggs/theme/livecd/grub.main.cfg +4 -4
- package/addons/eggs/theme/livecd/isolinux.main.cfg +5 -5
- package/bin/dev.js +6 -0
- package/bin/run +0 -0
- package/bin/run.js +7 -0
- package/conf/derivatives.yaml +2 -0
- package/conf/distros/buster/calamares/calamares-modules/bootloader-config/bootloader-config.sh +3 -3
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +1 -1
- package/conf/distros/buster/calamares/modules/fstab.yml +1 -1
- package/conf/distros/focal/calamares/modules/fstab.yml +1 -1
- package/conf/{exclude.list.homes → exclude.list.d/home.list} +6 -1
- package/conf/{exclude.list.template → exclude.list.d/master.list} +15 -24
- package/conf/exclude.list.d/var.list +21 -0
- package/conf/tools.yaml +1 -3
- package/dist/classes/compressors.js +11 -13
- package/dist/classes/daddy.js +1 -3
- package/dist/classes/distro.js +21 -2
- package/dist/classes/families/archlinux.js +6 -8
- package/dist/classes/families/debian.js +1 -1
- package/dist/classes/families/fedora.js +1 -1
- package/dist/classes/families/suse.js +1 -1
- package/dist/classes/incubation/branding.js +5 -0
- package/dist/classes/incubation/distros/bionic.js +8 -3
- package/dist/classes/incubation/distros/buster.js +8 -3
- package/dist/classes/incubation/distros/focal.js +8 -3
- package/dist/classes/incubation/distros/jessie.js +6 -3
- package/dist/classes/incubation/distros/rolling.js +8 -4
- package/dist/classes/incubation/fisherman-helper/packages.js +5 -2
- package/dist/classes/incubation/fisherman.js +3 -2
- package/dist/classes/incubation/incubator.js +7 -2
- package/dist/classes/initrd.js +5 -5
- package/dist/classes/keyboards.js +4 -4
- package/dist/classes/network.js +7 -7
- package/dist/classes/ovary.js +102 -161
- package/dist/classes/pacman.js +4 -9
- package/dist/classes/pve-live.js +1 -1
- package/dist/classes/pxe.js +10 -12
- package/dist/classes/settings.js +17 -17
- package/dist/classes/systemctl.js +1 -1
- package/dist/classes/tailor.js +6 -6
- package/dist/classes/tools.js +4 -6
- package/dist/classes/users.js +10 -0
- package/dist/classes/utils.js +15 -0
- package/dist/classes/yolk.js +3 -5
- package/dist/commands/adapt.js +8 -8
- package/dist/commands/analyze.js +9 -12
- package/dist/commands/calamares.js +20 -23
- package/dist/commands/config.js +13 -13
- package/dist/commands/cuckoo.js +7 -7
- package/dist/commands/dad.js +12 -12
- package/dist/commands/export/deb.js +20 -25
- package/dist/commands/export/iso.js +11 -11
- package/dist/commands/install.js +41 -37
- package/dist/commands/kill.js +12 -15
- package/dist/commands/mom.js +7 -7
- package/dist/commands/produce.js +58 -48
- package/dist/commands/status.js +8 -10
- package/dist/commands/syncfrom.js +34 -40
- package/dist/commands/syncto.js +142 -202
- package/dist/commands/tools/clean.js +9 -9
- package/dist/commands/tools/ppa.js +12 -12
- package/dist/commands/tools/skel.js +10 -10
- package/dist/commands/tools/stat.js +11 -11
- package/dist/commands/tools/yolk.js +9 -9
- package/dist/commands/update.js +8 -8
- package/dist/commands/wardrobe/get.js +13 -11
- package/dist/commands/wardrobe/list.js +15 -14
- package/dist/commands/wardrobe/show.js +16 -14
- package/dist/commands/wardrobe/wear.js +16 -14
- package/dist/components/summary.js +5 -2
- package/dist/interfaces/i-analyze.js +8 -10
- package/dist/interfaces/{i-filters.js → i-excludes.js} +0 -1
- package/dist/krill/krill-prepare.js +23 -11
- package/dist/krill/krill-sequence.js +72 -73
- package/dist/krill/modules/fstab.js +59 -32
- package/dist/krill/modules/mkfs.js +29 -16
- package/dist/krill/modules/network-cfg.js +22 -21
- package/dist/krill/modules/partition.js +3 -3
- package/dist/lib/dependencies.js +1 -0
- package/dist/lib/select_filesystem_type.js +6 -1
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +128 -74
- package/package.json +34 -32
- package/scripts/_eggs +9 -7
- package/scripts/eggs.bash +4 -4
- package/conf/exclude.list.custom +0 -3
- package/manpages/doc/man/README.md +0 -0
- /package/conf/{exclude.list.usr → exclude.list.d/usr.list} +0 -0
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
7
|
</head>
|
|
8
8
|
<body>
|
|
9
|
-
<h1>eggs(1) -- the reproductive system of penguins: eggs v9.
|
|
9
|
+
<h1>eggs(1) -- the reproductive system of penguins: eggs v9.8.0</h1>
|
|
10
10
|
<h1>SYNOPSIS</h1>
|
|
11
11
|
<p>Install Debian families (debian/devuan/ubuntu)</p>
|
|
12
|
-
<pre><code>$ sudo dpkg -i eggs_9.
|
|
12
|
+
<pre><code>$ sudo dpkg -i penguins-eggs_9.8.0-1_all.deb
|
|
13
13
|
</code></pre>
|
|
14
14
|
<p>Install Arch families (Arch, manjaro Linux)</p>
|
|
15
15
|
<p>Arch from AUR</p>
|
|
@@ -30,7 +30,7 @@ $ makepkg -si
|
|
|
30
30
|
<h1>USAGE</h1>
|
|
31
31
|
<pre><code>$ eggs (-v|--version|version)
|
|
32
32
|
|
|
33
|
-
penguins-eggs/9.
|
|
33
|
+
penguins-eggs/9.8.0
|
|
34
34
|
$ eggs --help [COMMAND]
|
|
35
35
|
|
|
36
36
|
USAGE
|
|
@@ -38,12 +38,12 @@ $ eggs COMMAND
|
|
|
38
38
|
</code></pre>
|
|
39
39
|
<p>Most of the commands of eggs need sudo, but there are exceptions for export, info and mom.</p>
|
|
40
40
|
<p>examples:</p>
|
|
41
|
-
<pre><code>sudo eggs produce
|
|
42
|
-
sudo eggs produce --
|
|
43
|
-
sudo eggs produce --
|
|
41
|
+
<pre><code>sudo eggs produce
|
|
42
|
+
sudo eggs produce --max
|
|
43
|
+
sudo eggs produce --clone
|
|
44
44
|
sudo eggs kill
|
|
45
45
|
</code></pre>
|
|
46
|
-
<p>There are too
|
|
46
|
+
<p>There are too two interactive helpers:</p>
|
|
47
47
|
<pre><code>eggs mom
|
|
48
48
|
sudo eggs dad
|
|
49
49
|
sudo eggs dad -d
|
|
@@ -66,6 +66,7 @@ sudo eggs dad -d
|
|
|
66
66
|
<li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
|
|
67
67
|
<li><a href="#eggs-install"><code>eggs install</code></a></li>
|
|
68
68
|
<li><a href="#eggs-kill"><code>eggs kill</code></a></li>
|
|
69
|
+
<li><a href="#eggs-krill"><code>eggs krill</code></a></li>
|
|
69
70
|
<li><a href="#eggs-mom"><code>eggs mom</code></a></li>
|
|
70
71
|
<li><a href="#eggs-produce"><code>eggs produce</code></a></li>
|
|
71
72
|
<li><a href="#eggs-status"><code>eggs status</code></a></li>
|
|
@@ -79,9 +80,9 @@ sudo eggs dad -d
|
|
|
79
80
|
<li><a href="#eggs-update"><code>eggs update</code></a></li>
|
|
80
81
|
<li><a href="#eggs-version"><code>eggs version</code></a></li>
|
|
81
82
|
<li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
|
|
82
|
-
<li><a href="#eggs-wardrobe-list-
|
|
83
|
-
<li><a href="#eggs-wardrobe-show-
|
|
84
|
-
<li><a href="#eggs-wardrobe-wear-
|
|
83
|
+
<li><a href="#eggs-wardrobe-list-repo"><code>eggs wardrobe list [REPO]</code></a></li>
|
|
84
|
+
<li><a href="#eggs-wardrobe-show-repo"><code>eggs wardrobe show [REPO]</code></a></li>
|
|
85
|
+
<li><a href="#eggs-wardrobe-wear-repo"><code>eggs wardrobe wear [REPO]</code></a></li>
|
|
85
86
|
</ul>
|
|
86
87
|
<h2><code>eggs adapt</code></h2>
|
|
87
88
|
<p>adapt monitor resolution for VM only</p>
|
|
@@ -114,18 +115,18 @@ EXAMPLES
|
|
|
114
115
|
sudo eggs analyze
|
|
115
116
|
</code></pre>
|
|
116
117
|
<h2><code>eggs autocomplete [SHELL]</code></h2>
|
|
117
|
-
<p>
|
|
118
|
+
<p>Display autocomplete installation instructions.</p>
|
|
118
119
|
<pre><code>USAGE
|
|
119
120
|
$ eggs autocomplete [SHELL] [-r]
|
|
120
121
|
|
|
121
122
|
ARGUMENTS
|
|
122
|
-
SHELL
|
|
123
|
+
SHELL (zsh|bash|powershell) Shell type
|
|
123
124
|
|
|
124
125
|
FLAGS
|
|
125
126
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
126
127
|
|
|
127
128
|
DESCRIPTION
|
|
128
|
-
|
|
129
|
+
Display autocomplete installation instructions.
|
|
129
130
|
|
|
130
131
|
EXAMPLES
|
|
131
132
|
$ eggs autocomplete
|
|
@@ -134,12 +135,14 @@ EXAMPLES
|
|
|
134
135
|
|
|
135
136
|
$ eggs autocomplete zsh
|
|
136
137
|
|
|
138
|
+
$ eggs autocomplete powershell
|
|
139
|
+
|
|
137
140
|
$ eggs autocomplete --refresh-cache
|
|
138
141
|
</code></pre>
|
|
139
142
|
<h2><code>eggs calamares</code></h2>
|
|
140
143
|
<p>configure calamares or install or configure it</p>
|
|
141
144
|
<pre><code>USAGE
|
|
142
|
-
$ eggs calamares [-h] [-i] [-n] [-r] [--remove] [--theme <value>] [-v]
|
|
145
|
+
$ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
|
|
143
146
|
|
|
144
147
|
FLAGS
|
|
145
148
|
-h, --help Show CLI help.
|
|
@@ -148,8 +151,8 @@ FLAGS
|
|
|
148
151
|
-p, --policies configure calamares policies
|
|
149
152
|
-r, --release release: remove calamares and all its dependencies after the installation
|
|
150
153
|
-v, --verbose
|
|
151
|
-
|
|
152
|
-
|
|
154
|
+
--remove remove calamares and its dependencies
|
|
155
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
153
156
|
|
|
154
157
|
DESCRIPTION
|
|
155
158
|
configure calamares or install or configure it
|
|
@@ -166,13 +169,14 @@ EXAMPLES
|
|
|
166
169
|
<h2><code>eggs config</code></h2>
|
|
167
170
|
<p>Configure and install prerequisites deb packages to run it</p>
|
|
168
171
|
<pre><code>USAGE
|
|
169
|
-
$ eggs config [-c] [-h] [-n] [-v]
|
|
172
|
+
$ eggs config [-c] [-h] [-n] [-N] [-v]
|
|
170
173
|
|
|
171
174
|
FLAGS
|
|
175
|
+
-N, --noicons no icons
|
|
172
176
|
-c, --clean remove old configuration before to create new one
|
|
173
177
|
-h, --help Show CLI help.
|
|
174
178
|
-n, --nointeractive no user interaction
|
|
175
|
-
-
|
|
179
|
+
-v, --verbose verbose
|
|
176
180
|
|
|
177
181
|
DESCRIPTION
|
|
178
182
|
Configure and install prerequisites deb packages to run it
|
|
@@ -243,13 +247,13 @@ EXAMPLES
|
|
|
243
247
|
<h2><code>eggs export iso</code></h2>
|
|
244
248
|
<p>export iso in the destination host</p>
|
|
245
249
|
<pre><code>USAGE
|
|
246
|
-
$ eggs export iso [-c] [-h] [-v]
|
|
250
|
+
$ eggs export iso [-c] [-C] [-h] [-v]
|
|
247
251
|
|
|
248
252
|
FLAGS
|
|
249
|
-
-c, --clean delete old ISOs before to copy
|
|
250
253
|
-C, --checksum export checksums md5 and sha256
|
|
251
|
-
-
|
|
252
|
-
-
|
|
254
|
+
-c, --clean delete old ISOs before to copy
|
|
255
|
+
-h, --help Show CLI help.
|
|
256
|
+
-v, --verbose verbose
|
|
253
257
|
|
|
254
258
|
DESCRIPTION
|
|
255
259
|
export iso in the destination host
|
|
@@ -262,10 +266,10 @@ EXAMPLES
|
|
|
262
266
|
<h2><code>eggs help [COMMAND]</code></h2>
|
|
263
267
|
<p>Display help for eggs.</p>
|
|
264
268
|
<pre><code>USAGE
|
|
265
|
-
$ eggs help [COMMAND] [-n]
|
|
269
|
+
$ eggs help [COMMAND...] [-n]
|
|
266
270
|
|
|
267
271
|
ARGUMENTS
|
|
268
|
-
COMMAND Command to show help for.
|
|
272
|
+
COMMAND... Command to show help for.
|
|
269
273
|
|
|
270
274
|
FLAGS
|
|
271
275
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -273,15 +277,16 @@ FLAGS
|
|
|
273
277
|
DESCRIPTION
|
|
274
278
|
Display help for eggs.
|
|
275
279
|
</code></pre>
|
|
276
|
-
<h2><code>eggs install</code
|
|
280
|
+
<h2><code>eggs install</code></h2>
|
|
277
281
|
<p>krill: the CLI system installer - the egg became a penguin!</p>
|
|
278
282
|
<pre><code>USAGE
|
|
279
|
-
$ eggs install [-k] [-c <value>] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
283
|
+
$ eggs install [-b] [-k] [-c <value>] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
280
284
|
|
|
281
285
|
FLAGS
|
|
282
286
|
-H, --halt Halt the system after installation
|
|
283
287
|
-N, --none Swap none: 256M
|
|
284
288
|
-S, --suspend Swap suspend: RAM x 2
|
|
289
|
+
-b, --btrfs Format btrfs
|
|
285
290
|
-c, --custom=<value> custom unattended configuration
|
|
286
291
|
-d, --domain=<value> Domain name, defult: .local
|
|
287
292
|
-h, --help Show CLI help.
|
|
@@ -297,17 +302,20 @@ FLAGS
|
|
|
297
302
|
DESCRIPTION
|
|
298
303
|
krill: the CLI system installer - the egg became a penguin!
|
|
299
304
|
|
|
305
|
+
ALIASES
|
|
306
|
+
$ eggs krill
|
|
307
|
+
|
|
300
308
|
EXAMPLES
|
|
301
309
|
sudo eggs install
|
|
302
310
|
|
|
303
|
-
sudo eggs install --unattended
|
|
311
|
+
sudo eggs install --unattended --halt
|
|
304
312
|
|
|
305
313
|
sudo eggs install --custom it
|
|
306
314
|
</code></pre>
|
|
307
315
|
<h2><code>eggs kill</code></h2>
|
|
308
316
|
<p>kill the eggs/free the nest</p>
|
|
309
317
|
<pre><code>USAGE
|
|
310
|
-
$ eggs kill [-h] [-n] [-v]
|
|
318
|
+
$ eggs kill [-h] [-n] [-i] [-v]
|
|
311
319
|
|
|
312
320
|
FLAGS
|
|
313
321
|
-h, --help Show CLI help.
|
|
@@ -320,6 +328,41 @@ DESCRIPTION
|
|
|
320
328
|
|
|
321
329
|
EXAMPLES
|
|
322
330
|
sudo eggs kill
|
|
331
|
+
</code></pre>
|
|
332
|
+
<h2><code>eggs krill</code></h2>
|
|
333
|
+
<p>krill: the CLI system installer - the egg became a penguin!</p>
|
|
334
|
+
<pre><code>USAGE
|
|
335
|
+
$ eggs krill [-b] [-k] [-c <value>] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
336
|
+
|
|
337
|
+
FLAGS
|
|
338
|
+
-H, --halt Halt the system after installation
|
|
339
|
+
-N, --none Swap none: 256M
|
|
340
|
+
-S, --suspend Swap suspend: RAM x 2
|
|
341
|
+
-b, --btrfs Format btrfs
|
|
342
|
+
-c, --custom=<value> custom unattended configuration
|
|
343
|
+
-d, --domain=<value> Domain name, defult: .local
|
|
344
|
+
-h, --help Show CLI help.
|
|
345
|
+
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
346
|
+
-k, --crypted Crypted CLI installation
|
|
347
|
+
-n, --nointeractive no user interaction
|
|
348
|
+
-p, --pve Proxmox VE install
|
|
349
|
+
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
350
|
+
-s, --small Swap small: RAM
|
|
351
|
+
-u, --unattended Unattended installation
|
|
352
|
+
-v, --verbose Verbose
|
|
353
|
+
|
|
354
|
+
DESCRIPTION
|
|
355
|
+
krill: the CLI system installer - the egg became a penguin!
|
|
356
|
+
|
|
357
|
+
ALIASES
|
|
358
|
+
$ eggs krill
|
|
359
|
+
|
|
360
|
+
EXAMPLES
|
|
361
|
+
sudo eggs install
|
|
362
|
+
|
|
363
|
+
sudo eggs install --unattended --halt
|
|
364
|
+
|
|
365
|
+
sudo eggs install --custom it
|
|
323
366
|
</code></pre>
|
|
324
367
|
<h2><code>eggs mom</code></h2>
|
|
325
368
|
<p>ask help from mommy - TUI helper</p>
|
|
@@ -338,27 +381,28 @@ EXAMPLES
|
|
|
338
381
|
<h2><code>eggs produce</code></h2>
|
|
339
382
|
<p>produce a live image from your system whithout your data</p>
|
|
340
383
|
<pre><code>USAGE
|
|
341
|
-
$ eggs produce [--addons <value>] [--basename <value>] [-c] [-C] [
|
|
342
|
-
[-s] [-f] [--theme <value>] [-v] [-y]
|
|
384
|
+
$ eggs produce [--addons <value>] [--basename <value>] [-c] [-C] [--excludes <value>] [-h] [--links
|
|
385
|
+
<value>] [-m] [-N] [-n] [-p <value>] [--release] [-s] [-f] [--theme <value>] [-u] [-v] [-y]
|
|
343
386
|
|
|
344
387
|
FLAGS
|
|
345
|
-
-C, --cryptedclone
|
|
346
|
-
-
|
|
347
|
-
-
|
|
348
|
-
-
|
|
349
|
-
-
|
|
350
|
-
-
|
|
351
|
-
-n, --nointeractive
|
|
352
|
-
-p, --prefix=<value>
|
|
353
|
-
-s, --script
|
|
354
|
-
-u, --unsecure
|
|
355
|
-
-v, --verbose
|
|
356
|
-
-y, --yolk
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
388
|
+
-C, --cryptedclone crypted clone
|
|
389
|
+
-N, --noicons no icons on desktop
|
|
390
|
+
-c, --clone clone
|
|
391
|
+
-f, --standard standard compression
|
|
392
|
+
-h, --help Show CLI help.
|
|
393
|
+
-m, --max max compression
|
|
394
|
+
-n, --nointeractive no user interaction
|
|
395
|
+
-p, --prefix=<value> prefix
|
|
396
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
397
|
+
-u, --unsecure /root contents are included on live
|
|
398
|
+
-v, --verbose verbose
|
|
399
|
+
-y, --yolk force yolk renew
|
|
400
|
+
--addons=<value>... addons to be used: adapt, ichoice, pve, rsupport
|
|
401
|
+
--basename=<value> basename
|
|
402
|
+
--excludes=<value>... use: custom, home, mine, usr, var
|
|
403
|
+
--links=<value>... desktop links
|
|
404
|
+
--release release: max compression, remove penguins-eggs and calamares after installation
|
|
405
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
362
406
|
|
|
363
407
|
DESCRIPTION
|
|
364
408
|
produce a live image from your system whithout your data
|
|
@@ -366,17 +410,23 @@ DESCRIPTION
|
|
|
366
410
|
EXAMPLES
|
|
367
411
|
sudo eggs produce
|
|
368
412
|
|
|
413
|
+
sudo eggs produce --standard
|
|
414
|
+
|
|
369
415
|
sudo eggs produce --max
|
|
370
416
|
|
|
417
|
+
sudo eggs produce --max --basename=colibri
|
|
418
|
+
|
|
419
|
+
sudo eggs produce --cryptedclone 4G
|
|
420
|
+
|
|
371
421
|
sudo eggs produce --clone
|
|
372
|
-
|
|
373
|
-
sudo eggs produce --clone --max
|
|
374
|
-
|
|
422
|
+
|
|
375
423
|
sudo eggs produce --basename=colibri
|
|
376
424
|
|
|
377
|
-
sudo eggs produce --
|
|
425
|
+
sudo eggs produce --basename=colibri --theme theme --addons adapt
|
|
378
426
|
|
|
379
|
-
sudo eggs produce --
|
|
427
|
+
sudo eggs produce --excludes=usr var
|
|
428
|
+
|
|
429
|
+
sudo eggs produce --excludes=static
|
|
380
430
|
</code></pre>
|
|
381
431
|
<h2><code>eggs status</code></h2>
|
|
382
432
|
<p>informations about eggs status</p>
|
|
@@ -399,11 +449,11 @@ EXAMPLES
|
|
|
399
449
|
$ eggs syncfrom [--delete <value>] [-f <value>] [-h] [-r <value>] [-v]
|
|
400
450
|
|
|
401
451
|
FLAGS
|
|
402
|
-
-f, --file=<value> file
|
|
452
|
+
-f, --file=<value> file containing luks-volume encrypted
|
|
403
453
|
-h, --help Show CLI help.
|
|
404
454
|
-r, --rootdir=<value> rootdir of the installed system, when used from live
|
|
405
455
|
-v, --verbose verbose
|
|
406
|
-
|
|
456
|
+
--delete=<value> rsync --delete delete extraneous files from dest dirs
|
|
407
457
|
|
|
408
458
|
DESCRIPTION
|
|
409
459
|
restore users and user data from a LUKS volumes
|
|
@@ -411,26 +461,28 @@ DESCRIPTION
|
|
|
411
461
|
EXAMPLES
|
|
412
462
|
sudo eggs syncfrom
|
|
413
463
|
|
|
414
|
-
sudo eggs syncfrom --file /path/to/
|
|
464
|
+
sudo eggs syncfrom --file /path/to/luks-volume
|
|
415
465
|
</code></pre>
|
|
416
466
|
<h2><code>eggs syncto</code></h2>
|
|
417
|
-
<p>
|
|
467
|
+
<p>Save users and users' data ENCRYPTED</p>
|
|
418
468
|
<pre><code>USAGE
|
|
419
|
-
$ eggs syncto [
|
|
469
|
+
$ eggs syncto [-f <value>] [-e] [-h] [-v]
|
|
420
470
|
|
|
421
471
|
FLAGS
|
|
422
|
-
-
|
|
472
|
+
-e, --excludes use: exclude.list.d/home.list
|
|
473
|
+
-f, --file=<value> file luks-volume encrypted
|
|
423
474
|
-h, --help Show CLI help.
|
|
424
475
|
-v, --verbose verbose
|
|
425
|
-
--delete=<value> rsync --delete delete extraneous files from dest dirs
|
|
426
476
|
|
|
427
477
|
DESCRIPTION
|
|
428
|
-
|
|
478
|
+
Save users and users' data ENCRYPTED
|
|
429
479
|
|
|
430
480
|
EXAMPLES
|
|
431
481
|
sudo eggs syncto
|
|
432
482
|
|
|
433
|
-
sudo eggs syncto --file /path/to/
|
|
483
|
+
sudo eggs syncto --file /path/to/luks-volume
|
|
484
|
+
|
|
485
|
+
sudo eggs syncto --excludes
|
|
434
486
|
</code></pre>
|
|
435
487
|
<h2><code>eggs tools clean</code></h2>
|
|
436
488
|
<p>clean system log, apt, etc</p>
|
|
@@ -449,7 +501,7 @@ EXAMPLES
|
|
|
449
501
|
sudo eggs tools clean
|
|
450
502
|
</code></pre>
|
|
451
503
|
<h2><code>eggs tools ppa</code></h2>
|
|
452
|
-
<p>add/remove
|
|
504
|
+
<p>add/remove repo</p>
|
|
453
505
|
<pre><code>USAGE
|
|
454
506
|
$ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
|
|
455
507
|
|
|
@@ -461,7 +513,7 @@ FLAGS
|
|
|
461
513
|
-v, --verbose verbose
|
|
462
514
|
|
|
463
515
|
DESCRIPTION
|
|
464
|
-
add/remove
|
|
516
|
+
add/remove repo
|
|
465
517
|
|
|
466
518
|
EXAMPLES
|
|
467
519
|
sudo eggs tools ppa --add
|
|
@@ -571,16 +623,17 @@ EXAMPLES
|
|
|
571
623
|
|
|
572
624
|
$ eggs wardrobe get your-wardrobe
|
|
573
625
|
</code></pre>
|
|
574
|
-
<h2><code>eggs wardrobe list [
|
|
626
|
+
<h2><code>eggs wardrobe list [REPO]</code></h2>
|
|
575
627
|
<p>list costumes and accessoires in wardrobe</p>
|
|
576
628
|
<pre><code>USAGE
|
|
577
|
-
$ eggs wardrobe list [
|
|
629
|
+
$ eggs wardrobe list [REPO] [-h] [-d <value>] [-v]
|
|
578
630
|
|
|
579
631
|
ARGUMENTS
|
|
580
|
-
|
|
632
|
+
REPO wardrobe to get
|
|
581
633
|
|
|
582
634
|
FLAGS
|
|
583
|
-
-
|
|
635
|
+
-d, --distro=<value> distro
|
|
636
|
+
-h, --help Show CLI help.
|
|
584
637
|
-v, --verbose
|
|
585
638
|
|
|
586
639
|
DESCRIPTION
|
|
@@ -590,14 +643,16 @@ EXAMPLES
|
|
|
590
643
|
$ eggs wardrobe list
|
|
591
644
|
|
|
592
645
|
$ eggs wardrobe list your-wardrobe
|
|
646
|
+
|
|
647
|
+
$ eggs wardrobe list --distro arch
|
|
593
648
|
</code></pre>
|
|
594
|
-
<h2><code>eggs wardrobe show [
|
|
649
|
+
<h2><code>eggs wardrobe show [REPO]</code></h2>
|
|
595
650
|
<p>show costumes/accessories in wardrobe</p>
|
|
596
651
|
<pre><code>USAGE
|
|
597
|
-
$ eggs wardrobe show [
|
|
652
|
+
$ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
|
|
598
653
|
|
|
599
654
|
ARGUMENTS
|
|
600
|
-
|
|
655
|
+
REPO costume to show
|
|
601
656
|
|
|
602
657
|
FLAGS
|
|
603
658
|
-h, --help Show CLI help.
|
|
@@ -615,19 +670,18 @@ EXAMPLES
|
|
|
615
670
|
|
|
616
671
|
$ eggs wardrobe show accessories/
|
|
617
672
|
</code></pre>
|
|
618
|
-
<h2><code>eggs wardrobe wear [
|
|
673
|
+
<h2><code>eggs wardrobe wear [REPO]</code></h2>
|
|
619
674
|
<p>wear costume/accessories from wardrobe</p>
|
|
620
675
|
<pre><code>USAGE
|
|
621
|
-
$ eggs wardrobe wear [
|
|
676
|
+
$ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
|
|
622
677
|
|
|
623
678
|
ARGUMENTS
|
|
624
|
-
|
|
679
|
+
REPO costume to wear
|
|
625
680
|
|
|
626
681
|
FLAGS
|
|
627
682
|
-a, --no_accessories not install accessories
|
|
628
683
|
-f, --no_firmwares not install firmwares
|
|
629
684
|
-h, --help Show CLI help.
|
|
630
|
-
-s, --silent
|
|
631
685
|
-v, --verbose
|
|
632
686
|
-w, --wardrobe=<value> wardrobe
|
|
633
687
|
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "penguins-eggs",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "9.
|
|
3
|
+
"description": "penguins-eggs: remaster your system and distribuite it",
|
|
4
|
+
"version": "9.8.1",
|
|
5
5
|
"author": "Piero Proietti @pieroproietti",
|
|
6
6
|
"bin": {
|
|
7
|
-
"eggs": "bin/run"
|
|
7
|
+
"eggs": "./bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"type": "commonjs",
|
|
10
10
|
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^
|
|
13
|
-
"@oclif/plugin-autocomplete": "
|
|
14
|
-
"@oclif/plugin-help": "^
|
|
15
|
-
"@oclif/plugin-version": "1.2
|
|
16
|
-
"@oclif/plugin-warn-if-update-available": "^
|
|
17
|
-
"@oclif/test": "^
|
|
18
|
-
"axios": "^1.
|
|
12
|
+
"@oclif/core": "^3.26.6",
|
|
13
|
+
"@oclif/plugin-autocomplete": "^3.0.18",
|
|
14
|
+
"@oclif/plugin-help": "^6.0.22",
|
|
15
|
+
"@oclif/plugin-version": "^2.1.2",
|
|
16
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
17
|
+
"@oclif/test": "^4.0.2",
|
|
18
|
+
"axios": "^1.7.2",
|
|
19
19
|
"chalk": "^4.1.2",
|
|
20
20
|
"etrick": "0.0.3",
|
|
21
21
|
"ink": "^3.2.0",
|
|
@@ -26,43 +26,44 @@
|
|
|
26
26
|
"mustache": "^4.2.0",
|
|
27
27
|
"netmask": "^2.0.2",
|
|
28
28
|
"node-static": "^0.7.11",
|
|
29
|
-
"react": "^18.
|
|
29
|
+
"react": "^18.3.1",
|
|
30
30
|
"shelljs": "0.8.5",
|
|
31
|
-
"systeminformation": "^5.
|
|
31
|
+
"systeminformation": "^5.22.9",
|
|
32
32
|
"tftp": "^0.1.2",
|
|
33
|
-
"tslib": "^2.6.2"
|
|
34
|
-
"typescript": "^5.3.3"
|
|
33
|
+
"tslib": "^2.6.2"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
|
-
"@tsconfig/recommended": "^1.0.
|
|
38
|
-
"@types/chai": "^4.3.
|
|
39
|
-
"@types/ini": "^1.
|
|
36
|
+
"@tsconfig/recommended": "^1.0.6",
|
|
37
|
+
"@types/chai": "^4.3.16",
|
|
38
|
+
"@types/ini": "^4.1.0",
|
|
40
39
|
"@types/ink-big-text": "^1.2.4",
|
|
41
40
|
"@types/ink-gradient": "^2.0.4",
|
|
42
41
|
"@types/inquirer": "^9.0.7",
|
|
43
42
|
"@types/js-yaml": "^4.0.9",
|
|
44
43
|
"@types/mocha": "^10.0.6",
|
|
45
44
|
"@types/mustache": "^4.2.5",
|
|
46
|
-
"@types/netmask": "^
|
|
47
|
-
"@types/node": "^
|
|
45
|
+
"@types/netmask": "^2.0.5",
|
|
46
|
+
"@types/node": "^20.12.12",
|
|
48
47
|
"@types/node-static": "^0.7.11",
|
|
49
|
-
"@types/react": "^18.
|
|
48
|
+
"@types/react": "^18.3.3",
|
|
50
49
|
"@types/shelljs": "^0.8.15",
|
|
51
|
-
"@typescript-eslint/parser": "^
|
|
52
|
-
"chai": "^
|
|
53
|
-
"eslint": "^
|
|
54
|
-
"eslint-config-oclif": "^
|
|
55
|
-
"eslint-config-oclif-typescript": "^1.
|
|
50
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
51
|
+
"chai": "^5.1.1",
|
|
52
|
+
"eslint": "^8.57.0",
|
|
53
|
+
"eslint-config-oclif": "^5.2.0",
|
|
54
|
+
"eslint-config-oclif-typescript": "^3.1.7",
|
|
55
|
+
"eslint-config-prettier": "^9.1.0",
|
|
56
56
|
"globby": "^11.1.0",
|
|
57
|
-
"mocha": "^10.
|
|
57
|
+
"mocha": "^10.4.0",
|
|
58
58
|
"nyc": "^15.1.0",
|
|
59
|
-
"oclif
|
|
60
|
-
"perrisbrewery": "9.
|
|
61
|
-
"ts-node": "^10.9.2"
|
|
59
|
+
"oclif": "^4.11.3",
|
|
60
|
+
"perrisbrewery": "^9.7.11",
|
|
61
|
+
"ts-node": "^10.9.2",
|
|
62
|
+
"typescript": "^5.4.5"
|
|
62
63
|
},
|
|
63
64
|
"dirname": "eggs",
|
|
64
65
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
66
|
+
"node": ">=18"
|
|
66
67
|
},
|
|
67
68
|
"files": [
|
|
68
69
|
".oclif.manifest.json",
|
|
@@ -90,13 +91,14 @@
|
|
|
90
91
|
"oclif": {
|
|
91
92
|
"bin": "eggs",
|
|
92
93
|
"commands": "./dist/commands",
|
|
94
|
+
"dirname": "eggs",
|
|
95
|
+
"topicSeparator": " ",
|
|
93
96
|
"plugins": [
|
|
94
97
|
"@oclif/plugin-autocomplete",
|
|
95
98
|
"@oclif/plugin-help",
|
|
96
99
|
"@oclif/plugin-warn-if-update-available",
|
|
97
100
|
"@oclif/plugin-version"
|
|
98
101
|
],
|
|
99
|
-
"topicSeparator": " ",
|
|
100
102
|
"additionalHelpFlags": [
|
|
101
103
|
"-h"
|
|
102
104
|
],
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
"shortName": "eggs",
|
|
109
111
|
"scripts": {
|
|
110
112
|
"build": "tsc -p .",
|
|
111
|
-
"deb": "
|
|
113
|
+
"deb": "tsc -p . && pb deb",
|
|
112
114
|
"docs": "rm docs -rf && npx typedoc src --out docs",
|
|
113
115
|
"lint-and-fix": "eslint . --ext .ts --fix --config .eslintrc",
|
|
114
116
|
"lint": "eslint . --ext .ts --config .eslintrc",
|
package/scripts/_eggs
CHANGED
|
@@ -22,7 +22,7 @@ _eggs () {
|
|
|
22
22
|
"produce:produce a live image from your system whithout your data"
|
|
23
23
|
"status:informations about eggs status"
|
|
24
24
|
"syncfrom:restore users and user data from a LUKS volumes"
|
|
25
|
-
"syncto:
|
|
25
|
+
"syncto:Save users and users' data ENCRYPTED"
|
|
26
26
|
"tools\:clean:clean system log, apt, etc"
|
|
27
27
|
"tools\:ppa:add/remove repo"
|
|
28
28
|
"tools\:skel:update skel from home configuration"
|
|
@@ -112,7 +112,8 @@ export:iso)
|
|
|
112
112
|
|
|
113
113
|
install)
|
|
114
114
|
_command_flags=(
|
|
115
|
-
"--
|
|
115
|
+
"--btrfs[Format btrfs]"
|
|
116
|
+
"--crypted[Crypted CLI installation]"
|
|
116
117
|
"--custom=-[custom unattended configuration]:"
|
|
117
118
|
"--domain=-[Domain name, defult: .local]:"
|
|
118
119
|
"--halt[Halt the system after installation]"
|
|
@@ -131,7 +132,8 @@ install)
|
|
|
131
132
|
|
|
132
133
|
krill)
|
|
133
134
|
_command_flags=(
|
|
134
|
-
"--
|
|
135
|
+
"--btrfs[Format btrfs]"
|
|
136
|
+
"--crypted[Crypted CLI installation]"
|
|
135
137
|
"--custom=-[custom unattended configuration]:"
|
|
136
138
|
"--domain=-[Domain name, defult: .local]:"
|
|
137
139
|
"--halt[Halt the system after installation]"
|
|
@@ -169,7 +171,7 @@ produce)
|
|
|
169
171
|
"--basename=-[basename]:"
|
|
170
172
|
"--clone[clone]"
|
|
171
173
|
"--cryptedclone[crypted clone]"
|
|
172
|
-
"--
|
|
174
|
+
"--excludes=-[use: custom, home, mine, usr, var]:"
|
|
173
175
|
"--help[Show CLI help.]"
|
|
174
176
|
"--links=-[desktop links]:"
|
|
175
177
|
"--max[max compression]"
|
|
@@ -196,7 +198,7 @@ status)
|
|
|
196
198
|
syncfrom)
|
|
197
199
|
_command_flags=(
|
|
198
200
|
"--delete=-[rsync --delete delete extraneous files from dest dirs]:"
|
|
199
|
-
"--file=-[file
|
|
201
|
+
"--file=-[file containing luks-volume encrypted]:"
|
|
200
202
|
"--help[Show CLI help.]"
|
|
201
203
|
"--rootdir=-[rootdir of the installed system, when used from live]:"
|
|
202
204
|
"--verbose[verbose]"
|
|
@@ -205,8 +207,8 @@ syncfrom)
|
|
|
205
207
|
|
|
206
208
|
syncto)
|
|
207
209
|
_command_flags=(
|
|
208
|
-
"--
|
|
209
|
-
"--
|
|
210
|
+
"--file=-[file luks-volume encrypted]:"
|
|
211
|
+
"--exclusion[use: exclude.list.d/clone.list]"
|
|
210
212
|
"--help[Show CLI help.]"
|
|
211
213
|
"--verbose[verbose]"
|
|
212
214
|
)
|
package/scripts/eggs.bash
CHANGED
|
@@ -19,14 +19,14 @@ cuckoo --help
|
|
|
19
19
|
dad --clean --default --help --verbose
|
|
20
20
|
export:deb --all --clean --help --verbose
|
|
21
21
|
export:iso --clean --checksum --help --verbose
|
|
22
|
-
install --crypted --custom --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
|
|
23
|
-
krill --crypted --custom --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
|
|
22
|
+
install --btrfs --crypted --custom --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
|
|
23
|
+
krill --btrfs --crypted --custom --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
|
|
24
24
|
kill --help --nointeractive --isos --verbose
|
|
25
25
|
mom --help
|
|
26
|
-
produce --addons --basename --clone --cryptedclone --
|
|
26
|
+
produce --addons --basename --clone --cryptedclone --excludes --help --links --max --noicons --nointeractive --prefix --release --script --standard --theme --unsecure --verbose --yolk
|
|
27
27
|
status --help --verbose
|
|
28
28
|
syncfrom --delete --file --help --rootdir --verbose
|
|
29
|
-
syncto --
|
|
29
|
+
syncto --file --exclusion --help --verbose
|
|
30
30
|
tools:clean --help --nointeractive --verbose
|
|
31
31
|
tools:ppa --add --help --nointeractive --remove --verbose
|
|
32
32
|
tools:skel --help --user --verbose
|
package/conf/exclude.list.custom
DELETED
|
File without changes
|
|
File without changes
|