penguins-eggs 9.1.29 → 9.1.30

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 CHANGED
@@ -132,7 +132,7 @@ $ npm install -g penguins-eggs
132
132
  $ eggs COMMAND
133
133
  running command...
134
134
  $ eggs (--version|-v)
135
- penguins-eggs/9.1.29 linux-x64 node-v16.15.0
135
+ penguins-eggs/9.1.30 linux-x64 node-v18.2.0
136
136
  $ eggs --help [COMMAND]
137
137
  USAGE
138
138
  $ eggs COMMAND
@@ -188,7 +188,7 @@ DESCRIPTION
188
188
  adapt monitor resolution for VM only
189
189
  ```
190
190
 
191
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/adapt.ts)_
191
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/adapt.ts)_
192
192
 
193
193
  ## `eggs analyze`
194
194
 
@@ -209,7 +209,7 @@ EXAMPLES
209
209
  $ sudo eggs analyze
210
210
  ```
211
211
 
212
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/analyze.ts)_
212
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/analyze.ts)_
213
213
 
214
214
  ## `eggs autocomplete [SHELL]`
215
215
 
@@ -267,7 +267,7 @@ EXAMPLES
267
267
  install calamares and create it's configuration's files
268
268
  ```
269
269
 
270
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/calamares.ts)_
270
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/calamares.ts)_
271
271
 
272
272
  ## `eggs config`
273
273
 
@@ -291,7 +291,7 @@ EXAMPLES
291
291
  Configure and install prerequisites deb packages to run it
292
292
  ```
293
293
 
294
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/config.ts)_
294
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/config.ts)_
295
295
 
296
296
  ## `eggs dad`
297
297
 
@@ -311,7 +311,7 @@ DESCRIPTION
311
311
  ask help from daddy - configuration helper
312
312
  ```
313
313
 
314
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/dad.ts)_
314
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/dad.ts)_
315
315
 
316
316
  ## `eggs export deb`
317
317
 
@@ -402,7 +402,7 @@ DESCRIPTION
402
402
  informations about eggs configuration
403
403
  ```
404
404
 
405
- _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/info.ts)_
405
+ _See code: [src/commands/info.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/info.ts)_
406
406
 
407
407
  ## `eggs install`
408
408
 
@@ -427,7 +427,7 @@ EXAMPLES
427
427
  Install the system using GUI or CLI installer
428
428
  ```
429
429
 
430
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/install.ts)_
430
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/install.ts)_
431
431
 
432
432
  ## `eggs kill`
433
433
 
@@ -449,7 +449,7 @@ EXAMPLES
449
449
  kill the eggs/free the nest
450
450
  ```
451
451
 
452
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/kill.ts)_
452
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/kill.ts)_
453
453
 
454
454
  ## `eggs mom`
455
455
 
@@ -466,7 +466,7 @@ DESCRIPTION
466
466
  ask for mommy - gui helper
467
467
  ```
468
468
 
469
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/mom.ts)_
469
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/mom.ts)_
470
470
 
471
471
  ## `eggs produce`
472
472
 
@@ -527,7 +527,7 @@ EXAMPLES
527
527
  in /home/eggs/ovarium and you can customize all you need
528
528
  ```
529
529
 
530
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/produce.ts)_
530
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/produce.ts)_
531
531
 
532
532
  ## `eggs remove`
533
533
 
@@ -557,7 +557,7 @@ EXAMPLES
557
557
  remove eggs, eggs configurations, packages dependencies
558
558
  ```
559
559
 
560
- _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/remove.ts)_
560
+ _See code: [src/commands/remove.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/remove.ts)_
561
561
 
562
562
  ## `eggs syncfrom`
563
563
 
@@ -581,7 +581,7 @@ EXAMPLES
581
581
  $ sudo eggs restore
582
582
  ```
583
583
 
584
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/syncfrom.ts)_
584
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/syncfrom.ts)_
585
585
 
586
586
  ## `eggs syncto`
587
587
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  $ sudo eggs syncto
605
605
  ```
606
606
 
607
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/syncto.ts)_
607
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/syncto.ts)_
608
608
 
609
609
  ## `eggs tools clean`
610
610
 
@@ -699,7 +699,7 @@ EXAMPLES
699
699
  update/upgrade the penguin's eggs tool
700
700
  ```
