penguins-eggs 10.0.54 → 10.0.55

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.
@@ -1546,5 +1546,5 @@
1546
1546
  ]
1547
1547
  }
1548
1548
  },
1549
- "version": "10.0.54"
1549
+ "version": "10.0.55"
1550
1550
  }
package/README.md CHANGED
@@ -491,7 +491,7 @@ EXAMPLES
491
491
  $ eggs adapt
492
492
  ```
493
493
 
494
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/adapt.ts)_
494
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/adapt.ts)_
495
495
 
496
496
  ## `eggs analyze`
497
497
 
@@ -512,7 +512,7 @@ EXAMPLES
512
512
  sudo eggs analyze
513
513
  ```
514
514
 
515
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/analyze.ts)_
515
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/analyze.ts)_
516
516
 
517
517
  ## `eggs autocomplete [SHELL]`
518
518
 
@@ -576,7 +576,7 @@ EXAMPLES
576
576
  sudo eggs calamares --remove
577
577
  ```
578
578
 
579
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/calamares.ts)_
579
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/calamares.ts)_
580
580
 
581
581
  ## `eggs config`
582
582
 
@@ -603,7 +603,7 @@ EXAMPLES
603
603
  sudo eggs config --clean --nointeractive
604
604
  ```
605
605
 
606
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/config.ts)_
606
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/config.ts)_
607
607
 
608
608
  ## `eggs cuckoo`
609
609
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  sudo eggs cuckoo
624
624
  ```
625
625
 
626
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/cuckoo.ts)_
626
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/cuckoo.ts)_
627
627
 
628
628
  ## `eggs dad`
629
629
 
@@ -651,7 +651,7 @@ EXAMPLES
651
651
  sudo dad --default
652
652
  ```
653
653
 
654
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/dad.ts)_
654
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/dad.ts)_
655
655
 
656
656
  ## `eggs export iso`
657
657
 
@@ -676,7 +676,7 @@ EXAMPLES
676
676
  $ eggs export iso --clean
677
677
  ```
678
678
 
679
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/export/iso.ts)_
679
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/export/iso.ts)_
680
680
 
681
681
  ## `eggs export pkg`
682
682
 
@@ -703,7 +703,7 @@ EXAMPLES
703
703
  $ eggs export pkg --all
704
704
  ```
705
705
 
706
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/export/pkg.ts)_
706
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/export/pkg.ts)_
707
707
 
708
708
  ## `eggs export tarballs`
709
709
 
@@ -711,10 +711,9 @@ export pkg/iso/tarballs to the destination host
711
711
 
712
712
  ```
713
713
  USAGE
714
- $ eggs export tarballs [-a] [-c] [-h] [-v]
714
+ $ eggs export tarballs [-c] [-h] [-v]
715
715
 
716
716
  FLAGS
717
- -a, --all export all archs
718
717
  -c, --clean remove old .deb before to copy
719
718
  -h, --help Show CLI help.
720
719
  -v, --verbose verbose
@@ -728,7 +727,7 @@ EXAMPLES
728
727
  $ eggs export tarballs --clean
729
728
  ```
730
729
 
731
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/export/tarballs.ts)_
730
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/export/tarballs.ts)_
732
731
 
733
732
  ## `eggs help [COMMAND]`
734
733
 
@@ -789,7 +788,7 @@ EXAMPLES
789
788
  sudo eggs install --chroot
790
789
  ```
791
790
 
792
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/install.ts)_
791
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/install.ts)_
793
792
 
794
793
  ## `eggs kill`
795
794
 
@@ -812,7 +811,7 @@ EXAMPLES
812
811
  sudo eggs kill
813
812
  ```
814
813
 
815
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/kill.ts)_
814
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/kill.ts)_
816
815
 
817
816
  ## `eggs krill`
818
817
 
@@ -872,7 +871,7 @@ EXAMPLES
872
871
  $ eggs auto
873
872
  ```
874
873
 
875
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/love.ts)_
874
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/love.ts)_
876
875
 
877
876
  ## `eggs mom`
878
877
 
@@ -892,7 +891,7 @@ EXAMPLES
892
891
  $ eggs mom
893
892
  ```
894
893
 
895
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/mom.ts)_
894
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/mom.ts)_
896
895
 
897
896
  ## `eggs produce`
898
897
 
@@ -951,7 +950,7 @@ EXAMPLES
951
950
  sudo eggs produce --excludes home # exclude ~/*
952
951
  ```
953
952
 
954
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/produce.ts)_
953
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/produce.ts)_
955
954
 
956
955
  ## `eggs status`
957
956
 
@@ -972,7 +971,7 @@ EXAMPLES
972
971
  $ eggs status
973
972
  ```
974
973
 
975
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/status.ts)_
974
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/status.ts)_
976
975
 
977
976
  ## `eggs syncfrom`
978
977
 
@@ -998,7 +997,7 @@ EXAMPLES
998
997
  sudo eggs syncfrom --file /path/to/luks-volume
999
998
  ```
1000
999
 
1001
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/syncfrom.ts)_
1000
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/syncfrom.ts)_
1002
1001
 
1003
1002
  ## `eggs syncto`
1004
1003
 
@@ -1025,7 +1024,7 @@ EXAMPLES
1025
1024
  sudo eggs syncto --excludes
1026
1025
  ```
1027
1026
 
1028
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/syncto.ts)_
1027
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/syncto.ts)_
1029
1028
 
1030
1029
  ## `eggs tools clean`
1031
1030
 
@@ -1047,7 +1046,7 @@ EXAMPLES
1047
1046
  sudo eggs tools clean
