penguins-eggs 25.11.8 → 25.11.21

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.
Files changed (166) hide show
  1. package/.oclif.manifest.json +149 -140
  2. package/README.md +90 -132
  3. package/README.pdf +1343 -2331
  4. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  5. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  6. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  7. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  8. package/assets/calamares/install-system.sh +0 -0
  9. package/assets/penguins-eggs.desktop +0 -0
  10. package/assets/penguins-krill.desktop +0 -0
  11. package/assets/penguins-links-add.desktop +0 -0
  12. package/assets/penguins-live-installer.desktop +0 -0
  13. package/bin/dev.js +0 -0
  14. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  15. package/conf/distros/archlinux/calamares/modules/bootloader.yml +1 -1
  16. package/conf/distros/archlinux/calamares/modules/partition.yml +385 -8
  17. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  18. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  19. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  20. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  21. package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
  22. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  23. package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
  24. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +8 -0
  25. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  26. package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
  27. package/conf/distros/focal/calamares/libexec/.keepit +0 -0
  28. package/conf/distros/focal/calamares/libexec/README.md +5 -0
  29. package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +15 -0
  30. package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +38 -0
  31. package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +34 -0
  32. package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +19 -0
  33. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +26 -0
  34. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +12 -0
  35. package/conf/distros/focal/calamares/modules/bootloader.yml +86 -0
  36. package/conf/distros/focal/calamares/modules/bootloader.yml.old +35 -0
  37. package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
  38. package/conf/distros/focal/calamares/modules/finished.yml +6 -0
  39. package/conf/distros/focal/calamares/modules/fstab.yml +63 -0
  40. package/conf/distros/focal/calamares/modules/grubcfg.yml +51 -0
  41. package/conf/distros/focal/calamares/modules/keyboard.yml +29 -0
  42. package/conf/distros/focal/calamares/modules/locale.yml +7 -0
  43. package/conf/distros/focal/calamares/modules/machineid.yml +10 -0
  44. package/conf/distros/focal/calamares/modules/mount.yml +20 -0
  45. package/conf/distros/focal/calamares/modules/netinstall.yml +5 -0
  46. package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
  47. package/conf/distros/focal/calamares/modules/partition.yml +21 -0
  48. package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
  49. package/conf/distros/focal/calamares/modules/shellprocess@aptsources.yml +11 -0
  50. package/conf/distros/focal/calamares/modules/shellprocess@boot_deploy.yml +9 -0
  51. package/conf/distros/focal/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
  52. package/conf/distros/focal/calamares/modules/shellprocess@install_translations.yml +8 -0
  53. package/conf/distros/focal/calamares/modules/shellprocess@logs.yml +8 -0
  54. package/conf/distros/focal/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
  55. package/conf/distros/focal/calamares/modules/shellprocess@nomodeset.yml +12 -0
  56. package/conf/distros/focal/calamares/modules/umount.yml +4 -0
  57. package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
  58. package/conf/distros/focal/calamares/modules/users.yml +27 -0
  59. package/conf/distros/focal/calamares/modules/welcome.yml +24 -0
  60. package/conf/distros/focal/calamares/settings.yml +97 -0
  61. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  62. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  63. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  64. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
  65. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
  66. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  67. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  68. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  69. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  70. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  71. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  72. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  73. package/conf/init/unattended.sh +0 -0
  74. package/dist/appimage/first-run-check.d.ts +8 -0
  75. package/dist/appimage/first-run-check.js +13 -0
  76. package/dist/appimage/prerequisites.d.ts +34 -0
  77. package/dist/appimage/prerequisites.js +350 -0
  78. package/dist/bin/dev.cmd +3 -0
  79. package/dist/bin/dev.js +6 -0
  80. package/dist/bin/run.cmd +3 -0
  81. package/dist/bin/run.js +5 -0
  82. package/dist/classes/cli-autologin.js +4 -4
  83. package/dist/classes/distro.js +11 -27
  84. package/dist/classes/diversions.d.ts +5 -0
  85. package/dist/classes/diversions.js +23 -7
  86. package/dist/classes/incubation/customize/customize-partitions.js +8 -1
  87. package/dist/classes/incubation/fisherman-helper/packages.js +1 -1
  88. package/dist/classes/incubation/incubator.js +2 -2
  89. package/dist/classes/pacman.d/archlinux.js +5 -5
  90. package/dist/classes/pacman.d/debian.js +0 -2
  91. package/dist/classes/pacman.d/opensuse.js +2 -2
  92. package/dist/classes/pacman.js +10 -11
  93. package/dist/classes/utils.d.ts +4 -0
  94. package/dist/classes/utils.js +19 -3
  95. package/dist/commands/calamares.js +1 -1
  96. package/dist/commands/config.js +2 -2
  97. package/dist/commands/{analyze.d.ts → export/appimage.d.ts} +10 -9
  98. package/dist/commands/export/appimage.js +76 -0
  99. package/dist/commands/export/iso.js +1 -1
  100. package/dist/commands/export/pkg.d.ts +1 -1
  101. package/dist/commands/export/pkg.js +2 -2
  102. package/dist/commands/{install.d.ts → krill.d.ts} +3 -4
  103. package/dist/commands/{install.js → krill.js} +5 -6
  104. package/dist/commands/produce.js +1 -1
  105. package/dist/commands/setup.d.ts +21 -0
  106. package/dist/commands/setup.js +90 -0
  107. package/dist/commands/tools/repo.d.ts +0 -5
  108. package/dist/commands/tools/repo.js +205 -127
  109. package/dist/commands/update.d.ts +1 -1
  110. package/dist/commands/update.js +68 -59
  111. package/dist/krill/components/information.js +2 -2
  112. package/dist/krill/components/title.js +13 -13
  113. package/dist/lib/utils.d.ts +16 -0
  114. package/dist/lib/utils.js +24 -32
  115. package/dracut/create-symlink +0 -0
  116. package/dracut/export +0 -0
  117. package/dracut/export-dracut-analysis +0 -0
  118. package/dracut/export-dracut-log +0 -0
  119. package/dracut/mkisofs +0 -0
  120. package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
  121. package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
  122. package/dracut/modules.d/90block/block-cmdline.sh +0 -0
  123. package/dracut/modules.d/90block/module-setup.sh +0 -0
  124. package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
  125. package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
  126. package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
  127. package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
  128. package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
  129. package/dracut/renew-initramfs +0 -0
  130. package/dracut/sbin2bin +0 -0
  131. package/dracut/update-dracut-conf-d +0 -0
  132. package/dracut/update-dracut-modules +0 -0
  133. package/eui/eui-autostart-cinnamon.desktop +0 -0
  134. package/eui/eui-autostart-xfce.desktop +0 -0
  135. package/eui/eui-create-image.sh +0 -0
  136. package/eui/eui-start.sh +0 -0
  137. package/manpages/doc/man/eggs.1.gz +0 -0
  138. package/manpages/doc/man/eggs.html +582 -9
  139. package/package.json +125 -130
  140. package/perrisbrewery/scripts/postinst +0 -0
  141. package/perrisbrewery/scripts/postrm +0 -0
  142. package/perrisbrewery/scripts/preinst +0 -0
  143. package/perrisbrewery/scripts/prerm +0 -0
  144. package/perrisbrewery/template/dependencies.yaml +0 -5
  145. package/perrisbrewery/template/man.template.md +7 -0
  146. package/scripts/99clean +0 -0
  147. package/scripts/_eggs +28 -47
  148. package/scripts/adapt.sh +0 -0
  149. package/scripts/appimage-build.sh +152 -0
  150. package/scripts/appimage-install.sh +43 -0
  151. package/scripts/bros/waydroid-helper.sh +0 -0
  152. package/scripts/eggs.bash +3 -4
  153. package/scripts/lsb_release +0 -0
  154. package/scripts/mom.sh +0 -0
  155. package/scripts/pve-live.service +0 -0
  156. package/scripts/pve-live.sh +0 -0
  157. package/scripts/resy +0 -0
  158. package/dist/classes/distro-hossein.d.ts +0 -52
  159. package/dist/classes/distro-hossein.js +0 -239
  160. package/dist/classes/incubation/incubator.d/bionic.d.ts +0 -32
  161. package/dist/classes/incubation/incubator.d/bionic.js +0 -83
  162. package/dist/commands/analyze.js +0 -95
  163. package/dist/commands/pods.d.ts +0 -22
  164. package/dist/commands/pods.js +0 -92
  165. package/scripts/boot-encrypted-root.sh +0 -220
  166. package/scripts/mount-encrypted-home.sh +0 -324
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [![gdrive](https://img.shields.io/badge/gdrive-all-blue)](https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY)
8
8
  [![sourceforge](https://img.shields.io/badge/sourceforge-all-blue)](https://sourceforge.net/projects/penguins-eggs/files/)
9
9
  [![ver](https://img.shields.io/npm/v/penguins-eggs.svg)](https://npmjs.org/package/penguins-eggs)
10
+ [![Get it from AppImage](https://img.shields.io/badge/Get%20it%20from-AppImage-important.svg)](https://appimage.github.io/penguins-eggs/)
10
11
 
11
12
  <a href="https://drive.google.com/drive/folders/19fwjvsZiW0Dspu2Iq-fQN0J-PDbKBlYY">
12
13
  <img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/penguins-eggs-300x300.png" width="280" height="300" alt="CD-ROM">
@@ -487,23 +488,22 @@ sudo eggs produce --max
487
488
  # Commands
488
489
  <!-- commands -->
489
490
  * [`eggs adapt`](#eggs-adapt)
490
- * [`eggs analyze`](#eggs-analyze)
491
491
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
492
492
  * [`eggs calamares`](#eggs-calamares)
493
493
  * [`eggs config`](#eggs-config)
494
494
  * [`eggs cuckoo`](#eggs-cuckoo)
495
495
  * [`eggs dad`](#eggs-dad)
496
+ * [`eggs export appimage`](#eggs-export-appimage)
496
497
  * [`eggs export iso`](#eggs-export-iso)
497
498
  * [`eggs export pkg`](#eggs-export-pkg)
498
499
  * [`eggs export tarballs`](#eggs-export-tarballs)
499
500
  * [`eggs help [COMMAND]`](#eggs-help-command)
500
- * [`eggs install`](#eggs-install)
501
501
  * [`eggs kill`](#eggs-kill)
502
502
  * [`eggs krill`](#eggs-krill)
503
503
  * [`eggs love`](#eggs-love)
504
504
  * [`eggs mom`](#eggs-mom)
505
- * [`eggs pods [DISTRO]`](#eggs-pods-distro)
506
505
  * [`eggs produce`](#eggs-produce)
506
+ * [`eggs setup`](#eggs-setup)
507
507
  * [`eggs status`](#eggs-status)
508
508
  * [`eggs tools clean`](#eggs-tools-clean)
509
509
  * [`eggs tools repo`](#eggs-tools-repo)
@@ -536,28 +536,7 @@ EXAMPLES
536
536
  $ eggs adapt
537
537
  ```
538
538
 
539
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/adapt.ts)_
540
-
541
- ## `eggs analyze`
542
-
543
- analyze for syncto
544
-
545
- ```
546
- USAGE
547
- $ eggs analyze [-h] [-v]
548
-
549
- FLAGS
550
- -h, --help Show CLI help.
551
- -v, --verbose verbose
552
-
553
- DESCRIPTION
554
- analyze for syncto
555
-
556
- EXAMPLES
557
- sudo eggs analyze
558
- ```
559
-
560
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/analyze.ts)_
539
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/adapt.ts)_
561
540
 
562
541
  ## `eggs autocomplete [SHELL]`
563
542
 
@@ -592,7 +571,7 @@ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomp
592
571
 
593
572
  ## `eggs calamares`
594
573
 
595
- configure calamares or install or configure it
574
+ a GUI system installer - install and configure calamares
596
575
 
597
576
  ```
598
577
  USAGE
@@ -609,7 +588,7 @@ FLAGS
609
588
  --theme=<value> theme/branding for eggs and calamares
610
589
 
611
590
  DESCRIPTION
612
- configure calamares or install or configure it
591
+ a GUI system installer - install and configure calamares
613
592
 
614
593
  EXAMPLES
615
594
  sudo eggs calamares
@@ -621,7 +600,7 @@ EXAMPLES
621
600
  sudo eggs calamares --remove
622
601
  ```
623
602
 
624
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/calamares.ts)_
603
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/calamares.ts)_
625
604
 
626
605
  ## `eggs config`
627
606
 
@@ -648,7 +627,7 @@ EXAMPLES
648
627
  sudo eggs config --clean --nointeractive
649
628
  ```
650
629
 
651
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/config.ts)_
630
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/config.ts)_
652
631
 
653
632
  ## `eggs cuckoo`
654
633
 
@@ -669,7 +648,7 @@ EXAMPLES
669
648
  sudo eggs cuckoo
670
649
  ```
671
650
 
672
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/cuckoo.ts)_
651
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/cuckoo.ts)_
673
652
 
674
653
  ## `eggs dad`
675
654
 
@@ -698,11 +677,37 @@ EXAMPLES
698
677
  sudo dad --default
699
678
  ```
700
679
 
701
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/dad.ts)_
680
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/dad.ts)_
681
+
682
+ ## `eggs export appimage`
683
+
684
+ export penguins-eggs AppImage to the destination host
685
+
686
+ ```
687
+ USAGE
688
+ $ eggs export appimage [-c] [-h] [-v]
689
+
690
+ FLAGS
691
+ -c, --clean remove old .AppImage before to copy
692
+ -h, --help Show CLI help.
693
+ -v, --verbose verbose
694
+
695
+ DESCRIPTION
696
+ export penguins-eggs AppImage to the destination host
697
+
698
+ EXAMPLES
699
+ $ eggs export pkg
700
+
701
+ $ eggs export pkg --clean
702
+
703
+ $ eggs export pkg --all
704
+ ```
705
+
706
+ _See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/appimage.ts)_
702
707
 
703
708
  ## `eggs export iso`
704
709
 
705
- export iso in the destination host
710
+ export remastered ISO in the destination host
706
711
 
707
712
  ```
708
713
  USAGE
@@ -715,7 +720,7 @@ FLAGS
715
720
  -v, --verbose verbose
716
721
 
717
722
  DESCRIPTION
718
- export iso in the destination host
723
+ export remastered ISO in the destination host
719
724
 
720
725
  EXAMPLES
721
726
  $ eggs export iso
@@ -723,11 +728,11 @@ EXAMPLES
723
728
  $ eggs export iso --clean
724
729
  ```
725
730
 
726
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/export/iso.ts)_
731
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/iso.ts)_
727
732
 
728
733
  ## `eggs export pkg`
729
734
 
730
- export pkg/iso to the destination host
735
+ export penguins-eggs package to the destination host
731
736
 
732
737
  ```
733
738
  USAGE
@@ -740,7 +745,7 @@ FLAGS
740
745
  -v, --verbose verbose
741
746
 
742
747
  DESCRIPTION
743
- export pkg/iso to the destination host
748
+ export penguins-eggs package to the destination host
744
749
 
745
750
  EXAMPLES
746
751
  $ eggs export pkg
@@ -750,7 +755,7 @@ EXAMPLES
750
755
  $ eggs export pkg --all
751
756
  ```
752
757
 
753
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/export/pkg.ts)_
758
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/pkg.ts)_
754
759
 
755
760
  ## `eggs export tarballs`
756
761
 
@@ -774,7 +779,7 @@ EXAMPLES
774
779
  $ eggs export tarballs --clean
775
780
  ```
776
781
 
777
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/export/tarballs.ts)_
782
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/export/tarballs.ts)_
778
783
 
779
784
  ## `eggs help [COMMAND]`
780
785
 
@@ -794,51 +799,7 @@ DESCRIPTION
794
799
  Display help for eggs.
795
800
  ```
796
801
 
797
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.35/src/commands/help.ts)_
798
-
799
- ## `eggs install`
800
-
801
- krill: the CLI system installer - the egg became a penguin!
802
-
803
- ```
804
- USAGE
805
- $ eggs install [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
806
- [-u] [-v]
807
-
808
- FLAGS
809
- -H, --halt Halt the system after installation
810
- -N, --none Swap none: 256M
811
- -R, --replace=<value> Replace partition. eg: --replace /dev/sda3
812
- -S, --suspend Swap suspend: RAM x 2
813
- -b, --btrfs Format btrfs
814
- -c, --chroot chroot before to end
815
- -d, --domain=<value> Domain name, defult: .local
816
- -h, --help Show CLI help.
817
- -i, --ip hostname as ip, eg: ip-192-168-1-33
818
- -k, --crypted Crypted CLI installation
819
- -n, --nointeractive no user interaction
820
- -p, --pve Proxmox VE install
821
- -r, --random Add random to hostname, eg: colibri-ay412dt
822
- -s, --small Swap small: RAM
823
- -t, --testing Just testing krill
824
- -u, --unattended Unattended installation
825
- -v, --verbose Verbose
826
-
827
- DESCRIPTION
828
- krill: the CLI system installer - the egg became a penguin!
829
-
830
- ALIASES
831
- $ eggs krill
832
-
833
- EXAMPLES
834
- sudo eggs install
835
-
836
- sudo eggs install --unattended --halt
837
-
838
- sudo eggs install --chroot
839
- ```
840
-
841
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/install.ts)_
802
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
842
803
 
843
804
  ## `eggs kill`
844
805
 
@@ -861,11 +822,11 @@ EXAMPLES
861
822
  sudo eggs kill
862
823
  ```
863
824
 
864
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/kill.ts)_
825
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/kill.ts)_
865
826
 
866
827
  ## `eggs krill`
867
828
 
868
- krill: the CLI system installer - the egg became a penguin!
829
+ a TUI system installer - install the system
869
830
 
870
831
  ```
871
832
  USAGE
@@ -892,10 +853,7 @@ FLAGS
892
853
  -v, --verbose Verbose
893
854
 
894
855
  DESCRIPTION
895
- krill: the CLI system installer - the egg became a penguin!
896
-
897
- ALIASES
898
- $ eggs krill
856
+ a TUI system installer - install the system
899
857
 
900
858
  EXAMPLES
901
859
  sudo eggs install
@@ -905,6 +863,8 @@ EXAMPLES
905
863
  sudo eggs install --chroot
906
864
  ```
907
865
 
866
+ _See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/krill.ts)_
867
+
908
868
  ## `eggs love`
909
869
 
910
870
  the simplest way to get an egg!
@@ -929,7 +889,7 @@ EXAMPLES
929
889
  $ eggs auto
930
890
  ```
931
891
 
932
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/love.ts)_
892
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/love.ts)_
933
893
 
934
894
  ## `eggs mom`
935
895
 
@@ -949,38 +909,11 @@ EXAMPLES
949
909
  $ eggs mom
950
910
  ```
951
911
 
952
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/mom.ts)_
953
-
954
- ## `eggs pods [DISTRO]`
955
-
956
- eggs pods: build ISOs from containers
957
-
958
- ```
959
- USAGE
960
- $ eggs pods [DISTRO] [-h]
961
-
962
- ARGUMENTS
963
- [DISTRO] distro to build
964
-
965
- FLAGS
966
- -h, --help Show CLI help.
967
-
968
- DESCRIPTION
969
- eggs pods: build ISOs from containers
970
-
971
- EXAMPLES
972
- $ eggs pods archlinux
973
-
974
- $ eggs pods debian
975
-
976
- $ eggs pods ubuntu
977
- ```
978
-
979
- _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/pods.ts)_
912
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/mom.ts)_
980
913
 
981
914
  ## `eggs produce`
982
915
 
983
- produce a live image from your system whithout your data
916
+ produce a live image from your system
984
917
 
985
918
  ```
986
919
  USAGE
@@ -1013,7 +946,7 @@ FLAGS
1013
946
  --theme=<value> theme for livecd, calamares branding and partitions
1014
947
 
1015
948
  DESCRIPTION
1016
- produce a live image from your system whithout your data
949
+ produce a live image from your system
1017
950
 
1018
951
  EXAMPLES
1019
952
  sudo eggs produce # zstd fast compression
@@ -1029,7 +962,32 @@ EXAMPLES
1029
962
  sudo eggs produce --basename=colibri
1030
963
  ```
1031
964
 
1032
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/produce.ts)_
965
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/produce.ts)_
966
+
967
+ ## `eggs setup`
968
+
969
+ Automatically check and install system prerequisites
970
+
971
+ ```
972
+ USAGE
973
+ $ eggs setup [-c] [-f]
974
+
975
+ FLAGS
976
+ -c, --check check status only, do not install
977
+ -f, --force force installation even if already installed
978
+
979
+ DESCRIPTION
980
+ Automatically check and install system prerequisites
981
+
982
+ EXAMPLES
983
+ sudo eggs setup # install prerequisites
984
+
985
+ sudo eggs setup --check # check prerequisites presence
986
+
987
+ sudo eggs setup --force # force prerequisites install
988
+ ```
989
+
990
+ _See code: [src/commands/setup.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/setup.ts)_
1033
991
 
1034
992
  ## `eggs status`
1035
993
 
@@ -1050,7 +1008,7 @@ EXAMPLES
1050
1008
  $ eggs status
1051
1009
  ```
1052
1010
 
1053
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/status.ts)_
1011
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/status.ts)_
1054
1012
 
1055
1013
  ## `eggs tools clean`
1056
1014
 
@@ -1072,7 +1030,7 @@ EXAMPLES
1072
1030
  sudo eggs tools clean
1073
1031
  ```
1074
1032
 
1075
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/tools/clean.ts)_
1033
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/clean.ts)_
1076
1034
 
1077
1035
  ## `eggs tools repo`
1078
1036
 
@@ -1098,7 +1056,7 @@ EXAMPLES
1098
1056
  sudo eggs tools repo --remove
1099
1057
  ```
1100
1058
 
1101
- _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/tools/repo.ts)_
1059
+ _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/repo.ts)_
1102
1060
 
1103
1061
  ## `eggs tools skel`
1104
1062
 
@@ -1122,7 +1080,7 @@ EXAMPLES
1122
1080
  sudo eggs tools skel --user user-to-be-copied
1123
1081
  ```
1124
1082
 
1125
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/tools/skel.ts)_
1083
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/skel.ts)_
1126
1084
 
1127
1085
  ## `eggs tools stat`
1128
1086
 
@@ -1148,7 +1106,7 @@ EXAMPLES
1148
1106
  $ eggs tools stat --year
1149
1107
  ```
1150
1108
 
1151
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/tools/stat.ts)_
1109
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/stat.ts)_
1152
1110
 
1153
1111
  ## `eggs tools yolk`
1154
1112
 
@@ -1169,7 +1127,7 @@ EXAMPLES
1169
1127
  sudo eggs tools yolk
1170
1128
  ```
1171
1129
 
1172
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/tools/yolk.ts)_
1130
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/tools/yolk.ts)_
1173
1131
 
1174
1132
  ## `eggs update`
1175
1133
 
@@ -1190,7 +1148,7 @@ EXAMPLES
1190
1148
  $ eggs update
1191
1149
  ```
1192
1150
 
1193
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/update.ts)_
1151
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/update.ts)_
1194
1152
 
1195
1153
  ## `eggs version`
1196
1154
 
@@ -1236,7 +1194,7 @@ EXAMPLES
1236
1194
  $ eggs wardrobe get your-wardrobe
1237
1195
  ```
1238
1196
 
1239
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/wardrobe/get.ts)_
1197
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/get.ts)_
1240
1198
 
1241
1199
  ## `eggs wardrobe list [REPO]`
1242
1200
 
@@ -1265,7 +1223,7 @@ EXAMPLES
1265
1223
  $ eggs wardrobe list --distro arch
1266
1224
  ```
1267
1225
 
1268
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/wardrobe/list.ts)_
1226
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/list.ts)_
1269
1227
 
1270
1228
  ## `eggs wardrobe show [REPO]`
1271
1229
 
@@ -1295,7 +1253,7 @@ EXAMPLES
1295
1253
  $ eggs wardrobe show accessories/
1296
1254
  ```
1297
1255
 
1298
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/wardrobe/show.ts)_
1256
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/show.ts)_
1299
1257
 
1300
1258
  ## `eggs wardrobe wear [REPO]`
1301
1259
 
@@ -1326,7 +1284,7 @@ EXAMPLES
1326
1284
  sudo eggs wardrobe wear wagtail/waydroid
1327
1285
  ```
1328
1286
 
1329
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.8/src/commands/wardrobe/wear.ts)_
1287
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.21/src/commands/wardrobe/wear.ts)_
1330
1288
  <!-- commandsstop -->
1331
1289
 
1332
1290
  # GUI