701
701
 
702
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.29/src/commands/update.ts)_
702
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v9.1.30/src/commands/update.ts)_
703
703
 
704
704
  ## `eggs version`
705
705
 
@@ -7,13 +7,13 @@
7
7
  firmwareType:
8
8
  bios: "-/bin/true"
9
9
  "*":
10
- - command: apt-cdrom add -m -d=/media/cdrom/
11
- timeout: 10
12
- - command: sed -i '/deb http/d' /etc/apt/sources.list
13
- timeout: 10
10
+ #- command: apt-cdrom add -m -d=/media/cdrom/
11
+ # timeout: 10
12
+ #- command: sed -i '/deb http/d' /etc/apt/sources.list
13
+ # timeout: 10
14
14
  - command: apt-get update
15
15
  timeout: 120
16
- - command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
16
+ - command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict grub-efi-$(if grep -q 64 /sys/firmware/efi/fw_platform_size; then echo amd64-signed; else echo ia32; fi)
17
17
  timeout: 300
18
- - command: apt install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
18
+ - command: apt-get install -y --no-upgrade -o Acquire::gpgv::Options::=--ignore-time-conflict shim-signed
19
19
  timeout: 300
@@ -1,6 +1,7 @@
1
- # Ubuntu jammy 22.04
1
+ # Ubuntu jammy 22.04 - correct
2
2
  ---
3
+
3
4
  unpack:
4
- - source: "/cdrom/casper/filesystem.squashfs"
5
+ - source: {{source}}
5
6
  sourcefs: "squashfs"
6
7
  destination: ""
@@ -1,21 +1,41 @@
1
- # Ubuntu jammy 22.04
1
+ # Ubuntu jammy 22.04 - take values from buster
2
2
  ---
3
- doAutologin: false
4
- setRootPassword: false
5
- sudoersGroup: sudo
3
+
4
+ userGroup: users
6
5
  defaultGroups:
7
- - adm
8
- - cdrom
9
- - dip
10
- - lpadmin
11
- - plugdev
12
- - name: sambashare
13
- must_exist: false
14
- system: true
15
- - sudo
16
- passwordRequirements:
17
- minLength: 0
18
- maxLength: 0
6
+ - cdrom
7
+ - floppy
8
+ - sudo
9
+ - audio
10
+ - dip
11
+ - video
12
+ - plugdev
13
+ - netdev
14
+ - lpadmin
15
+ - scanner
16
+ - bluetooth
17
+ autologinGroup: autologin
18
+ sudoersGroup: sudo
19
+ setRootPassword: false
20
+ # doReusePassword: false
21
+
22
+
23
+ # doAutologin: false
24
+ # setRootPassword: false
25
+ # sudoersGroup: sudo
26
+ # defaultGroups:
27
+ # - adm
28
+ # - cdrom
29
+ # - dip
30
+ # - lpadmin
31
+ # - plugdev
32
+ # - name: sambashare
33
+ # - must_exist: false
34
+ # system: true
35
+ # - sudo
36
+ # passwordRequirements:
37
+ # minLength: 0
38
+ # maxLength: 0
19
39
  # Explicitly set the shell instead of deferring to Calamares. We have a platform
20
40
  # expectation derived from Ubuntu here.
