penguins-eggs 25.11.12 → 25.11.29

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 (168) hide show
  1. package/.oclif.manifest.json +161 -140
  2. package/README.md +811 -4
  3. package/README.pdf +20763 -3833
  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/addons/eggs/theme/livecd/full.grub.main.cfg +39 -4
  9. package/addons/eggs/theme/livecd/full.isolinux.main.cfg +47 -4
  10. package/assets/calamares/install-system.sh +0 -0
  11. package/assets/penguins-eggs.desktop +0 -0
  12. package/assets/penguins-krill.desktop +0 -0
  13. package/assets/penguins-links-add.desktop +0 -0
  14. package/assets/penguins-live-installer.desktop +0 -0
  15. package/bin/dev.js +0 -0
  16. package/bin/run.js +11 -0
  17. package/conf/derivatives.yaml +2 -1
  18. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  19. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  20. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  22. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  23. package/conf/distros/focal/calamares/calamares-modules/.keepit +0 -0
  24. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
  25. package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
  26. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +8 -0
  27. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
  28. package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
  29. package/conf/distros/focal/calamares/libexec/.keepit +0 -0
  30. package/conf/distros/focal/calamares/libexec/README.md +5 -0
  31. package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +15 -0
  32. package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +38 -0
  33. package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +34 -0
  34. package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +19 -0
  35. package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +26 -0
  36. package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +12 -0
  37. package/conf/distros/focal/calamares/modules/bootloader.yml +86 -0
  38. package/conf/distros/focal/calamares/modules/bootloader.yml.old +35 -0
  39. package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
  40. package/conf/distros/focal/calamares/modules/finished.yml +6 -0
  41. package/conf/distros/focal/calamares/modules/fstab.yml +63 -0
  42. package/conf/distros/focal/calamares/modules/grubcfg.yml +51 -0
  43. package/conf/distros/focal/calamares/modules/keyboard.yml +29 -0
  44. package/conf/distros/focal/calamares/modules/locale.yml +7 -0
  45. package/conf/distros/focal/calamares/modules/machineid.yml +10 -0
  46. package/conf/distros/focal/calamares/modules/mount.yml +20 -0
  47. package/conf/distros/focal/calamares/modules/netinstall.yml +5 -0
  48. package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
  49. package/conf/distros/focal/calamares/modules/partition.yml +21 -0
  50. package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
  51. package/conf/distros/focal/calamares/modules/shellprocess@aptsources.yml +11 -0
  52. package/conf/distros/focal/calamares/modules/shellprocess@boot_deploy.yml +9 -0
  53. package/conf/distros/focal/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
  54. package/conf/distros/focal/calamares/modules/shellprocess@install_translations.yml +8 -0
  55. package/conf/distros/focal/calamares/modules/shellprocess@logs.yml +8 -0
  56. package/conf/distros/focal/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
  57. package/conf/distros/focal/calamares/modules/shellprocess@nomodeset.yml +12 -0
  58. package/conf/distros/focal/calamares/modules/umount.yml +4 -0
  59. package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
  60. package/conf/distros/focal/calamares/modules/users.yml +27 -0
  61. package/conf/distros/focal/calamares/modules/welcome.yml +24 -0
  62. package/conf/distros/focal/calamares/settings.yml +97 -0
  63. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  64. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  65. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  66. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
  67. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
  68. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  69. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  70. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  71. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  72. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  73. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  74. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  75. package/conf/init/unattended.sh +0 -0
  76. package/dist/appimage/dependency-manager.d.ts +31 -0
  77. package/dist/appimage/dependency-manager.js +292 -0
  78. package/dist/appimage/first-run-check.d.ts +8 -0
  79. package/dist/appimage/first-run-check.js +13 -0
  80. package/dist/bin/dev.cmd +3 -0
  81. package/dist/bin/dev.js +6 -0
  82. package/dist/bin/run.cmd +3 -0
  83. package/dist/bin/run.js +16 -0
  84. package/dist/classes/cli-autologin.js +5 -5
  85. package/dist/classes/daddy.js +11 -11
  86. package/dist/classes/diversions.d.ts +5 -0
  87. package/dist/classes/diversions.js +23 -7
  88. package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +7 -0
  89. package/dist/classes/incubation/fisherman-helper/initcpio.js +7 -0
  90. package/dist/classes/incubation/fisherman.js +0 -2
  91. package/dist/classes/network.d.ts +1 -1
  92. package/dist/classes/ovary.d/edit-live-fs.d.ts +1 -1
  93. package/dist/classes/ovary.d/edit-live-fs.js +129 -93
  94. package/dist/classes/ovary.d/fertilization.js +1 -1
  95. package/dist/classes/ovary.d/xorriso-command.js +1 -5
  96. package/dist/classes/pacman.d.ts +21 -7
  97. package/dist/classes/pacman.js +59 -39
  98. package/dist/classes/utils.d.ts +5 -5
  99. package/dist/classes/utils.js +30 -11
  100. package/dist/commands/calamares.js +1 -1
  101. package/dist/commands/config.js +3 -14
  102. package/dist/commands/cuckoo.js +1 -1
  103. package/dist/commands/{analyze.d.ts → export/appimage.d.ts} +10 -9
  104. package/dist/commands/export/appimage.js +76 -0
  105. package/dist/commands/export/iso.js +1 -1
  106. package/dist/commands/export/pkg.d.ts +1 -1
  107. package/dist/commands/export/pkg.js +2 -2
  108. package/dist/commands/{install.d.ts → krill.d.ts} +3 -4
  109. package/dist/commands/{install.js → krill.js} +5 -6
  110. package/dist/commands/produce.js +1 -1
  111. package/dist/commands/setup/install.d.ts +17 -0
  112. package/dist/commands/setup/install.js +71 -0
  113. package/dist/commands/setup/purge.d.ts +17 -0
  114. package/dist/commands/setup/purge.js +71 -0
  115. package/dist/commands/tools/repo.d.ts +0 -5
  116. package/dist/commands/tools/repo.js +205 -127
  117. package/dist/commands/update.d.ts +16 -1
  118. package/dist/commands/update.js +140 -63
  119. package/dist/krill/components/information.js +2 -2
  120. package/dist/krill/components/title.js +13 -13
  121. package/dist/lib/utils.d.ts +16 -0
  122. package/dist/lib/utils.js +5 -32
  123. package/dracut/create-symlink +0 -0
  124. package/dracut/export +0 -0
  125. package/dracut/export-dracut-analysis +0 -0
  126. package/dracut/export-dracut-log +0 -0
  127. package/dracut/mkisofs +0 -0
  128. package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
  129. package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
  130. package/dracut/modules.d/90block/block-cmdline.sh +0 -0
  131. package/dracut/modules.d/90block/module-setup.sh +0 -0
  132. package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
  133. package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
  134. package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
  135. package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
  136. package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
  137. package/dracut/renew-initramfs +0 -0
  138. package/dracut/sbin2bin +0 -0
  139. package/dracut/update-dracut-conf-d +0 -0
  140. package/dracut/update-dracut-modules +0 -0
  141. package/eui/eui-autostart-cinnamon.desktop +0 -0
  142. package/eui/eui-autostart-xfce.desktop +0 -0
  143. package/eui/eui-create-image.sh +0 -0
  144. package/eui/eui-start.sh +0 -0
  145. package/manpages/doc/man/eggs.1.gz +0 -0
  146. package/manpages/doc/man/eggs.html +594 -9
  147. package/package.json +124 -130
  148. package/perrisbrewery/scripts/postinst +0 -0
  149. package/perrisbrewery/scripts/postrm +0 -0
  150. package/perrisbrewery/scripts/preinst +0 -0
  151. package/perrisbrewery/scripts/prerm +0 -0
  152. package/perrisbrewery/template/dependencies.yaml +0 -5
  153. package/perrisbrewery/template/man.template.md +7 -0
  154. package/scripts/99clean +0 -0
  155. package/scripts/_eggs +56 -47
  156. package/scripts/adapt.sh +0 -0
  157. package/scripts/bros/waydroid-helper.sh +0 -0
  158. package/scripts/eggs.bash +4 -4
  159. package/scripts/lsb_release +0 -0
  160. package/scripts/mom.sh +0 -0
  161. package/scripts/pve-live.service +0 -0
  162. package/scripts/pve-live.sh +0 -0
  163. package/scripts/resy +0 -0
  164. package/dist/commands/analyze.js +0 -95
  165. package/dist/commands/pods.d.ts +0 -22
  166. package/dist/commands/pods.js +0 -92
  167. package/scripts/boot-encrypted-root.sh +0 -220
  168. 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 as AppImage](https://img.shields.io/badge/Get%20it%20as-AppImage-important.svg)](https://github.com/pieroproietti/penguins-eggs/releases)
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">
@@ -57,7 +58,18 @@ Here’s a breakdown of what it’s used for:
57
58
  Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md) to get more informations.
