penguins-eggs 10.0.8 → 10.0.12

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.
@@ -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 v10.0.8</h1>
9
+ <h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.12</h1>
10
10
  <h1>SYNOPSIS</h1>
11
11
  <p>Install Debian families (debian/devuan/ubuntu)</p>
12
- <pre><code>$ sudo dpkg -i penguins-eggs_10.0.8-bionic-1_amd64.deb
12
+ <pre><code>$ sudo dpkg -i penguins-eggs_10.0.12-bionic-1_amd64.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/10.0.8
33
+ penguins-eggs/10.0.12
34
34
  $ eggs --help [COMMAND]
35
35
 
36
36
  USAGE
@@ -204,12 +204,13 @@ EXAMPLES
204
204
  <h2><code>eggs dad</code></h2>
205
205
  <p>ask help from daddy - TUI configuration helper</p>
206
206
  <pre><code>USAGE
207
- $ eggs dad [-c] [-d] [-h] [-v]
207
+ $ eggs dad [-c] [-d] [-h] [-f &#x3C;value>] [-v]
208
208
 
209
209
  FLAGS
210
- -c, --clean remove old configuration before to create
211
- -d, --default remove old configuration and force default
212
- -h, --help Show CLI help.
210
+ -c, --clean remove old configuration before to create
211
+ -d, --default reset to default values
212
+ -f, --file=&#x3C;value> use a file configuration custom
213
+ -h, --help Show CLI help.
213
214
  -v, --verbose
214
215
 
215
216
  DESCRIPTION
@@ -381,7 +382,8 @@ EXAMPLES
381
382
  <p>produce a live image from your system whithout your data</p>
382
383
  <pre><code>USAGE
383
384
  $ eggs produce [--addons &#x3C;value>...] [--basename &#x3C;value>] [-c] [-C] [--excludes &#x3C;value>...] [-h] [--links
384
- &#x3C;value>...] [-m] [-N] [-n] [-p] [-P &#x3C;value>] [--release] [-s] [-f] [--theme &#x3C;value>] [-u] [-v] [-y]
385
+ &#x3C;value>...] [-m] [-N] [-n] [-p] [-P &#x3C;value>] [--release] [-s] [--sidecar &#x3C;value>] [-f] [--theme &#x3C;value>] [-u] [-v]
386
+ [-y]
385
387
 
386
388
  FLAGS
387
389
  -C, --cryptedclone crypted clone
@@ -399,28 +401,35 @@ FLAGS
399
401
  -y, --yolk force yolk renew
400
402
  --addons=&#x3C;value>... addons to be used: adapt, ichoice, pve, rsupport
401
403
  --basename=&#x3C;value> basename
402
- --excludes=&#x3C;value>... use: custom, home, mine, usr, var
404
+ --excludes=&#x3C;value>... use: static, homes, home
403
405
  --links=&#x3C;value>... desktop links
404
406
  --release release: remove penguins-eggs, calamares and dependencies after installation
407
+ --sidecar=&#x3C;value> add a sidecar folder on your ISO with arbitrary contents
405
408
  --theme=&#x3C;value> theme for livecd, calamares branding and partitions
406
409
 
407
410
  DESCRIPTION
408
411
  produce a live image from your system whithout your data
409
412
 
410
413
  EXAMPLES
411
- sudo eggs produce
414
+ sudo eggs produce # fast compression
412
415
 
413
- sudo eggs produce --max
416
+ sudo eggs produce --max # max compression
414
417
 
415
- sudo eggs produce --pendrive
418
+ sudo eggs produce --pendrive # compression optomized pendrive
416
419
 
417
- sudo eggs produce --clone
420
+ sudo eggs produce --clone # clone
418
421
 
419
- sudo eggs produce --cryptedclone
422
+ sudo eggs produce --cryptedclone # crypted clone
420
423
 
421
424
  sudo eggs produce --basename=colibri
422
425
 
423
- sudo eggs produce --basename=colibri --theme theme --addons adapt
426
+ sudo eggs produce --theme lastos
427
+
428
+ sudo eggs produce --excludes static # you can customize it
429
+
430
+ sudo eggs produce --excludes homes # exclude /home/*
431
+
432
+ sudo eggs produce --excludes home # exclude ~/*
424
433
  </code></pre>
425
434
  <h2><code>eggs status</code></h2>
426
435
  <p>informations about eggs status</p>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "penguins-eggs",
3
3
  "shortName": "eggs",
4
4
  "description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
5
- "version": "10.0.8",
5
+ "version": "10.0.12",
6
6
  "author": "Piero Proietti",
7
7
  "bin": {
8
8
  "eggs": "./bin/run.js"
@@ -37,7 +37,7 @@
37
37
  "@types/mocha": "^10.0.6",
38
38
  "@types/mustache": "^4.2.5",
39
39
  "@types/netmask": "^2.0.5",
40
- "@types/node": "^20.14.2",
40
+ "@types/node": "^20.14.7",
41
41
  "@types/node-static": "^0.7.11",
42
42
  "@types/react": "^18.3.3",
43
43
  "@types/shelljs": "^0.8.15",
@@ -48,11 +48,11 @@
48
48
  "eslint-config-prettier": "^9.1.0",
49
49
  "mocha": "^10.4.0",
50
50
  "oclif": "^4.13.8",
51
- "perrisbrewery": "^9.8.6",
51
+ "perrisbrewery": "^10",
52
52
  "prettier": "^3.3.2",
53
53
  "shx": "^0.3.4",
54
54
  "ts-node": "^10.9.2",
55
- "typescript": "^5.4.5"
55
+ "typescript": "^5.5.2"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=16.0.0"
package/scripts/_eggs CHANGED
@@ -246,8 +246,9 @@ _arguments -S \
246
246
  dad)
247
247
  _arguments -S \
248
248
  "(-c --clean)"{-c,--clean}"[remove old configuration before to create]" \
249
- "(-d --default)"{-d,--default}"[remove old configuration and force default]" \
249
+ "(-d --default)"{-d,--default}"[reset to default values]" \
250
250
  "(-h --help)"{-h,--help}"[Show CLI help.]" \
251
+ "(-f --file)"{-f,--file}"[use a file configuration custom]:file:_files" \
251
252
  "(-v --verbose)"{-v,--verbose}"[]" \
252
253
  --help"[Show help for command]" \
253
254
  "*: :_files" ;;
@@ -308,7 +309,7 @@ _arguments -S \
308
309
  --basename"[basename]:file:_files" \
309
310
  "(-c --clone)"{-c,--clone}"[clone]" \
310
311
  "(-C --cryptedclone)"{-C,--cryptedclone}"[crypted clone]" \
311
- "*"--excludes"[use: custom, home, mine, usr, var]:file:_files" \
312
+ "*"--excludes"[use: static, homes, home]:file:_files" \
312
313
  "(-h --help)"{-h,--help}"[Show CLI help.]" \
313
314
  "*"--links"[desktop links]:file:_files" \
314
315
  "(-m --max)"{-m,--max}"[max compression: xz -Xbcj ...]" \
@@ -318,6 +319,7 @@ _arguments -S \
318
319
  "(-P --prefix)"{-P,--prefix}"[prefix]:file:_files" \
319
320
  --release"[release: remove penguins-eggs, calamares and dependencies after installation]" \
320
321
  "(-s --script)"{-s,--script}"[script mode. Generate scripts to manage iso build]" \
322
+ --sidecar"[add a sidecar folder on your ISO with arbitrary contents]:file:_files" \
321
323
  "(-f --standard)"{-f,--standard}"[standard compression: xz -b 1M]" \
322
324
  --theme"[theme for livecd, calamares branding and partitions]:file:_files" \
323
325
  "(-u --unsecure)"{-u,--unsecure}"[/root contents are included on live]" \
package/scripts/eggs.bash CHANGED
@@ -16,14 +16,14 @@ analyze --help --verbose
16
16
  calamares --help --install --nointeractive --policies --release --remove --theme --verbose
17
17
  config --clean --help --nointeractive --verbose
18
18
  cuckoo --help
19
- dad --clean --default --help --verbose
19
+ dad --clean --default --help --file --verbose
20
20
  export:deb --all --clean --help --verbose
21
21
  export:iso --checksum --clean --help --verbose
22
22
  install --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
23
23
  krill --btrfs --chroot --crypted --domain --halt --help --ip --nointeractive --none --pve --random --small --suspend --unattended --verbose
24
24
  kill --help --isos --nointeractive --verbose
25
25
  mom --help
26
- produce --addons --basename --clone --cryptedclone --excludes --help --links --max --noicon --nointeractive --pendrive --prefix --release --script --standard --theme --unsecure --verbose --yolk
26
+ produce --addons --basename --clone --cryptedclone --excludes --help --links --max --noicon --nointeractive --pendrive --prefix --release --script --sidecar --standard --theme --unsecure --verbose --yolk
27
27
  status --help --verbose
28
28
  syncfrom --delete --file --help --rootdir --verbose
29
29
  syncto --excludes --file --help --verbose
package/scripts/resy CHANGED
@@ -7,7 +7,7 @@ clear
7
7
  echo ">>> Re-install penguis-Eggs Saving Yolk"
8
8
  tmpDir=$(mktemp -d)
9
9
  mv /var/local/yolk "${tmpDir}"
10
- apt -y purge penguins-eggs
10
+ apt-get -y purge penguins-eggs
11
11
  dpkg -i /tmp/penguins-eggs*.deb
12
12
  mv "${tmpDir}/yolk" /var/local
13
13
  eggs dad -d