21
- userShell: /bin/bash
41
+ # userShell: /bin/bash
@@ -245,10 +245,11 @@ class Distro {
245
245
  case 'ulyana':
246
246
  case 'ulyssa':
247
247
  case 'uma':
248
- case 'una': {
248
+ case 'una':
249
+ case 'vanessa': {
249
250
  // LinuxMint 20.x
250
251
  this.distroLike = 'Ubuntu';
251
- this.codenameLikeId = 'focal';
252
+ this.codenameLikeId = 'jammy';
252
253
  break;
253
254
  }
254
255
  case 'debbie': {
@@ -17,7 +17,7 @@ function remove(distro) {
17
17
  if (distro.distroLike === 'Arch') {
18
18
  removePackages = ["calamares"]; // penguins-eggs, manjaro-tools-iso, arch-install-scripts
19
19
  }
20
- const mustRemain = ["coreutils", "cryptsetup", "curl", "dosfstools", "git", "parted", "rsync"];
20
+ const mustRemain = ["coreutils", "cryptsetup", "curl", "dosfstools", "git", "parted", "rsync", "lvm2"];
21
21
  let sorted = [];
22
22
  for (const elem of removePackages) {
23
23
  if (!mustRemain.includes(elem)) {
@@ -127,6 +127,7 @@ class Xdg {
127
127
  }
128
128
  /**
129
129
  * GDM/GDM3
130
+ * in manjaro è /etc/gdm/custom.conf
130
131
  */
131
132
  if (pacman_1.default.packageIsInstalled('gdm') || pacman_1.default.packageIsInstalled('gdm3')) {
132
133
  let gdmConf = `${chroot}/etc/gdm3`;
@@ -136,14 +137,14 @@ class Xdg {
136
137
  else if (pacman_1.default.packageIsInstalled('gdm')) {
137
138
  gdmConf = `${chroot}/etc/gdm`;
138
139
  }
139
- if (node_fs_1.default.existsSync(`${chroot}/etc/gdm3/custom.conf`)) {
140
+ if (node_fs_1.default.existsSync(`${gdmConf}/custom.conf`)) {
140
141
  gdmConf += '/custom.conf';
141
142
  }
142
- else if (node_fs_1.default.existsSync(`${chroot}/etc/gdm3/daemon.conf`)) {
143
+ else if (node_fs_1.default.existsSync(`${gdmConf}/daemon.conf`)) {
143
144
  gdmConf += '/daemon.conf';
144
145
  }
145
146
  else {
146
- gdmConf = `${chroot}/etc/gdm3/custom.conf`;
147
+ gdmConf = `}/etc/${gdmConf}/custom.conf`;
147
148
  }
148
149
  const content = `[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=${newuser}\n`;
149
150
  utils_1.default.write(gdmConf, content);
@@ -49,7 +49,7 @@ class Yolk {
49
49
  await this.yolkClean();
50
50
  }
51
51
  // packages we need
52
- const packages = ['cryptsetup', 'keyutils'];
52
+ const packages = ['cryptsetup', 'keyutils', 'shim-signed']; // addes shim-signed
53
53
  // grub-pc just for amd64 or i386
54
54
  if (utils_1.default.machineArch() === 'amd64' || utils_1.default.machineArch() === 'i386') {
55
55
  packages.push('grub-pc');
@@ -43,29 +43,20 @@ exports.array2spaced = array2spaced;
43
43
  */
44
44
  exports.depCommon = [
45
45
  'cryptsetup',
46
+ 'curl',
46
47
  'dosfstools',
47
48
  'dpkg-dev',
48
49
  'isolinux',
49
- /**
50
- * live-boot-initramfs-tools, live-boot
51
- */
50
+ 'git',
52
51
  'live-boot',
53
52
  'live-boot-initramfs-tools',
54
- /**
55
- * dracut
56
- */
57
- // 'dracut',
53
+ 'lvm2',
58
54
  'parted',
59
55
  'rsync',
60
56
  'squashfs-tools',
61
57
  'syslinux-common',
62
58
  'coreutils',
63
- 'xorriso',
64
- /**
65
- * wardorbe
66
- */
67
- 'git',
68
- 'curl'
59
+ 'xorriso' // eggs
69
60
  ];
70
61
  /**
71
62
  * Dependencies for architectures
@@ -0,0 +1,77 @@
1
+ # mkinitcpio-squashfs
2
+
3
+ ## installation
4
+ * ```git clone https://github.com/RegalisTechnologies/mkinitcpio-squashfs```
5
+ * ```cd mkinitcpio-squashfs/dist/archlinux```
6
+ * ```makepkg -si```
7
+
8
+ # manjaro
9
+ edit ```/etc/mkinitcpio.conf``` replaca HOOKS with:
10
+
11
+ ```HOOKS=(base udev modconf block squashfs filesystems)```
12
+
13
+ It is possible to test with ```autodetect``` in place of ```modconf```
14
+
15
+ ## show hooks availables
16
+ ``` ls /usr/lib/initcpio/install/ ```
17
+ ``` mkinitcpio -L```
18
+
19
+ ## initramfs creation
20
+ ```mkinitcpio -g initramfs-5.13-x86_64.img```
21
+
22
+ ## copy initramfs-5.13-x86_64.img on iso
23
+ ```sudo cp initramfs-5.13-x86_64.img /home/eggs/ovarium/iso/live/```
24
+
25
+ ## change the kernel parameters in isolinux.cfg
26
+
27
+ edit ```isolinux.cfg```, as follow:
28
+
29
+ ```sudo nano /home/eggs/ovarium/iso/live/isolinux/isolinux.cfg```
30
+ and delete, or comment the follow line
31
+
32
+ ```
33
+ ...
34
+ squashfs=LABEL={{{volid}}}:/live/filesystem.squashfs
35
+ ```
36
+
37
+ in ```{{{volid}}}``` replace with the content of ```.disk/info```
38
+
39
+ The folder ```.disk``` is present under folder ```iso``` in ```ovarium```. Example:
40
+
41
+ ```
42
+ say "Booting GNU/Linux Live (kernel 5.13.19-2-MANJARO)..."
43
+ linux /live/vmlinuz-5.13-x86_64
44
+ append initrd=/live/initramfs-5.13-x86_64.img squashfs=LABEL=xfce:/live/filesystem.squashfs boot=live components locales=it_IT.utf8
45
+ ```
46
+
47
+ ## Remove previous iso image
48
+ ```sudo rm /home/eggs/egg-of-*```
49
+
50
+ ## rebuild a new iso image
51
+ ```sudo /home/eggs/ovarium/mkisofs```
52
+
53
+ ## export the new iso image to test
54
+ We have in ```/etc/penguins-eggs.d/tools.yml``` the follow lines,
55
+
56
+ ```
57
+ remoteHost: 192.168.61.2
58
+ remotePathIso: /home/artisan/sourceforge/iso/
59
+ ```
60
+
61
+ I use a Proxmox VE installation to manage my VMs, so we need to export our iso to the host, under
62
+ the path ```/var/lib/vz/template/so```. It is a repetitive task for me, and boring enouth digit the
63
+ commands to delete previous images and copy the new ones, so I add a command ```eggs export iso -c```
64
+ to automatize that. Sorry, the address of remote host configuration and remoteIso path are hard
65
+ coded in eggs, but you can edit ```/etc/penguins-eggs.d/tools.yml``` and place your needs.
66
+
67
+ So: ```./eggs export iso -c```
68
+
69
+ At this point we can boot our image.
70
+
71
+ Probably there are situations where you are usig qemu and this command it's not necessary or different.
72
+
73
+
74
+
75
+
76
+
77
+ # Garuda
@@ -0,0 +1,29 @@
1
+ # Garuda Linux
2
+
3
+ pacman -S garuda-tools-iso
4
+
5
+
6
+ mkinitcpio fail with
7
+
8
+ ```
9
+ ==> Starting build: 5.15.12-zen1-1-zen
10
+ -> Running build hook: [base]
11
+ -> Running build hook: [udev]
12
+ -> Running build hook: [miso_shutdown]
13
+ -> Running build hook: [miso]
14
+ -> Running build hook: [miso_loop_mnt]
15
+ -> Running build hook: [miso_kms]
16
+ ==> ERROR: module not found: `bochs_drm'
17
+ -> Running build hook: [modconf]
18
+ -> Running build hook: [block]
19
+ ==> WARNING: Possibly missing firmware for module: aic94xx
20
+ ==> WARNING: Possibly missing firmware for module: wd719x
21
+ ==> WARNING: Possibly missing firmware for module: xhci_pci
22
+ -> Running build hook: [filesystems]
23
+ -> Running build hook: [keyboard]
24
+ -> Running build hook: [keymap]
25
+ ==> ERROR: module not found: `bochs_drm'
26
+ Decompress: 408/647 files. Current: ...rnel/udf.ko.zst : 128 KiB... ==> Generating module dependencies
27
+ ==> Creating zstd-compressed initcpio image: /home/eggs/ovarium/iso/live/initramfs-linux-zen.img
28
+ ==> WARNING: errors were encountered during the build. The image may not be complete.
29
+ ```
@@ -0,0 +1,4 @@
1
+ # manjaro linux Qono
2
+ MODULES="loop dm-snapshot"
3
+ HOOKS="base udev miso_shutdown miso miso_loop_mnt miso_kms modconf block filesystems keyboard keymap"
4
+ COMPRESSION="zstd"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "penguins-eggs",
3
3
  "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
- "version": "9.1.29",
4
+ "version": "9.1.30",
5
5
  "author": "Piero Proietti @pieroproietti",
6
6
  "bin": {
7
7
  "eggs": "bin/run"
@@ -23,7 +23,7 @@
23
23
  "inquirer": "^8.2.4",
24
24
  "js-yaml": "^4.1.0",
25
25
  "mustache": "^4.2.0",
26
- "penguins-oclif": "^3.0.1",
26
+ "penguins-oclif": "^3.0.1-1",
27
27
  "react": "^17.0.2",
28
28
  "shelljs": "0.8.5",
29
29
  "tslib": "^2.4.0"
@@ -47,7 +47,7 @@
47
47
  "globby": "^11.1.0",
48
48
  "mocha": "^10.0.0",
49
49
  "nyc": "^15.1.0",
50
- "perrisbrewery": "^0.6.0",
50
+ "perrisbrewery": "^0.6.3-1",
51
51
  "ts-node": "^10.7.0",
52
52
  "typedoc": "^0.22.15",
53
53
  "typescript": "^4.6.4"
@@ -61,17 +61,15 @@
61
61
  "node": ">=14.0.0"
62
62
  },
63
63
  "files": [
64
- "/assets",
65
64
  "/addons",
66
- "/assistant",
65
+ "/assets",
67
66
  "/bin",
68
67
  "/conf",
69
68
  "/lib",
70
69
  "/manpages",
71
- "/oclif.manifest.json",
70
+ "mkinitcpio",
72
71
  "/scripts",
73
- "/templates",
74
- "/wardrobe.d"
72
+ "/templates"
75
73
  ],
76
74
  "homepage": "https://penguins-eggs.net/",
77
75
  "keywords": [
package/scripts/_eggs CHANGED
@@ -33,8 +33,8 @@ _eggs () {
33
33
  "wardrobe\:list:list costumes and accessoires in wardrobe"
34
34
  "wardrobe\:show:show costumes/accessories in wardrobe"
35
35
  "wardrobe\:wear:wear costume/accessories from wardrobe"
36
- "help:Display help for <%= config.bin %>."
37
36
  "autocomplete:display autocomplete installation instructions"
37
+ "help:Display help for <%= config.bin %>."
38
38
  "version:"
39
39
  )
40
40
 
@@ -264,15 +264,15 @@ wardrobe:wear)
264
264
  )
265
265
  ;;
266
266
 
267
- help)
267
+ autocomplete)
268
268
  _command_flags=(
269
- "--nested-commands[Include all nested commands in the output.]"
269
+ "--refresh-cache[Refresh cache (ignores displaying instructions)]"
270
270
  )
271
271
  ;;
272
272
 
273
- autocomplete)
273
+ help)
274
274
  _command_flags=(
275
- "--refresh-cache[Refresh cache (ignores displaying instructions)]"
275
+ "--nested-commands[Include all nested commands in the output.]"
276
276
  )
277
277
  ;;
278
278
 
package/scripts/eggs.bash CHANGED
@@ -37,8 +37,8 @@ wardrobe:ironing --wardrobe --verbose --help
37
37
  wardrobe:list --verbose --help
38
38
  wardrobe:show --wardrobe --json --verbose --help
39
39
  wardrobe:wear --wardrobe --no_accessories --no_firmwares --silent --verbose --help
40
- help --nested-commands
41
40
  autocomplete --refresh-cache
41
+ help --nested-commands
42
42
  version
43
43
  "
44
44
 
@@ -1 +0,0 @@
1
- {"version":"9.1.29","commands":{"adapt":{"id":"adapt","description":"adapt monitor resolution for VM only","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"analyze":{"id":"analyze","description":"analyze for syncto","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs analyze"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"calamares":{"id":"calamares","description":"calamares or install or configure it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs calamares \ncreate/renew calamares configuration's files\n","~$ sudo eggs calamares -i \ninstall calamares and create it's configuration's files\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"install":{"name":"install","type":"boolean","char":"i","description":"install calamares and it's dependencies","allowNo":false},"release":{"name":"release","type":"boolean","char":"r","description":"release: remove calamares and all it's dependencies after the installation","allowNo":false},"remove":{"name":"remove","type":"boolean","description":"remove calamares and it's dependencies","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme/branding for eggs and calamares","multiple":false}},"args":[],"_globalFlags":{}},"config":{"id":"config","description":"Configure and install prerequisites deb packages to run it","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["~$ sudo eggs config\nConfigure and install prerequisites deb packages to run it"],"flags":{"nointeractive":{"name":"nointeractive","type":"boolean","char":"n","description":"assume yes","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create new one","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"dad":{"id":"dad","description":"ask help from daddy - configuration helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old configuration before to create","allowNo":false},"default":{"name":"default","type":"boolean","char":"d","description":"remove old configuration and force default","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"info":{"id":"info","description":"informations about eggs configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"install":{"id":"install","description":"command-line system installer - the egg became a penguin!","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs install\nInstall the system using GUI or CLI installer\n"],"flags":{"cli":{"name":"cli","type":"boolean","char":"c","description":"force use CLI installer","allowNo":false},"crypted":{"name":"crypted","type":"boolean","char":"k","description":"crypted CLI installation","allowNo":false},"pve":{"name":"pve","type":"boolean","char":"p","description":"Proxmox VE install","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"kill":{"id":"kill","description":"kill the eggs/free the nest","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs kill\nkill the eggs/free the nest"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"mom":{"id":"mom","description":"ask for mommy - gui helper","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"produce":{"id":"produce","description":"produce a live image from your system whithout your data","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs produce \nproduce an ISO called [hostname]-[arch]-YYYY-MM-DD_HHMM.iso, compressed xz (standard compression).\nIf hostname=ugo and arch=i386 ugo-x86-2020-08-25_1215.iso\n","$ sudo eggs produce -v\nsame as previuos, but with --verbose output\n","$ sudo eggs produce -vf\nsame as previuos, compression zstd, lz4 or gzip (depend from system capability)\n","$ sudo eggs produce -vm\nsame as previuos, compression xz -Xbcj x86 (max compression, about 10%\nmore compressed)\n","$ sudo eggs produce -vf --basename leo --theme debian --addons adapt \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression fast,\nusing Debian theme and link to adapt\n","$ sudo eggs produce -v --basename leo --theme debian --addons rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz,\nusing Debian theme and link to dwagent\n","$ sudo eggs produce -v --basename leo --rsupport \nproduce an ISO called leo-i386-2020-08-25_1215.iso compression xz, using eggs\ntheme and link to dwagent\n","$ sudo eggs produce -vs --basename leo --rsupport \nproduce scripts to build an ISO as the previus example. Scripts can be found\nin /home/eggs/ovarium and you can customize all you need\n"],"flags":{"prefix":{"name":"prefix","type":"option","char":"p","description":"prefix","multiple":false},"basename":{"name":"basename","type":"option","description":"basename","multiple":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"backup mode","allowNo":false},"fast":{"name":"fast","type":"boolean","char":"f","description":"fast compression","allowNo":false},"normal":{"name":"normal","type":"boolean","char":"n","description":"normal compression","allowNo":false},"max":{"name":"max","type":"boolean","char":"m","description":"max compression","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false},"yolk":{"name":"yolk","type":"boolean","char":"y","description":"-y force yolk renew","allowNo":false},"script":{"name":"script","type":"boolean","char":"s","description":"script mode. Generate scripts to manage iso build","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"theme":{"name":"theme","type":"option","description":"theme for livecd, calamares branding and partitions","multiple":false},"addons":{"name":"addons","type":"option","description":"addons to be used: adapt, ichoice, pve, rsupport","multiple":true},"release":{"name":"release","type":"boolean","description":"release: configure GUI installer to remove eggs and calamares after installation","allowNo":false}},"args":[],"_globalFlags":{}},"remove":{"id":"remove","description":"remove eggs and others stuff","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs remove \nremove eggs\n","$ sudo eggs remove --purge \nremove eggs, eggs configurations, configuration's files\n","$ sudo eggs remove --autoremove \nremove eggs, eggs configurations, packages dependencies\n"],"flags":{"purge":{"name":"purge","type":"boolean","char":"p","description":"remove eggs configurations files","allowNo":false},"autoremove":{"name":"autoremove","type":"boolean","char":"a","description":"remove eggs packages dependencies","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"syncfrom":{"id":"syncfrom","description":"Restore users, server and datas from luks-eggs-backup","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs restore"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"rootdir":{"name":"rootdir","type":"option","char":"r","description":"rootdir of the installed system, when used from live","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"syncto":{"id":"syncto","description":"saving users' datas and accounts on LUKS volume","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ sudo eggs syncto"],"flags":{"delete":{"name":"delete","type":"option","description":"rsync --delete delete extraneous files from dest dirs","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"file LUKS volume encrypted","multiple":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"update":{"id":"update","description":"update the penguin's eggs tool","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs update\nupdate/upgrade the penguin's eggs tool"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"export:deb":{"id":"export:deb","description":"export deb/docs/iso to the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"remove old .deb before to copy","allowNo":false},"amd64":{"name":"amd64","type":"boolean","description":"export amd64 arch","allowNo":false},"i386":{"name":"i386","type":"boolean","description":"export i386 arch","allowNo":false},"armel":{"name":"armel","type":"boolean","description":"export armel arch","allowNo":false},"arm64":{"name":"arm64","type":"boolean","description":"export arm64 arch","allowNo":false},"all":{"name":"all","type":"boolean","char":"a","description":"export all archs","allowNo":false}},"args":[],"_globalFlags":{}},"export:docs":{"id":"export:docs","description":"remove and export docType documentation of the sources in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[],"_globalFlags":{}},"export:iso":{"id":"export:iso","description":"export iso in the destination host","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"backup":{"name":"backup","type":"boolean","char":"b","description":"export backup ISOs","allowNo":false},"clean":{"name":"clean","type":"boolean","char":"c","description":"delete old ISOs before to copy","allowNo":false}},"args":[],"_globalFlags":{}},"tools:clean":{"id":"tools:clean","description":"clean system log, apt, etc","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose","allowNo":false}},"args":[],"_globalFlags":{}},"tools:skel":{"id":"tools:skel","description":"update skel from home configuration","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs skel --user mauro\ndesktop configuration of user mauro will get used as default"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"user":{"name":"user","type":"option","char":"u","description":"user to be used","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{}},"tools:stat":{"id":"tools:stat","description":"get statistics from sourceforge","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"month":{"name":"month","type":"boolean","char":"m","description":"current month","allowNo":false},"year":{"name":"year","type":"boolean","char":"y","description":"current year","allowNo":false}},"args":[],"_globalFlags":{}},"tools:yolk":{"id":"tools:yolk","description":"configure eggs to install without internet","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"examples":["$ eggs yolk -v"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[],"_globalFlags":{},"dir":"/var/local/yolk"},"wardrobe:get":{"id":"wardrobe:get","description":"get warorobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"repo","description":"repository to get","required":false}],"_globalFlags":{}},"wardrobe:ironing":{"id":"wardrobe:ironing","description":"ordered show of costumes or accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}],"_globalFlags":{}},"wardrobe:list":{"id":"wardrobe:list","description":"list costumes and accessoires in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"wardrobe","description":"wardrobe","required":false}],"_globalFlags":{}},"wardrobe:show":{"id":"wardrobe:show","description":"show costumes/accessories in wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"json":{"name":"json","type":"boolean","char":"j","description":"output JSON","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}],"_globalFlags":{}},"wardrobe:wear":{"id":"wardrobe:wear","description":"wear costume/accessories from wardrobe","strict":true,"pluginName":"penguins-eggs","pluginAlias":"penguins-eggs","pluginType":"core","aliases":[],"flags":{"wardrobe":{"name":"wardrobe","type":"option","char":"w","description":"wardrobe","multiple":false},"no_accessories":{"name":"no_accessories","type":"boolean","char":"a","description":"not install accessories","allowNo":false},"no_firmwares":{"name":"no_firmwares","type":"boolean","char":"f","description":"not install firmwares","allowNo":false},"silent":{"name":"silent","type":"boolean","char":"s","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false}},"args":[{"name":"costume","description":"costume","required":false}],"_globalFlags":{}}}}