1048
1047
  ```
1049
1048
 
1050
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/tools/clean.ts)_
1049
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/tools/clean.ts)_
1051
1050
 
1052
1051
  ## `eggs tools ppa`
1053
1052
 
@@ -1073,7 +1072,7 @@ EXAMPLES
1073
1072
  sudo eggs tools ppa --remove
1074
1073
  ```
1075
1074
 
1076
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/tools/ppa.ts)_
1075
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/tools/ppa.ts)_
1077
1076
 
1078
1077
  ## `eggs tools skel`
1079
1078
 
@@ -1097,7 +1096,7 @@ EXAMPLES
1097
1096
  sudo eggs tools skel --user user-to-be-copied
1098
1097
  ```
1099
1098
 
1100
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/tools/skel.ts)_
1099
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/tools/skel.ts)_
1101
1100
 
1102
1101
  ## `eggs tools stat`
1103
1102
 
@@ -1123,7 +1122,7 @@ EXAMPLES
1123
1122
  $ eggs tools stat --year
1124
1123
  ```
1125
1124
 
1126
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/tools/stat.ts)_
1125
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/tools/stat.ts)_
1127
1126
 
1128
1127
  ## `eggs tools yolk`
1129
1128
 
@@ -1144,7 +1143,7 @@ EXAMPLES
1144
1143
  sudo eggs tools yolk
1145
1144
  ```
1146
1145
 
1147
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/tools/yolk.ts)_
1146
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/tools/yolk.ts)_
1148
1147
 
1149
1148
  ## `eggs update`
1150
1149
 
@@ -1165,7 +1164,7 @@ EXAMPLES
1165
1164
  $ eggs update
1166
1165
  ```
1167
1166
 
1168
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/update.ts)_
1167
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/update.ts)_
1169
1168
 
1170
1169
  ## `eggs version`
1171
1170
 
@@ -1211,7 +1210,7 @@ EXAMPLES
1211
1210
  $ eggs wardrobe get your-wardrobe
1212
1211
  ```
1213
1212
 
1214
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/wardrobe/get.ts)_
1213
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/wardrobe/get.ts)_
1215
1214
 
1216
1215
  ## `eggs wardrobe list [REPO]`
1217
1216
 
@@ -1240,7 +1239,7 @@ EXAMPLES
1240
1239
  $ eggs wardrobe list --distro arch
1241
1240
  ```
1242
1241
 
1243
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/wardrobe/list.ts)_
1242
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/wardrobe/list.ts)_
1244
1243
 
1245
1244
  ## `eggs wardrobe show [REPO]`
1246
1245
 
@@ -1270,7 +1269,7 @@ EXAMPLES
1270
1269
  $ eggs wardrobe show accessories/
1271
1270
  ```
1272
1271
 
1273
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/wardrobe/show.ts)_
1272
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/wardrobe/show.ts)_
1274
1273
 
1275
1274
  ## `eggs wardrobe wear [REPO]`
1276
1275
 
@@ -1301,7 +1300,7 @@ EXAMPLES
1301
1300
  sudo eggs wardrobe wear wagtail/waydroid
1302
1301
  ```
1303
1302
 
1304
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.54/src/commands/wardrobe/wear.ts)_
1303
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.55/src/commands/wardrobe/wear.ts)_
1305
1304
  <!-- commandsstop -->
1306
1305
 
1307
1306
  # penGUI
@@ -110,7 +110,8 @@
110
110
  - oracular # Ubuntu oracular 24.10
111
111
  - abuntu # Abuntu
112
112
  - devel # Rhino
113
- - wilma # Linux Mint 22
113
+ - wilma # Linuxmint 22
114
+ - xia # Linuxmint 22.1
114
115
 
115
116
  - id:
116
117
  #