58
59
 
59
60
  # Installation
61
+ ## AppImage
62
+ [![penguins-eggs as AppImage](https://img.shields.io/badge/Get%20it%20as-AppImage-important.svg)](https://github.com/pieroproietti/penguins-eggs/releases)
60
63
 
64
+ Although penguins-eggs has only recently been released as an AppImage, it is perhaps the simplest method. All you need is to get the penguins-eggs AppImage: open a browser at the url: `https://github.com/pieroproietti/penguins-eggs`, on the right side, find `latest release`, download the AppImage `penguins-eggs-25.x.x-1-x86_64.AppImage` and launch it using `sudo`
65
+
66
+ The AppImage will be be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
67
+
68
+ `eggs love` to get your system remastered as live ISO.
69
+
70
+ Note that the AppImage version and the native version consist of exactly the same code and install/remove the same native dependencies on every distro.
71
+
72
+ ## Native packages
61
73
  **Try the new repos** for [Debian/Devuan/Ubuntu](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-DEBIAN-DEVUAN-UBUNTU.md)[Fedora](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-FEDORA.md), [Enterprise linux](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-ENTERPRISE-LINUX.md) and [OpenSUSE](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-OPENSUSE.md).
62
74
 
63
75
  ## penguins-eggs-25.7.x installation
@@ -486,9 +498,110 @@ sudo eggs produce --max
486
498
  > This command will apply differents compression to the ISO file, resulting in a smaller file size or in a longer process. Consult [Penguins Eggs' official guide](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide) for more detailed informations.
487
499
  # Commands
488
500
  <!-- commands -->
489
- * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
490
- * [`eggs help [COMMAND]`](#eggs-help-command)
491
- * [`eggs version`](#eggs-version)
501
+ - [README](#readme)
502
+ - [Penguin's eggs are generated and new birds are ready to fly...](#penguins-eggs-are-generated-and-new-birds-are-ready-to-fly)
503
+ - [Index](#index)
504
+ - [Links](#links)
505
+ - [Presentation](#presentation)
506
+ - [Installation](#installation)
507
+ - [AppImage](#appimage)
508
+ - [Native packages](#native-packages)
509
+ - [penguins-eggs-25.7.x installation](#penguins-eggs-257x-installation)
510
+ - [using fresh-eggs](#using-fresh-eggs)
511
+ - [Manual installation](#manual-installation)
512
+ - [AlmaLinux, RockyLinux](#almalinux-rockylinux)
513
+ - [AlpineLinux](#alpinelinux)
514
+ - [Arch](#arch)
515
+ - [Debian, Devuan, Ubuntu](#debian-devuan-ubuntu)
516
+ - [Debian 10 Buster, Debian 11 Bullseye](#debian-10-buster-debian-11-bullseye)
517
+ - [Debian 9 Stretch, Ubuntu 18.04 Bionic](#debian-9-stretch-ubuntu-1804-bionic)
518
+ - [Fedora](#fedora)
519
+ - [Manjaro](#manjaro)
520
+ - [Openmanba](#openmanba)
521
+ - [OpenSUSE](#opensuse)
522
+ - [Introduction](#introduction)
523
+ - [Technology](#technology)
524
+ - [Features](#features)
525
+ - [Wardrobe, Themes, and Addons](#wardrobe-themes-and-addons)
526
+ - [Clone/Cryptedclone](#clonecryptedclone)
527
+ - [Calamares and krill](#calamares-and-krill)
528
+ - [Cuckoo](#cuckoo)
529
+ - [Mom and Dad](#mom-and-dad)
530
+ - [Yolk](#yolk)
531
+ - [Packages](#packages)
532
+ - [Debian families](#debian-families)
533
+ - [Install eggs](#install-eggs)
534
+ - [Debian families](#debian-families-1)
535
+ - [Download and install penguins-eggs packages](#download-and-install-penguins-eggs-packages)
536
+ - [Using penguins-eggs-ppa](#using-penguins-eggs-ppa)
537
+ - [Upgrade eggs](#upgrade-eggs)
538
+ - [Arch families](#arch-families)
539
+ - [Arch](#arch-1)
540
+ - [Manjaro](#manjaro-1)
541
+ - [Usage](#usage)
542
+ - [Examples](#examples)
543
+ - [Compression](#compression)
544
+ - [Commands](#commands)
545
+ - [`eggs adapt`](#eggs-adapt)
546
+ - [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
547
+ - [`eggs calamares`](#eggs-calamares)
548
+ - [`eggs config`](#eggs-config)
549
+ - [`eggs cuckoo`](#eggs-cuckoo)
550
+ - [`eggs dad`](#eggs-dad)
551
+ - [`eggs export appimage`](#eggs-export-appimage)
552
+ - [`eggs export iso`](#eggs-export-iso)
553
+ - [`eggs export pkg`](#eggs-export-pkg)
554
+ - [`eggs export tarballs`](#eggs-export-tarballs)
555
+ - [`eggs help [COMMAND]`](#eggs-help-command)
556
+ - [`eggs kill`](#eggs-kill)
557
+ - [`eggs krill`](#eggs-krill)
558
+ - [`eggs love`](#eggs-love)
559
+ - [`eggs mom`](#eggs-mom)
560
+ - [`eggs produce`](#eggs-produce)
561
+ - [`eggs setup install`](#eggs-setup-install)
562
+ - [`eggs setup purge`](#eggs-setup-purge)
563
+ - [`eggs status`](#eggs-status)
564
+ - [`eggs tools clean`](#eggs-tools-clean)
565
+ - [`eggs tools repo`](#eggs-tools-repo)
566
+ - [`eggs tools skel`](#eggs-tools-skel)
567
+ - [`eggs tools stat`](#eggs-tools-stat)
568
+ - [`eggs tools yolk`](#eggs-tools-yolk)
569
+ - [`eggs update`](#eggs-update)
570
+ - [`eggs version`](#eggs-version)
571
+ - [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
572
+ - [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
573
+ - [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
574
+ - [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
575
+ - [GUI](#gui)
576
+ - [eggsmaker](#eggsmaker)
577
+ - [A project by Jorge Luis Endres.](#a-project-by-jorge-luis-endres)
578
+ - [Book](#book)
579
+ - [That's all, Folks!](#thats-all-folks)
580
+ - [More Information](#more-information)
581
+ - [A word of thanks](#a-word-of-thanks)
582
+ - [Star History](#star-history)
583
+ - [Copyright and licenses](#copyright-and-licenses)
584
+
585
+ ## `eggs adapt`
586
+
587
+ adapt monitor resolution for VM only
588
+
589
+ ```
590
+ USAGE
591
+ $ eggs adapt [-h] [-v]
592
+
593
+ FLAGS
594
+ -h, --help Show CLI help.
595
+ -v, --verbose
596
+
597
+ DESCRIPTION
598
+ adapt monitor resolution for VM only
599
+
600
+ EXAMPLES
601
+ $ eggs adapt
602
+ ```
603
+
604
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/adapt.ts)_
492
605
 
493
606
  ## `eggs autocomplete [SHELL]`
494
607
 
@@ -521,6 +634,218 @@ EXAMPLES
521
634
 
522
635
  _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_
523
636
 
637
+ ## `eggs calamares`
638
+
639
+ a GUI system installer - install and configure calamares
640
+
641
+ ```
642
+ USAGE
643
+ $ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
644
+
645
+ FLAGS
646
+ -h, --help Show CLI help.
647
+ -i, --install install calamares and its dependencies
648
+ -n, --nointeractive no user interaction
649
+ -p, --policies configure calamares policies
650
+ -r, --release release: remove calamares and all its dependencies after the installation
651
+ -v, --verbose
652
+ --remove remove calamares and its dependencies
653
+ --theme=<value> theme/branding for eggs and calamares
654
+
655
+ DESCRIPTION
656
+ a GUI system installer - install and configure calamares
657
+
658
+ EXAMPLES
659
+ sudo eggs calamares
660
+
661
+ sudo eggs calamares --install
662
+
663
+ sudo eggs calamares --install --theme=/path/to/theme
664
+
665
+ sudo eggs calamares --remove
666
+ ```
667
+
668
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/calamares.ts)_
669
+
670
+ ## `eggs config`
671
+
672
+ Configure eggs to run it
673
+
674
+ ```
675
+ USAGE
676
+ $ eggs config [-c] [-h] [-n] [-v]
677
+
678
+ FLAGS
679
+ -c, --clean remove old configuration before to create new one
680
+ -h, --help Show CLI help.
681
+ -n, --nointeractive no user interaction
682
+ -v, --verbose verbose
683
+
684
+ DESCRIPTION
685
+ Configure eggs to run it
686
+
687
+ EXAMPLES
688
+ sudo eggs config
689
+
690
+ sudo eggs config --clean
691
+
692
+ sudo eggs config --clean --nointeractive
693
+ ```
694
+
695
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/config.ts)_
696
+
697
+ ## `eggs cuckoo`
698
+
699
+ PXE start with proxy-dhcp
700
+
701
+ ```
702
+ USAGE
703
+ $ eggs cuckoo [-h] [-v]
704
+
705
+ FLAGS
706
+ -h, --help Show CLI help.
707
+ -v, --verbose verbose
708
+
709
+ DESCRIPTION
710
+ PXE start with proxy-dhcp
711
+
712
+ EXAMPLES
713
+ sudo eggs cuckoo
714
+ ```
715
+
716
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/cuckoo.ts)_
717
+
718
+ ## `eggs dad`
719
+
720
+ ask help from daddy - TUI configuration helper
721
+
722
+ ```
723
+ USAGE
724
+ $ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
725
+
726
+ FLAGS
727
+ -c, --clean remove old configuration before to create
728
+ -d, --default reset to default values
729
+ -f, --file=<value> use a file configuration custom
730
+ -h, --help Show CLI help.
731
+ -n, --nointeractive no user interaction
732
+ -v, --verbose
733
+
734
+ DESCRIPTION
735
+ ask help from daddy - TUI configuration helper
736
+
737
+ EXAMPLES
738
+ sudo dad
739
+
740
+ sudo dad --clean
741
+
742
+ sudo dad --default
743
+ ```
744
+
745
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/dad.ts)_
746
+
747
+ ## `eggs export appimage`
748
+
749
+ export penguins-eggs AppImage to the destination host
750
+
751
+ ```
752
+ USAGE
753
+ $ eggs export appimage [-c] [-h] [-v]
754
+
755
+ FLAGS
756
+ -c, --clean remove old .AppImage before to copy
757
+ -h, --help Show CLI help.
758
+ -v, --verbose verbose
759
+
760
+ DESCRIPTION
761
+ export penguins-eggs AppImage to the destination host
762
+
763
+ EXAMPLES
764
+ $ eggs export pkg
765
+
766
+ $ eggs export pkg --clean
767
+
768
+ $ eggs export pkg --all
769
+ ```
770
+
771
+ _See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/appimage.ts)_
772
+
773
+ ## `eggs export iso`
774
+
775
+ export remastered ISO in the destination host
776
+
777
+ ```
778
+ USAGE
779
+ $ eggs export iso [-C] [-c] [-h] [-v]
780
+
781
+ FLAGS
782
+ -C, --checksum export checksums md5 and sha256
783
+ -c, --clean delete old ISOs before to copy
784
+ -h, --help Show CLI help.
785
+ -v, --verbose verbose
786
+
787
+ DESCRIPTION
788
+ export remastered ISO in the destination host
789
+
790
+ EXAMPLES
791
+ $ eggs export iso
792
+
793
+ $ eggs export iso --clean
794
+ ```
795
+
796
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/iso.ts)_
797
+
798
+ ## `eggs export pkg`
799
+
800
+ export penguins-eggs package to the destination host
801
+
802
+ ```
803
+ USAGE
804
+ $ eggs export pkg [-a] [-c] [-h] [-v]
805
+
806
+ FLAGS
807
+ -a, --all export all archs
808
+ -c, --clean remove old .deb before to copy
809
+ -h, --help Show CLI help.
810
+ -v, --verbose verbose
811
+
812
+ DESCRIPTION
813
+ export penguins-eggs package to the destination host
814
+
815
+ EXAMPLES
816
+ $ eggs export pkg
817
+
818
+ $ eggs export pkg --clean
819
+
820
+ $ eggs export pkg --all
821
+ ```
822
+
823
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/pkg.ts)_
824
+
825
+ ## `eggs export tarballs`
826
+
827
+ export pkg/iso/tarballs to the destination host
828
+
829
+ ```
830
+ USAGE
831
+ $ eggs export tarballs [-c] [-h] [-v]
832
+
833
+ FLAGS
834
+ -c, --clean remove old .deb before to copy
835
+ -h, --help Show CLI help.
836
+ -v, --verbose verbose
837
+
838
+ DESCRIPTION
839
+ export pkg/iso/tarballs to the destination host
840
+
841
+ EXAMPLES
842
+ $ eggs export tarballs
843
+
844
+ $ eggs export tarballs --clean
845
+ ```
846
+
847
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/tarballs.ts)_
848
+
524
849
  ## `eggs help [COMMAND]`
525
850
 
526
851
  Display help for eggs.
@@ -539,7 +864,373 @@ DESCRIPTION
539
864
  Display help for eggs.
540
865
  ```
541
866
 
542
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.35/src/commands/help.ts)_
867
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
868
+
869
+ ## `eggs kill`
870
+
871
+ kill the eggs/free the nest
872
+
873
+ ```
874
+ USAGE
875
+ $ eggs kill [-h] [-i] [-n] [-v]
876
+
877
+ FLAGS
878
+ -h, --help Show CLI help.
879
+ -i, --isos erase all ISOs on remote mount
880
+ -n, --nointeractive no user interaction
881
+ -v, --verbose verbose
882
+
883
+ DESCRIPTION
884
+ kill the eggs/free the nest
885
+
886
+ EXAMPLES
887
+ sudo eggs kill
888
+ ```
889
+
890
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/kill.ts)_
891
+
892
+ ## `eggs krill`
893
+
894
+ a TUI system installer - install the system
895
+
896
+ ```
897
+ USAGE
898
+ $ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
899
+ [-u] [-v]
900
+
901
+ FLAGS
902
+ -H, --halt Halt the system after installation
903
+ -N, --none Swap none: 256M
904
+ -R, --replace=<value> Replace partition. eg: --replace /dev/sda3
905
+ -S, --suspend Swap suspend: RAM x 2
906
+ -b, --btrfs Format btrfs
907
+ -c, --chroot chroot before to end
908
+ -d, --domain=<value> Domain name, defult: .local
909
+ -h, --help Show CLI help.
910
+ -i, --ip hostname as ip, eg: ip-192-168-1-33
911
+ -k, --crypted Crypted CLI installation
912
+ -n, --nointeractive no user interaction
913
+ -p, --pve Proxmox VE install
914
+ -r, --random Add random to hostname, eg: colibri-ay412dt
915
+ -s, --small Swap small: RAM
916
+ -t, --testing Just testing krill
917
+ -u, --unattended Unattended installation
918
+ -v, --verbose Verbose
919
+
920
+ DESCRIPTION
921
+ a TUI system installer - install the system
922
+
923
+ EXAMPLES
924
+ sudo eggs install
925
+
926
+ sudo eggs install --unattended --halt
927
+
928
+ sudo eggs install --chroot
929
+ ```
930
+
931
+ _See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/krill.ts)_
932
+
933
+ ## `eggs love`
934
+
935
+ the simplest way to get an egg!
936
+
937
+ ```
938
+ USAGE
939
+ $ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
940
+
941
+ FLAGS
942
+ -H, --hidden stealth mode
943
+ -c, --clone clone (uncrypted)
944
+ -f, --fullcrypt clone crypted full
945
+ -h, --help Show CLI help.
946
+ -k, --homecrypt clone crypted home
947
+ -n, --nointeractive no user interaction
948
+ -v, --verbose
949
+
950
+ DESCRIPTION
951
+ the simplest way to get an egg!
952
+
953
+ EXAMPLES
954
+ $ eggs auto
955
+ ```
956
+
957
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/love.ts)_
958
+
959
+ ## `eggs mom`
960
+
961
+ ask help from mommy - TUI helper
962
+
963
+ ```
964
+ USAGE
965
+ $ eggs mom [-h]
966
+
967
+ FLAGS
968
+ -h, --help Show CLI help.
969
+
970
+ DESCRIPTION
971
+ ask help from mommy - TUI helper
972
+
973
+ EXAMPLES
974
+ $ eggs mom
975
+ ```
976
+
977
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/mom.ts)_
978
+
979
+ ## `eggs produce`
980
+
981
+ produce a live image from your system
982
+
983
+ ```
984
+ USAGE
985
+ $ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
986
+ [-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
987
+ [-y]
988
+
989
+ FLAGS
990
+ -H, --hidden stealth mode
991
+ -K, --kernel=<value> kernel version
992
+ -N, --noicon no icon eggs on desktop
993
+ -P, --prefix=<value> prefix
994
+ -S, --standard standard compression: xz -b 1M
995
+ -c, --clone clone (uncrypted)
996
+ -f, --fullcrypt clone crypted full
997
+ -h, --help Show CLI help.
998
+ -i, --includeRootHome folder /root is included on live
999
+ -k, --homecrypt clone crypted home
1000
+ -m, --max max compression: xz -Xbcj ...
1001
+ -n, --nointeractive no user interaction
1002
+ -p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
1003
+ -s, --script script mode. Generate scripts to manage iso build
1004
+ -v, --verbose verbose
1005
+ -y, --yolk force yolk renew
1006
+ --addons=<value>... addons to be used: adapt, pve, rsupport
1007
+ --basename=<value> basename
1008
+ --excludes=<value>... use: static, homes, home
1009
+ --links=<value>... desktop links
1010
+ --release release: remove penguins-eggs, calamares and dependencies after installation
1011
+ --theme=<value> theme for livecd, calamares branding and partitions
1012
+
1013
+ DESCRIPTION
1014
+ produce a live image from your system
1015
+
1016
+ EXAMPLES
1017
+ sudo eggs produce # zstd fast compression
1018
+
1019
+ sudo eggs produce --pendrive # zstd compression optimized pendrive
1020
+
1021
+ sudo eggs produce --clone # clear clone (unencrypted)
1022
+
1023
+ sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
1024
+
1025
+ sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
1026
+
1027
+ sudo eggs produce --basename=colibri
1028
+ ```
1029
+
1030
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/produce.ts)_
1031
+
1032
+ ## `eggs setup install`
1033
+
1034
+ Automatically check and install system prerequisites
1035
+
1036
+ ```
1037
+ USAGE
1038
+ $ eggs setup install
1039
+
1040
+ DESCRIPTION
1041
+ Automatically check and install system prerequisites
1042
+
1043
+ EXAMPLES
1044
+ $ eggs setup # this help
1045
+
1046
+ sudo eggs setup install # install native dependencies, autocomplete, man, etc
1047
+
1048
+ sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1049
+ ```
1050
+
1051
+ _See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/setup/install.ts)_
1052
+
1053
+ ## `eggs setup purge`
1054
+
1055
+ Automatically check and install system prerequisites
1056
+
1057
+ ```
1058
+ USAGE
1059
+ $ eggs setup purge
1060
+
1061
+ DESCRIPTION
1062
+ Automatically check and install system prerequisites
1063
+
1064
+ EXAMPLES
1065
+ $ eggs setup # this help
1066
+
1067
+ sudo eggs setup install # install native dependencies, autocomplete, man, etc
1068
+
1069
+ sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1070
+ ```
1071
+
1072
+ _See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/setup/purge.ts)_
1073
+
1074
+ ## `eggs status`
1075
+
1076
+ informations about eggs status
1077
+
1078
+ ```
1079
+ USAGE
1080
+ $ eggs status [-h] [-v]
1081
+
1082
+ FLAGS
1083
+ -h, --help Show CLI help.
1084
+ -v, --verbose
1085
+
1086
+ DESCRIPTION
1087
+ informations about eggs status
1088
+
1089
+ EXAMPLES
1090
+ $ eggs status
1091
+ ```
1092
+
1093
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/status.ts)_
1094
+
1095
+ ## `eggs tools clean`
1096
+
1097
+ clean system log, apt, etc
1098
+
1099
+ ```
1100
+ USAGE
1101
+ $ eggs tools clean [-h] [-n] [-v]
1102
+
1103
+ FLAGS
1104
+ -h, --help Show CLI help.
1105
+ -n, --nointeractive no user interaction
1106
+ -v, --verbose verbose
1107
+
1108
+ DESCRIPTION
1109
+ clean system log, apt, etc
1110
+
1111
+ EXAMPLES
1112
+ sudo eggs tools clean
1113
+ ```
1114
+
1115
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/clean.ts)_
1116
+
1117
+ ## `eggs tools repo`
1118
+
1119
+ add/remove penguins-repos
1120
+
1121
+ ```
1122
+ USAGE
1123
+ $ eggs tools repo [-a] [-h] [-n] [-r] [-v]
1124
+
1125
+ FLAGS
1126
+ -a, --add add penguins-repos
1127
+ -h, --help Show CLI help.
1128
+ -n, --nointeractive no user interaction
1129
+ -r, --remove remove penguins-repos
1130
+ -v, --verbose verbose
1131
+
1132
+ DESCRIPTION
1133
+ add/remove penguins-repos
1134
+
1135
+ EXAMPLES
1136
+ sudo eggs tools repo --add
1137
+
1138
+ sudo eggs tools repo --remove
1139
+ ```
1140
+
1141
+ _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/repo.ts)_
1142
+
1143
+ ## `eggs tools skel`
1144
+
1145
+ update skel from home configuration
1146
+
1147
+ ```
1148
+ USAGE
1149
+ $ eggs tools skel [-h] [-u <value>] [-v]
1150
+
1151
+ FLAGS
1152
+ -h, --help Show CLI help.
1153
+ -u, --user=<value> user to be used
1154
+ -v, --verbose
1155
+
1156
+ DESCRIPTION
1157
+ update skel from home configuration
1158
+
1159
+ EXAMPLES
1160
+ sudo eggs tools skel
1161
+
1162
+ sudo eggs tools skel --user user-to-be-copied
1163
+ ```
1164
+
1165
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/skel.ts)_
1166
+
1167
+ ## `eggs tools stat`
1168
+
1169
+ get statistics from sourceforge
1170
+
1171
+ ```
1172
+ USAGE
1173
+ $ eggs tools stat [-h] [-m] [-y]
1174
+
1175
+ FLAGS
1176
+ -h, --help Show CLI help.
1177
+ -m, --month current month
1178
+ -y, --year current year
1179
+
1180
+ DESCRIPTION
1181
+ get statistics from sourceforge
1182
+
1183
+ EXAMPLES
1184
+ $ eggs tools stat
1185
+
1186
+ $ eggs tools stat --month
1187
+
1188
+ $ eggs tools stat --year
1189
+ ```
1190
+
1191
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/stat.ts)_
1192
+
1193
+ ## `eggs tools yolk`
1194
+
1195
+ configure eggs to install without internet
1196
+
1197
+ ```
1198
+ USAGE
1199
+ $ eggs tools yolk [-h] [-v]
1200
+
1201
+ FLAGS
1202
+ -h, --help Show CLI help.
1203
+ -v, --verbose
1204
+
1205
+ DESCRIPTION
1206
+ configure eggs to install without internet
1207
+
1208
+ EXAMPLES
1209
+ sudo eggs tools yolk
1210
+ ```
1211
+
1212
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/yolk.ts)_
1213
+
1214
+ ## `eggs update`
1215
+
1216
+ update the Penguins' eggs tool
1217
+
1218
+ ```
1219
+ USAGE
1220
+ $ eggs update [-h] [-v]
1221
+
1222
+ FLAGS
1223
+ -h, --help Show CLI help.
1224
+ -v, --verbose verbose
1225
+
1226
+ DESCRIPTION
1227
+ update the Penguins' eggs tool
1228
+
1229
+ EXAMPLES
1230
+ $ eggs update
1231
+ ```
1232
+
1233
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/update.ts)_
543
1234
 
544
1235
  ## `eggs version`
545
1236
 
@@ -560,6 +1251,122 @@ FLAG DESCRIPTIONS
560
1251
  ```
561
1252
 
562
1253
  _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
1254
+
1255
+ ## `eggs wardrobe get [REPO]`
1256
+
1257
+ get warorobe
1258
+
1259
+ ```
1260
+ USAGE
1261
+ $ eggs wardrobe get [REPO] [-h] [-v]
1262
+
1263
+ ARGUMENTS
1264
+ [REPO] repository to get
1265
+
1266
+ FLAGS
1267
+ -h, --help Show CLI help.
1268
+ -v, --verbose
1269
+
1270
+ DESCRIPTION
1271
+ get warorobe
1272
+
1273
+ EXAMPLES
1274
+ $ eggs wardrobe get
1275
+
1276
+ $ eggs wardrobe get your-wardrobe
1277
+ ```
1278
+
1279
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/get.ts)_
1280
+
1281
+ ## `eggs wardrobe list [REPO]`
1282
+
1283
+ list costumes and accessoires in wardrobe
1284
+
1285
+ ```
1286
+ USAGE
1287
+ $ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
1288
+
1289
+ ARGUMENTS
1290
+ [REPO] wardrobe to get
1291
+
1292
+ FLAGS
1293
+ -d, --distro=<value> distro
1294
+ -h, --help Show CLI help.
1295
+ -v, --verbose
1296
+
1297
+ DESCRIPTION
1298
+ list costumes and accessoires in wardrobe
1299
+
1300
+ EXAMPLES
1301
+ $ eggs wardrobe list
1302
+
1303
+ $ eggs wardrobe list your-wardrobe
1304
+
1305
+ $ eggs wardrobe list --distro arch
1306
+ ```
1307
+
1308
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/list.ts)_
1309
+
1310
+ ## `eggs wardrobe show [REPO]`
1311
+
1312
+ show costumes/accessories in wardrobe
1313
+
1314
+ ```
1315
+ USAGE
1316
+ $ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
1317
+
1318
+ ARGUMENTS
1319
+ [REPO] costume to show
1320
+
1321
+ FLAGS
1322
+ -h, --help Show CLI help.
1323
+ -j, --json output JSON
1324
+ -v, --verbose
1325
+ -w, --wardrobe=<value> wardrobe
1326
+
1327
+ DESCRIPTION
1328
+ show costumes/accessories in wardrobe
1329
+
1330
+ EXAMPLES
1331
+ $ eggs wardrobe show colibri
1332
+
1333
+ $ eggs wardrobe show accessories/firmwares
1334
+
1335
+ $ eggs wardrobe show accessories/
1336
+ ```
1337
+
1338
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/show.ts)_
1339
+
1340
+ ## `eggs wardrobe wear [REPO]`
1341
+
1342
+ wear costume/accessories from wardrobe
1343
+
1344
+ ```
1345
+ USAGE
1346
+ $ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
1347
+
1348
+ ARGUMENTS
1349
+ [REPO] costume to wear
1350
+
1351
+ FLAGS
1352
+ -a, --no_accessories not install accessories
1353
+ -f, --no_firmwares not install firmwares
1354
+ -h, --help Show CLI help.
1355
+ -v, --verbose
1356
+ -w, --wardrobe=<value> wardrobe
1357
+
1358
+ DESCRIPTION
1359
+ wear costume/accessories from wardrobe
1360
+
1361
+ EXAMPLES
1362
+ sudo eggs wardrobe wear duck
1363
+
1364
+ sudo eggs wardrobe wear accessories/firmwares
1365
+
1366
+ sudo eggs wardrobe wear wagtail/waydroid
1367
+ ```
1368
+
1369
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/wear.ts)_
563
1370
  <!-- commandsstop -->
564
1371
 
565
1372
  # GUI