@@ -121,7 +121,12 @@ class Distro {
121
121
  else if (this.distroId === 'openSUSE') {
122
122
  this.familyId = 'opensuse';
123
123
  this.distroLike = this.distroId;
124
- this.codenameId = 'rolling'; // viene rimosso dal nome
124
+ /**
125
+ * opensuse have codename=n/a
126
+ * but it is added to ID on /etc/os-relaese, so:
127
+ */
128
+ this.distroId = getId(); // prende id di /etc/os-release
129
+ this.codenameId = 'rolling'; // sistemare non
125
130
  this.codenameLikeId = this.familyId; // per krill
126
131
  this.liveMediumPath = '/run/initramfs/live/'; // check
127
132
  /**
@@ -339,3 +344,17 @@ class Distro {
339
344
  }
340
345
  }
341
346
  export default Distro;
347
+ /**
348
+ * usa l'ID di /etc/os-release
349
+ */
350
+ function getId() {
351
+ let id = '';
352
+ const data = fs.readFileSync('/etc/os-release', 'utf8');
353
+ // trova ID
354
+ const idLine = data.split('\n').find((line) => line.startsWith('ID='));
355
+ // Estrai il valore di ID
356
+ if (idLine) {
357
+ id = idLine.split('=')[1].trim().replace(/"/g, '');
358
+ }
359
+ return id;
360
+ }
@@ -64,7 +64,7 @@ export class Opensuse {
64
64
  await fisherman.buildModule('plymouthcfg');
65
65
  //await fisherman.buildModule('mkinitfs')
66
66
  await fisherman.moduleRemoveuser(this.user_opt);
67
- await fisherman.buildCalamaresModule('cleanup', true);
67
+ // await fisherman.buildCalamaresModule('cleanup', true)
68
68
  /**
69
69
  * cfs: custom final steps
70
70
  */
@@ -41,12 +41,12 @@ export function installer() {
41
41
  installer.modules = installer.configRoot + 'modules/';
42
42
  installer.multiarchModules = installer.multiarch + 'modules/';
43
43
  /**
44
- * i template calamares/krill sono SEMPRE nel folder calamares
44
+ * i template calamares/krill sono SEMPRE nel folder calamares e calamares-modules
45
45
  *
46
46
  */
47
47
  const distro = new Distro();
48
48
  installer.template = `/etc/penguins-eggs.d/distros/${distro.codenameLikeId}/calamares/`;
49
49
  installer.templateModules = `${installer.template}modules/`;
50
- installer.templateMultiarch = `${installer.template}${installer.name}-modules/`;
50
+ installer.templateMultiarch = `${installer.template}calamares-modules/`;
51
51
  return installer;
52
52
  }
@@ -785,14 +785,8 @@ export default class Ovary {
785
785
  async initrdDracut() {
786
786
  Utils.warning(`creating ${path.basename(this.settings.initrdImg)} using dracut on ISO/live`);
787
787
  const kernelVersion = shx.exec('uname -r', { silent: true }).stdout.trim();
788
- const conf = path.resolve(__dirname, `../../dracut/dracut.conf`);
789
788
  const confdir = path.resolve(__dirname, `../../dracut/dracut.conf.d`);
790
- if (this.familyId === 'aldos') {
791
- await exec(`dracut --force --confdir ${confdir} ${this.settings.iso_work}live/${this.settings.initrdImg}`, Utils.setEcho(true));
792
- }
793
- else {
794
- await exec(`dracut --confdir ${confdir} ${this.settings.iso_work}live/${this.settings.initrdImg}`, this.echo);
795
- }
789
+ await exec(`dracut --confdir ${confdir} ${this.settings.iso_work}live/${this.settings.initrdImg}`, this.echo);
796
790
  }
797
791
  /**
798
792
  * syslinux: da syspath
@@ -124,7 +124,7 @@ export default class Utils {
124
124
  static vmlinuz() {
125
125
  let distro = new Distro();
126
126
  let vmlinuz = '';
127
- // find vmlinuz in /proc/cmdline
127
+ // find BOOT_IMAGE /proc/cmdline
128
128
  const cmdline = fs.readFileSync('/proc/cmdline', 'utf8').split(" ");
129
129
  cmdline.forEach(cmd => {
130
130
  if (cmd.includes('BOOT_IMAGE')) {
@@ -140,6 +140,19 @@ export default class Utils {
140
140
  }
141
141
  }
142
142
  });
143
+ /**
144
+ * BOOT_IMAGE not found in /proc/cmdline
145
+ * sample: initrd=\initramfs-6.11.10-300.fc41.x86_64.img root=/dev/sda3 rw
146
+ */
147
+ if (vmlinuz === '') {
148
+ cmdline.forEach(cmd => {
149
+ if (cmd.includes('initrd=')) {
150
+ let initrd = cmd.substring(cmd.indexOf('initramfs-') + 10);
151
+ let version = initrd.substring(0, initrd.indexOf('.img'));
152
+ vmlinuz = `/boot/efi/vmlinuz-${version}`;
153
+ }
154
+ });
155
+ }
143
156
  // btrfs: eg: /@root/boot/vmlinuz
144
157
  if (vmlinuz.indexOf('@')) {
145
158
  let subvolumeEnd = vmlinuz.indexOf('/', vmlinuz.indexOf('@'));
@@ -149,27 +162,6 @@ export default class Utils {
149
162
  const kernelVersion = shx.exec('uname -r', { silent: true }).stdout.trim();
150
163
  vmlinuz = `/boot/vmlinuz-${kernelVersion}`;
151
164
  }
152
- /**
153
- * If vmlinuz not found
154
- */
155
- if (vmlinuz === '') {
156
- let version = 'linux';
157
- if (distro.familyId === 'debian') {
158
- cmdline.forEach(cmd => {
159
- if (cmd.includes('initrd.img')) {
160
- version = cmd.substring(cmd.indexOf('initrd.img') + 10);
161
- }
162
- });
163
- }
164
- else if (distro.distroId === 'Manjaro') {
165
- cmdline.forEach(cmd => {
166
- if (cmd.includes('initrd.img')) {
167
- version = cmd.substring(cmd.indexOf('initrd.img') + 10);
168
- }
169
- });
170
- }
171
- vmlinuz = '/boot/vmlinuz-' + version;
172
- }
173
165
  /**
174
166
  * if not exists exit
175
167
  */
@@ -84,7 +84,7 @@ export default class ExportPkg extends Command {
84
84
  */
85
85
  if (Diversions.isManjaroBased(distroId)) {
86
86
  Utils.warning("manjaro PKGBUILD");
87
- localPath = `/home/${this.user}/penguins-eggs-pkgbuilds/manjaro/penguins-eggs`;
87
+ localPath = `/home/${this.user}/penguins-packs/manjaro/penguins-eggs`;
88
88
  remotePath = this.Tu.config.remotePathPackages + "/manjaro";
89
89
  filter = `penguins-eggs-10.?.*-?-any.pkg.tar.*`;
90
90
  /**
@@ -93,7 +93,7 @@ export default class ExportPkg extends Command {
93
93
  }
94
94
  else {
95
95
  Utils.warning("aur PKGBUILD");
96
- localPath = `/home/${this.user}/penguins-eggs-pkgbuilds/aur/penguins-eggs`;
96
+ localPath = `/home/${this.user}/penguins-packs/aur/penguins-eggs`;
97
97
  remotePath = this.Tu.config.remotePathPackages + "/aur";
98
98
  filter = `penguins-eggs-10.?.*-?-any.pkg.tar.zst`;
99
99
  }
Binary file
@@ -6,28 +6,38 @@
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.50</h1>
9
+ <h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.55</h1>
10
10
  <h1>SYNOPSIS</h1>
11
11
  <p>eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as live ISO image.</p>
12
12
  <h1>INSTALL</h1>
13
13
  <p>AlpineLinux</p>
14
14
  <pre><code>$ doas apk add penguins-eggs@testing
15
+ </code></pre>
16
+ <p>AlmaLinux/RockyLinux</p>
17
+ <pre><code>$ sudo dnf install ./penguins-eggs_10.0.55-1_amd64-1rocky9.5..x86_64.rpm
18
+
15
19
  </code></pre>
16
20
  <p>Arch</p>
17
21
  <pre><code>$ sudo pacman -S penguins-eggs
18
- $ sudo pacman -U penguins-eggs_10.0.50-1_amd64-1-x86_64.pkg.tar.zst
22
+ $ sudo pacman -U penguins-eggs_10.0.55-1_amd64-1-x86_64.pkg.tar.zst
19
23
  </code></pre>
20
24
  <p>Debian/Devuan/Ubuntu</p>
21
25
  <pre><code>$ sudo apt install penguins-eggs
22
- $ sudo dpkg -i penguins-eggs_10.0.50-1_amd64.deb
26
+ $ sudo dpkg -i penguins-eggs_10.0.55-1_amd64.deb
27
+ </code></pre>
28
+ <p>Fedora</p>
29
+ <pre><code>$ sudo dnf install ./penguins-eggs_10.0.55-1_amd64-1fedora.x86_64.rpm
23
30
  </code></pre>
24
31
  <p>Manjaro</p>
25
32
  <pre><code>$ sudo pamac install penguins-eggs
33
+ </code></pre>
34
+ <p>OpenMamba</p>
35
+ <pre><code>$ sudo dnf install ./penguins-eggs_10.0.55-1_amd64-1mamba.x86_64.rpm
26
36
  </code></pre>
27
37
  <h1>USAGE</h1>
28
38
  <pre><code>$ eggs (-v|--version|version)
29
39
 
30
- penguins-eggs/10.0.50
40
+ penguins-eggs/10.0.55
31
41
  $ eggs --help [COMMAND]
32
42
 
33
43
  USAGE
@@ -48,10 +58,68 @@ sudo eggs dad
48
58
  <p>The scope of this project is to implement the process of remastering your version of Linux, generate it as ISO image, to burn on a CD/DVD or copy to a usb key, to boot your system live. Of course, You can easily install your live image using GUI installer (calamares) or CLI installer (krill) always included.</p>
49
59
  <h1>COMMANDS</h1>
50
60
  <ul>
61
+ <li><a href="#eggs-adapt"><code>eggs adapt</code></a></li>
62
+ <li><a href="#eggs-analyze"><code>eggs analyze</code></a></li>
51
63
  <li><a href="#eggs-autocomplete-shell"><code>eggs autocomplete [SHELL]</code></a></li>
64
+ <li><a href="#eggs-calamares"><code>eggs calamares</code></a></li>
65
+ <li><a href="#eggs-config"><code>eggs config</code></a></li>
66
+ <li><a href="#eggs-cuckoo"><code>eggs cuckoo</code></a></li>
67
+ <li><a href="#eggs-dad"><code>eggs dad</code></a></li>
68
+ <li><a href="#eggs-export-iso"><code>eggs export iso</code></a></li>
69
+ <li><a href="#eggs-export-pkg"><code>eggs export pkg</code></a></li>
70
+ <li><a href="#eggs-export-tarballs"><code>eggs export tarballs</code></a></li>
52
71
  <li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
72
+ <li><a href="#eggs-install"><code>eggs install</code></a></li>
73
+ <li><a href="#eggs-kill"><code>eggs kill</code></a></li>
74
+ <li><a href="#eggs-krill"><code>eggs krill</code></a></li>
75
+ <li><a href="#eggs-love"><code>eggs love</code></a></li>
76
+ <li><a href="#eggs-mom"><code>eggs mom</code></a></li>
77
+ <li><a href="#eggs-produce"><code>eggs produce</code></a></li>
78
+ <li><a href="#eggs-status"><code>eggs status</code></a></li>
79
+ <li><a href="#eggs-syncfrom"><code>eggs syncfrom</code></a></li>
80
+ <li><a href="#eggs-syncto"><code>eggs syncto</code></a></li>
81
+ <li><a href="#eggs-tools-clean"><code>eggs tools clean</code></a></li>
82
+ <li><a href="#eggs-tools-ppa"><code>eggs tools ppa</code></a></li>
83
+ <li><a href="#eggs-tools-skel"><code>eggs tools skel</code></a></li>
84
+ <li><a href="#eggs-tools-stat"><code>eggs tools stat</code></a></li>
85
+ <li><a href="#eggs-tools-yolk"><code>eggs tools yolk</code></a></li>
86
+ <li><a href="#eggs-update"><code>eggs update</code></a></li>
53
87
  <li><a href="#eggs-version"><code>eggs version</code></a></li>
88
+ <li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
89
+ <li><a href="#eggs-wardrobe-list-repo"><code>eggs wardrobe list [REPO]</code></a></li>
90
+ <li><a href="#eggs-wardrobe-show-repo"><code>eggs wardrobe show [REPO]</code></a></li>
91
+ <li><a href="#eggs-wardrobe-wear-repo"><code>eggs wardrobe wear [REPO]</code></a></li>
54
92
  </ul>
93
+ <h2><code>eggs adapt</code></h2>
94
+ <p>adapt monitor resolution for VM only</p>
95
+ <pre><code>USAGE
96
+ $ eggs adapt [-h] [-v]
97
+
98
+ FLAGS
99
+ -h, --help Show CLI help.
100
+ -v, --verbose
101
+
102
+ DESCRIPTION
103
+ adapt monitor resolution for VM only
104
+
105
+ EXAMPLES
106
+ $ eggs adapt
107
+ </code></pre>
108
+ <h2><code>eggs analyze</code></h2>
109
+ <p>analyze for syncto</p>
110
+ <pre><code>USAGE
111
+ $ eggs analyze [-h] [-v]
112
+
113
+ FLAGS
114
+ -h, --help Show CLI help.
115
+ -v, --verbose verbose
116
+
117
+ DESCRIPTION
118
+ analyze for syncto
119
+
120
+ EXAMPLES
121
+ sudo eggs analyze
122
+ </code></pre>
55
123
  <h2><code>eggs autocomplete [SHELL]</code></h2>
56
124
  <p>Display autocomplete installation instructions.</p>
57
125
  <pre><code>USAGE
@@ -76,6 +144,148 @@ EXAMPLES
76
144
  $ eggs autocomplete powershell
77
145
 
78
146
  $ eggs autocomplete --refresh-cache
147
+ </code></pre>
148
+ <h2><code>eggs calamares</code></h2>
149
+ <p>configure calamares or install or configure it</p>
150
+ <pre><code>USAGE
151
+ $ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme &#x3C;value>] [-v]
152
+
153
+ FLAGS
154
+ -h, --help Show CLI help.
155
+ -i, --install install calamares and its dependencies
156
+ -n, --nointeractive no user interaction
157
+ -p, --policies configure calamares policies
158
+ -r, --release release: remove calamares and all its dependencies after the installation
159
+ -v, --verbose
160
+ --remove remove calamares and its dependencies
161
+ --theme=&#x3C;value> theme/branding for eggs and calamares
162
+
163
+ DESCRIPTION
164
+ configure calamares or install or configure it
165
+
166
+ EXAMPLES
167
+ sudo eggs calamares
168
+
169
+ sudo eggs calamares --install
170
+
171
+ sudo eggs calamares --install --theme=/path/to/theme
172
+
173
+ sudo eggs calamares --remove
174
+ </code></pre>
175
+ <h2><code>eggs config</code></h2>
176
+ <p>Configure eggs to run it</p>
177
+ <pre><code>USAGE
178
+ $ eggs config [-c] [-h] [-n] [-v]
179
+
180
+ FLAGS
181
+ -c, --clean remove old configuration before to create new one
182
+ -h, --help Show CLI help.
183
+ -n, --nointeractive no user interaction
184
+ -v, --verbose verbose
185
+
186
+ DESCRIPTION
187
+ Configure eggs to run it
188
+
189
+ EXAMPLES
190
+ sudo eggs config
191
+
192
+ sudo eggs config --clean
193
+
194
+ sudo eggs config --clean --nointeractive
195
+ </code></pre>
196
+ <h2><code>eggs cuckoo</code></h2>
197
+ <p>PXE start with proxy-dhcp</p>
198
+ <pre><code>USAGE
199
+ $ eggs cuckoo [-h]
200
+
201
+ FLAGS
202
+ -h, --help Show CLI help.
203
+
204
+ DESCRIPTION
205
+ PXE start with proxy-dhcp
206
+
207
+ EXAMPLES
208
+ sudo eggs cuckoo
209
+ </code></pre>
210
+ <h2><code>eggs dad</code></h2>
211
+ <p>ask help from daddy - TUI configuration helper</p>
212
+ <pre><code>USAGE
213
+ $ eggs dad [-c] [-d] [-f &#x3C;value>] [-h] [-v]
214
+
215
+ FLAGS
216
+ -c, --clean remove old configuration before to create
217
+ -d, --default reset to default values
218
+ -f, --file=&#x3C;value> use a file configuration custom
219
+ -h, --help Show CLI help.
220
+ -v, --verbose
221
+
222
+ DESCRIPTION
223
+ ask help from daddy - TUI configuration helper
224
+
225
+ EXAMPLES
226
+ sudo dad
227
+
228
+ sudo dad --clean
229
+
230
+ sudo dad --default
231
+ </code></pre>
232
+ <h2><code>eggs export iso</code></h2>
233
+ <p>export iso in the destination host</p>
234
+ <pre><code>USAGE
235
+ $ eggs export iso [-C] [-c] [-h] [-v]
236
+
237
+ FLAGS
238
+ -C, --checksum export checksums md5 and sha256
239
+ -c, --clean delete old ISOs before to copy
240
+ -h, --help Show CLI help.
241
+ -v, --verbose verbose
242
+
243
+ DESCRIPTION
244
+ export iso in the destination host
245
+
246
+ EXAMPLES
247
+ $ eggs export iso
248
+
249
+ $ eggs export iso --clean
250
+ </code></pre>
251
+ <h2><code>eggs export pkg</code></h2>
252
+ <p>export pkg/iso to the destination host</p>
253
+ <pre><code>USAGE
254
+ $ eggs export pkg [-a] [-c] [-h] [-v]
255
+
256
+ FLAGS
257
+ -a, --all export all archs
258
+ -c, --clean remove old .deb before to copy
259
+ -h, --help Show CLI help.
260
+ -v, --verbose verbose
261
+
262
+ DESCRIPTION
263
+ export pkg/iso to the destination host
264
+
265
+ EXAMPLES
266
+ $ eggs export pkg
267
+
268
+ $ eggs export pkg --clean
269
+
270
+ $ eggs export pkg --all
271
+ </code></pre>
272
+ <h2><code>eggs export tarballs</code></h2>
273
+ <p>export pkg/iso/tarballs to the destination host</p>
274
+ <pre><code>USAGE
275
+ $ eggs export tarballs [-c] [-h] [-v]
276
+
277
+ FLAGS
278
+ -c, --clean remove old .deb before to copy
279
+ -h, --help Show CLI help.
280
+ -v, --verbose verbose
281
+
282
+ DESCRIPTION
283
+ export pkg/iso/tarballs to the destination host
284
+
285
+ EXAMPLES
286
+ $ eggs export tarballs
287
+
288
+ $ eggs export tarballs --clean
79
289
  </code></pre>
80
290
  <h2><code>eggs help [COMMAND]</code></h2>
81
291
  <p>Display help for eggs.</p>
@@ -90,6 +300,335 @@ FLAGS
90
300
 
91
301
  DESCRIPTION
92
302
  Display help for eggs.
303
+ </code></pre>
304
+ <h2><code>eggs install</code></h2>
305
+ <p>krill: the CLI system installer - the egg became a penguin!</p>
306
+ <pre><code>USAGE
307
+ $ eggs install [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
308
+
309
+ FLAGS
310
+ -H, --halt Halt the system after installation
311
+ -N, --none Swap none: 256M
312
+ -S, --suspend Swap suspend: RAM x 2
313
+ -b, --btrfs Format btrfs
314
+ -c, --chroot chroot before to end
315
+ -d, --domain=&#x3C;value> Domain name, defult: .local
316
+ -h, --help Show CLI help.
317
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
318
+ -k, --crypted Crypted CLI installation
319
+ -n, --nointeractive no user interaction
320
+ -p, --pve Proxmox VE install
321
+ -r, --random Add random to hostname, eg: colibri-ay412dt
322
+ -s, --small Swap small: RAM
323
+ -u, --unattended Unattended installation
324
+ -v, --verbose Verbose
325
+
326
+ DESCRIPTION
327
+ krill: the CLI system installer - the egg became a penguin!
328
+
329
+ ALIASES
330
+ $ eggs krill
331
+
332
+ EXAMPLES
333
+ sudo eggs install
334
+
335
+ sudo eggs install --unattended --halt
336
+
337
+ sudo eggs install --chroot
338
+ </code></pre>
339
+ <h2><code>eggs kill</code></h2>
340
+ <p>kill the eggs/free the nest</p>
341
+ <pre><code>USAGE
342
+ $ eggs kill [-h] [-i] [-n] [-v]
343
+
344
+ FLAGS
345
+ -h, --help Show CLI help.
346
+ -i, --isos erase all ISOs on remote mount
347
+ -n, --nointeractive no user interaction
348
+ -v, --verbose verbose
349
+
350
+ DESCRIPTION
351
+ kill the eggs/free the nest
352
+
353
+ EXAMPLES
354
+ sudo eggs kill
355
+ </code></pre>
356
+ <h2><code>eggs krill</code></h2>
357
+ <p>krill: the CLI system installer - the egg became a penguin!</p>
358
+ <pre><code>USAGE
359
+ $ eggs krill [-b] [-c] [-k] [-d &#x3C;value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
360
+
361
+ FLAGS
362
+ -H, --halt Halt the system after installation
363
+ -N, --none Swap none: 256M
364
+ -S, --suspend Swap suspend: RAM x 2
365
+ -b, --btrfs Format btrfs
366
+ -c, --chroot chroot before to end
367
+ -d, --domain=&#x3C;value> Domain name, defult: .local
368
+ -h, --help Show CLI help.
369
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
370
+ -k, --crypted Crypted CLI installation
371
+ -n, --nointeractive no user interaction
372
+ -p, --pve Proxmox VE install
373
+ -r, --random Add random to hostname, eg: colibri-ay412dt
374
+ -s, --small Swap small: RAM
375
+ -u, --unattended Unattended installation
376
+ -v, --verbose Verbose
377
+
378
+ DESCRIPTION
379
+ krill: the CLI system installer - the egg became a penguin!
380
+
381
+ ALIASES
382
+ $ eggs krill
383
+
384
+ EXAMPLES
385
+ sudo eggs install
386
+
387
+ sudo eggs install --unattended --halt
388
+
389
+ sudo eggs install --chroot
390
+ </code></pre>
391
+ <h2><code>eggs love</code></h2>
392
+ <p>the simplest way to get an egg!</p>
393
+ <pre><code>USAGE
394
+ $ eggs love [-h] [-v]
395
+
396
+ FLAGS
397
+ -h, --help Show CLI help.
398
+ -v, --verbose
399
+
400
+ DESCRIPTION
401
+ the simplest way to get an egg!
402
+
403
+ EXAMPLES
404
+ $ eggs auto
405
+ </code></pre>
406
+ <h2><code>eggs mom</code></h2>
407
+ <p>ask help from mommy - TUI helper</p>
408
+ <pre><code>USAGE
409
+ $ eggs mom [-h]
410
+
411
+ FLAGS
412
+ -h, --help Show CLI help.
413
+
414
+ DESCRIPTION
415
+ ask help from mommy - TUI helper
416
+
417
+ EXAMPLES
418
+ $ eggs mom
419
+ </code></pre>
420
+ <h2><code>eggs produce</code></h2>
421
+ <p>produce a live image from your system whithout your data</p>
422
+ <pre><code>USAGE
423
+ $ eggs produce [--addons &#x3C;value>...] [--basename &#x3C;value>] [-c] [-C] [--excludes &#x3C;value>...] [-h] [--links
424
+ &#x3C;value>...] [-m] [-N] [-n] [-p] [-P &#x3C;value>] [--release] [-s] [-S] [--theme &#x3C;value>] [-u] [-v] [-y]
425
+
426
+ FLAGS
427
+ -C, --cryptedclone crypted clone
428
+ -N, --noicon no icon eggs on desktop
429
+ -P, --prefix=&#x3C;value> prefix
430
+ -S, --standard standard compression: xz -b 1M
431
+ -c, --clone clone
432
+ -h, --help Show CLI help.
433
+ -m, --max max compression: xz -Xbcj ...
434
+ -n, --nointeractive no user interaction
435
+ -p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
436
+ -s, --script script mode. Generate scripts to manage iso build
437
+ -u, --unsecure /root contents are included on live
438
+ -v, --verbose verbose
439
+ -y, --yolk force yolk renew
440
+ --addons=&#x3C;value>... addons to be used: adapt, pve, rsupport
441
+ --basename=&#x3C;value> basename
442
+ --excludes=&#x3C;value>... use: static, homes, home
443
+ --links=&#x3C;value>... desktop links
444
+ --release release: remove penguins-eggs, calamares and dependencies after installation
445
+ --theme=&#x3C;value> theme for livecd, calamares branding and partitions
446
+
447
+ DESCRIPTION
448
+ produce a live image from your system whithout your data
449
+
450
+ EXAMPLES
451
+ sudo eggs produce # zstd fast compression
452
+
453
+ sudo eggs produce --standard # xz compression
454
+
455
+ sudo eggs produce --max # xz max compression
456
+
457
+ sudo eggs produce --pendrive # zstd compression optimized pendrive
458
+
459
+ sudo eggs produce --clone # clone
460
+
461
+ sudo eggs produce --cryptedclone # crypted clone
462
+
463
+ sudo eggs produce --basename=colibri
464
+
465
+ sudo eggs produce --theme lastos
466
+
467
+ sudo eggs produce --excludes static # you can customize it
468
+
469
+ sudo eggs produce --excludes homes # exclude /home/*
470
+
471
+ sudo eggs produce --excludes home # exclude ~/*
472
+ </code></pre>
473
+ <h2><code>eggs status</code></h2>
474
+ <p>informations about eggs status</p>
475
+ <pre><code>USAGE
476
+ $ eggs status [-h] [-v]
477
+
478
+ FLAGS
479
+ -h, --help Show CLI help.
480
+ -v, --verbose
481
+
482
+ DESCRIPTION
483
+ informations about eggs status
484
+
485
+ EXAMPLES
486
+ $ eggs status
487
+ </code></pre>
488
+ <h2><code>eggs syncfrom</code></h2>
489
+ <p>restore users and user data from a LUKS volumes</p>
490
+ <pre><code>USAGE
491
+ $ eggs syncfrom [--delete &#x3C;value>] [-f &#x3C;value>] [-h] [-r &#x3C;value>] [-v]
492
+
493
+ FLAGS
494
+ -f, --file=&#x3C;value> file containing luks-volume encrypted
495
+ -h, --help Show CLI help.
496
+ -r, --rootdir=&#x3C;value> rootdir of the installed system, when used from live
497
+ -v, --verbose verbose
498
+ --delete=&#x3C;value> rsync --delete delete extraneous files from dest dirs
499
+
500
+ DESCRIPTION
501
+ restore users and user data from a LUKS volumes
502
+
503
+ EXAMPLES
504
+ sudo eggs syncfrom
505
+
506
+ sudo eggs syncfrom --file /path/to/luks-volume
507
+ </code></pre>
508
+ <h2><code>eggs syncto</code></h2>
509
+ <p>Save users and users' data ENCRYPTED</p>
510
+ <pre><code>USAGE
511
+ $ eggs syncto [-e] [-f &#x3C;value>] [-h] [-v]
512
+
513
+ FLAGS
514
+ -e, --excludes use: exclude.list.d/home.list
515
+ -f, --file=&#x3C;value> file luks-volume encrypted
516
+ -h, --help Show CLI help.
517
+ -v, --verbose verbose
518
+
519
+ DESCRIPTION
520
+ Save users and users' data ENCRYPTED
521
+
522
+ EXAMPLES
523
+ sudo eggs syncto
524
+
525
+ sudo eggs syncto --file /path/to/luks-volume
526
+
527
+ sudo eggs syncto --excludes
528
+ </code></pre>
529
+ <h2><code>eggs tools clean</code></h2>
530
+ <p>clean system log, apt, etc</p>
531
+ <pre><code>USAGE
532
+ $ eggs tools clean [-h] [-n] [-v]
533
+
534
+ FLAGS
535
+ -h, --help Show CLI help.
536
+ -n, --nointeractive no user interaction
537
+ -v, --verbose verbose
538
+
539
+ DESCRIPTION
540
+ clean system log, apt, etc
541
+
542
+ EXAMPLES
543
+ sudo eggs tools clean
544
+ </code></pre>
545
+ <h2><code>eggs tools ppa</code></h2>
546
+ <p>add/remove repo</p>
547
+ <pre><code>USAGE
548
+ $ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
549
+
550
+ FLAGS
551
+ -a, --add add penguins-eggs PPA repository
552
+ -h, --help Show CLI help.
553
+ -n, --nointeractive no user interaction
554
+ -r, --remove remove penguins-eggs PPA repository
555
+ -v, --verbose verbose
556
+
557
+ DESCRIPTION
558
+ add/remove repo
559
+
560
+ EXAMPLES
561
+ sudo eggs tools ppa --add
562
+
563
+ sudo eggs tools ppa --remove
564
+ </code></pre>
565
+ <h2><code>eggs tools skel</code></h2>
566
+ <p>update skel from home configuration</p>
567
+ <pre><code>USAGE
568
+ $ eggs tools skel [-h] [-u &#x3C;value>] [-v]
569
+
570
+ FLAGS
571
+ -h, --help Show CLI help.
572
+ -u, --user=&#x3C;value> user to be used
573
+ -v, --verbose
574
+
575
+ DESCRIPTION
576
+ update skel from home configuration
577
+
578
+ EXAMPLES
579
+ sudo eggs tools skel
580
+
581
+ sudo eggs tools skel --user user-to-be-copied
582
+ </code></pre>
583
+ <h2><code>eggs tools stat</code></h2>
584
+ <p>get statistics from sourceforge</p>
585
+ <pre><code>USAGE
586
+ $ eggs tools stat [-h] [-m] [-y]
587
+
588
+ FLAGS
589
+ -h, --help Show CLI help.
590
+ -m, --month current month
591
+ -y, --year current year
592
+
593
+ DESCRIPTION
594
+ get statistics from sourceforge
595
+
596
+ EXAMPLES
597
+ $ eggs tools stat
598
+
599
+ $ eggs tools stat --month
600
+
601
+ $ eggs tools stat --year
602
+ </code></pre>
603
+ <h2><code>eggs tools yolk</code></h2>
604
+ <p>configure eggs to install without internet</p>
605
+ <pre><code>USAGE
606
+ $ eggs tools yolk [-h] [-v]
607
+
608
+ FLAGS
609
+ -h, --help Show CLI help.
610
+ -v, --verbose
611
+
612
+ DESCRIPTION
613
+ configure eggs to install without internet
614
+
615
+ EXAMPLES
616
+ sudo eggs tools yolk
617
+ </code></pre>
618
+ <h2><code>eggs update</code></h2>
619
+ <p>update the Penguins' eggs tool</p>
620
+ <pre><code>USAGE
621
+ $ eggs update [-h] [-v]
622
+
623
+ FLAGS
624
+ -h, --help Show CLI help.
625
+ -v, --verbose verbose
626
+
627
+ DESCRIPTION
628
+ update the Penguins' eggs tool
629
+
630
+ EXAMPLES
631
+ $ eggs update
93
632
  </code></pre>
94
633
  <h2><code>eggs version</code></h2>
95
634
  <pre><code>USAGE
@@ -105,6 +644,98 @@ FLAG DESCRIPTIONS
105
644
  --verbose Show additional information about the CLI.
106
645
 
107
646
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
647
+ </code></pre>
648
+ <h2><code>eggs wardrobe get [REPO]</code></h2>
649
+ <p>get warorobe</p>
650
+ <pre><code>USAGE
651
+ $ eggs wardrobe get [REPO] [-h] [-v]
652
+
653
+ ARGUMENTS
654
+ REPO repository to get
655
+
656
+ FLAGS
657
+ -h, --help Show CLI help.
658
+ -v, --verbose
659
+
660
+ DESCRIPTION
661
+ get warorobe
662
+
663
+ EXAMPLES
664
+ $ eggs wardrobe get
665
+
666
+ $ eggs wardrobe get your-wardrobe
667
+ </code></pre>
668
+ <h2><code>eggs wardrobe list [REPO]</code></h2>
669
+ <p>list costumes and accessoires in wardrobe</p>
670
+ <pre><code>USAGE
671
+ $ eggs wardrobe list [REPO] [-d &#x3C;value>] [-h] [-v]
672
+
673
+ ARGUMENTS
674
+ REPO wardrobe to get
675
+
676
+ FLAGS
677
+ -d, --distro=&#x3C;value> distro
678
+ -h, --help Show CLI help.
679
+ -v, --verbose
680
+
681
+ DESCRIPTION
682
+ list costumes and accessoires in wardrobe
683
+
684
+ EXAMPLES
685
+ $ eggs wardrobe list
686
+
687
+ $ eggs wardrobe list your-wardrobe
688
+
689
+ $ eggs wardrobe list --distro arch
690
+ </code></pre>
691
+ <h2><code>eggs wardrobe show [REPO]</code></h2>
692
+ <p>show costumes/accessories in wardrobe</p>
693
+ <pre><code>USAGE
694
+ $ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w &#x3C;value>]
695
+
696
+ ARGUMENTS
697
+ REPO costume to show
698
+
699
+ FLAGS
700
+ -h, --help Show CLI help.
701
+ -j, --json output JSON
702
+ -v, --verbose
703
+ -w, --wardrobe=&#x3C;value> wardrobe
704
+
705
+ DESCRIPTION
706
+ show costumes/accessories in wardrobe
707
+
708
+ EXAMPLES
709
+ $ eggs wardrobe show colibri
710
+
711
+ $ eggs wardrobe show accessories/firmwares
712
+
713
+ $ eggs wardrobe show accessories/
714
+ </code></pre>
715
+ <h2><code>eggs wardrobe wear [REPO]</code></h2>
716
+ <p>wear costume/accessories from wardrobe</p>
717
+ <pre><code>USAGE
718
+ $ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w &#x3C;value>]
719
+
720
+ ARGUMENTS
721
+ REPO costume to wear
722
+
723
+ FLAGS
724
+ -a, --no_accessories not install accessories
725
+ -f, --no_firmwares not install firmwares
726
+ -h, --help Show CLI help.
727
+ -v, --verbose
728
+ -w, --wardrobe=&#x3C;value> wardrobe
729
+
730
+ DESCRIPTION
731
+ wear costume/accessories from wardrobe
732
+
733
+ EXAMPLES
734
+ sudo eggs wardrobe wear duck
735
+
736
+ sudo eggs wardrobe wear accessories/firmwares
737
+
738
+ sudo eggs wardrobe wear wagtail/waydroid
108
739
  </code></pre>
109
740
  <h1>FILES</h1>
110
741
  <pre><code> /etc/penguins-eggs.d
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.54",
5
+ "version": "10.0.55",
6
6
  "author": "Piero Proietti",
7
7
  "bin": {
8
8
  "eggs": "./bin/run.js"