penguins-eggs 25.12.7 → 25.12.16

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 (118) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +47 -760
  3. package/README.pdf +13450 -14838
  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/simple.grub.main.cfg +3 -3
  9. package/assets/calamares/install-system.sh +0 -0
  10. package/assets/penguins-eggs.desktop +0 -0
  11. package/assets/penguins-krill.desktop +0 -0
  12. package/assets/penguins-links-add.desktop +0 -0
  13. package/assets/penguins-live-installer.desktop +0 -0
  14. package/bin/dev.js +0 -0
  15. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  16. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  17. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  18. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  19. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  20. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  21. package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  22. package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +0 -0
  23. package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +0 -0
  24. package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +0 -0
  25. package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +0 -0
  26. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  27. package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  28. package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
  29. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +2 -1
  30. package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
  31. package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
  32. package/conf/distros/noble/calamares/settings.yml +1 -0
  33. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  34. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  35. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  36. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  37. package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  38. package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  39. package/conf/init/unattended.sh +0 -0
  40. package/dist/bin/dev.js +0 -0
  41. package/dist/bin/run.js +0 -0
  42. package/dist/classes/cli-autologin.d.ts +37 -4
  43. package/dist/classes/cli-autologin.js +125 -112
  44. package/dist/classes/daddy.js +4 -1
  45. package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +3 -2
  46. package/dist/classes/incubation/fisherman-helper/initcpio.js +25 -20
  47. package/dist/classes/incubation/incubator.d/manjaro.js +1 -0
  48. package/dist/classes/ovary.d/edit-live-fs.d.ts +1 -1
  49. package/dist/classes/ovary.d/edit-live-fs.js +15 -122
  50. package/dist/classes/ovary.d/fertilization.js +1 -1
  51. package/dist/classes/ovary.d/luks-home-support-systemd.d.ts +12 -0
  52. package/dist/classes/ovary.d/luks-home-support-systemd.js +70 -0
  53. package/dist/classes/ovary.d/luks-home-support.d.ts +1 -0
  54. package/dist/classes/ovary.d/luks-home-support.js +101 -24
  55. package/dist/classes/ovary.d/luks-home.js +33 -19
  56. package/dist/classes/ovary.d/luks-root.d.ts +1 -2
  57. package/dist/classes/ovary.d/luks-root.js +46 -27
  58. package/dist/classes/ovary.d/luks-shrink.d.ts +14 -0
  59. package/dist/classes/ovary.d/luks-shrink.js +86 -0
  60. package/dist/classes/ovary.d/produce.js +63 -21
  61. package/dist/classes/ovary.d.ts +3 -1
  62. package/dist/classes/ovary.js +3 -1
  63. package/dist/classes/utils.js +1 -1
  64. package/dist/classes/yolk.js +1 -1
  65. package/dist/commands/produce.js +11 -7
  66. package/dist/interfaces/calamares/i-calamares-branding.d.ts +56 -38
  67. package/dist/interfaces/calamares/i-calamares-branding.js +10 -0
  68. package/dist/krill/classes/prepare.d/users.js +1 -1
  69. package/dist/krill/classes/prepare.js +6 -2
  70. package/dist/krill/classes/sequence.d/fstab.js +1 -1
  71. package/dist/krill/classes/sequence.d/mkfs.js +1 -1
  72. package/dist/krill/classes/sequence.d/remove-homecrypt-hack.d.ts +13 -0
  73. package/dist/krill/classes/sequence.d/remove-homecrypt-hack.js +65 -0
  74. package/dist/krill/classes/sequence.d/unpackfs.js +2 -2
  75. package/dist/krill/classes/sequence.d.ts +3 -5
  76. package/dist/krill/classes/sequence.js +31 -29
  77. package/dist/krill/components/finished.js +2 -2
  78. package/dist/krill/components/install.js +2 -2
  79. package/dist/krill/components/keyboard.js +2 -2
  80. package/dist/krill/components/location.js +2 -2
  81. package/dist/krill/components/network.js +2 -2
  82. package/dist/krill/components/partitions.js +2 -2
  83. package/dist/krill/components/summary.js +2 -2
  84. package/dist/krill/components/users.js +2 -2
  85. package/dist/krill/components/welcome.js +2 -2
  86. package/dist/lib/utils.d.ts +1 -0
  87. package/dist/lib/utils.js +46 -0
  88. package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
  89. package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
  90. package/dracut/modules.d/90block/block-cmdline.sh +0 -0
  91. package/dracut/modules.d/90block/module-setup.sh +0 -0
  92. package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
  93. package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
  94. package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
  95. package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
  96. package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
  97. package/eui/eui-autostart-cinnamon.desktop +0 -0
  98. package/eui/eui-autostart-xfce.desktop +0 -0
  99. package/eui/eui-create-image.sh +0 -0
  100. package/eui/eui-start.sh +0 -0
  101. package/manpages/doc/man/eggs.1.gz +0 -0
  102. package/manpages/doc/man/eggs.html +8 -8
  103. package/package.json +130 -124
  104. package/perrisbrewery/scripts/postinst +0 -0
  105. package/perrisbrewery/scripts/postrm +0 -0
  106. package/perrisbrewery/scripts/preinst +0 -0
  107. package/perrisbrewery/scripts/prerm +0 -0
  108. package/scripts/99clean +0 -0
  109. package/scripts/adapt.sh +0 -0
  110. package/scripts/boot-encrypted-root.sh +0 -0
  111. package/scripts/bros/waydroid-helper.sh +0 -0
  112. package/scripts/lsb_release +0 -0
  113. package/scripts/mom.sh +0 -0
  114. package/scripts/mount-encrypted-home.sh +0 -0
  115. package/scripts/pve-live.service +0 -0
  116. package/scripts/pve-live.sh +0 -0
  117. package/scripts/restore_homecrypt_krill.sh +93 -0
  118. package/scripts/resy +0 -0
package/README.md CHANGED
@@ -62,13 +62,13 @@ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu,
62
62
  [![penguins-eggs as AppImage](https://img.shields.io/badge/Get%20it%20as-AppImage-important.svg)](https://github.com/pieroproietti/penguins-eggs/releases)
63
63
 
64
64
 
65
- 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
+ Although penguins-eggs has only recently been released as an AppImage, this 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`
66
66
 
67
- The AppImage will be be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
67
+ The AppImage will be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
68
68
 
69
69
  `eggs love` to get your system remastered as live ISO.
70
70
 
71
- ## Before to try AppImage depending on your distro, you need this packages installed:
71
+ ## Before trying the AppImage, depending on your distro, you need to install these packages:
72
72
  * Alpine: `sudo apk add fuse`
73
73
  * Arch/Manjaro: `sudo pacman -S fuse2`
74
74
  * Debian/Devuan/Ubuntu: `sudo apt-get install fuse libfuse2`
@@ -101,13 +101,17 @@ sudo ./fresh-eggs.sh
101
101
  ```
102
102
  And follow instructions.
103
103
 
104
+ ### using Eggo - The Simpler Installer for Penguins Eggs
105
+ From our friend [Brickboss](https://github.com/robert19066) come [eggo](https://github.com/robert19066/Eggo) a simple installer for penguins-eggs. [Instructions](https://github.com/robert19066/Eggo).
106
+
107
+
104
108
  ### Manual installation
105
109
 
106
110
  ### AlmaLinux, RockyLinux
107
111
  Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://penguins-eggs.net/basket/index.php/packages/el9) are availables.
108
112
 
109
113
  ### AlpineLinux
110
- I created and maintain a package for Alpine. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/alpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
114
+ I maintain a package for Alpine Linux. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/alpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
111
115
 
112
116
  ### Arch
113
117
  Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
@@ -241,25 +245,50 @@ Furthermore, addons, predominantly themes, have been organized under the vendor'
241
245
  > For detailed instructions on using a wardrobe, please consult the wardrobe users' guide [wardrobe users' guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide).
242
246
 
243
247
 
244
- ## Clone/Cryptedclone
245
- When creating a live distribution of your system, you have different options to consider: the default mode, clone, and cryptedclone.
246
- • The default mode, achieved by using the command `eggs produce`, completely removes user data from the live distribution. This ensures that no private data remains in the live system.
247
-
248
- • The `eggs produce --clone` command allows you to save both user data and system data directly in the generated ISO. This means that if someone obtains a copy of the ISO, they will be able to see and access the
249
- user data directly from the live system. It's important to note that this data is not encrypted, so it may not be suitable if you have sensitive information on your system.
250
-
251
- • On the other hand, the `eggs produce --cryptedclone` command saves the data within the generated ISO using a LUKS (Linux Unified Key Setup) volume. With this option, the user data will not be visible in the live system. However, it can be automatically reinstalled during the system installation process using the "krill" installer. Even if someone has the generated ISO, they won't be able to access the user data without the LUKS passphrase. This ensures that your data remains protected.
248
+ ## System Cloning and Data Handling
249
+ When creating a live distribution of your system using eggs produce, you must decide how to handle user data. You have three primary approaches: Default (Clean), Direct Clone, and Encrypted Clone.
252
250
 
253
- To summarize the available options:
251
+ ### 1. Default Mode (Clean System)
252
+ Command: `eggs produce`
254
253
 
255
- • `eggs produce` (default): All private data is removed from the live system.
254
+ This is the default mode. It completely removes all user data and personal settings from the live distribution.
256
255
 
257
- • `eggs produce --clone`: All user data is included unencrypted directly in the live system.
256
+ Best for: Creating a distributable ISO to share with others or creating a clean "factory reset" image.
258
257
 
259
- • `eggs produce --cryptedclone`: All user data is included encrypted within a LUKS volume inside the ISO.
260
- > [!TIP]
261
- > During the installation process, you can use the "krill" installer to restore your crypted data automatically. By running the command "sudo eggs install" with the "krill" installer, your encrypted data will be securely transferred and made available in the installed system.
258
+ Privacy: Maximum. No private data remains in the live system.
259
+
260
+ ### 2. Clone (Unencrypted)
261
+ Command: `eggs produce --clone`
262
+
263
+ This command creates an exact replica of your current system, saving both system files and user data directly into the ISO.
264
+
265
+ Behavior: If someone obtains this ISO, they can boot it and immediately access your files, browsing history, and settings without a password.
266
+
267
+ Best for: Personal backups where the physical media (USB/DVD) remains in your secure possession.
268
+
269
+ Privacy Warning: Low. Data is not encrypted. Do not share this ISO publicly if it contains sensitive information.
270
+
271
+ ### 3. Encrypted Clone (Secure Backup)
272
+ Commands: `eggs produce --homecrypt` / `eggs produce --fullcrypt`
273
+
274
+ These options save your data within the ISO but protect it inside a LUKS (Linux Unified Key Setup) volume.
275
+
276
+ Behavior: Your user data is included but is not visible or accessible in the live system session. Even if a third party obtains the ISO, they cannot access the data without the LUKS passphrase.
262
277
 
278
+ Best for: Secure backups or transporting your environment across different machines.
279
+
280
+ > [NOTE] Availability and Scope
281
+
282
+ > eggs produce --homecrypt: Available for most distributions using either native penguins-eggs packages or the AppImage. It protects sensitive data under /home and system accounts.
283
+
284
+ > `eggs produce --fullcrypt`: Supported only on Debian Trixie and Devuan Excalibur, and exclusively when using native eggs packages. Unlike homecrypt, this option does not limit protection to /home, but encrypts the entire system.
285
+
286
+ | Command | Data Included? | Encryption | Visible on Live System? | Use Case |
287
+ | :--- | :--- | :--- | :--- | :--- |
288
+ | `eggs produce` | No | N/A | No | Public Distribution / Clean Install |
289
+ | `eggs produce --clone` | **Yes** | No | **Yes** | Personal Unsecured Backup |
290
+ | `eggs produce --homecrypt` | **Yes** (/home) | **Yes (LUKS)** | Yes | Secure Backup of User Data |
291
+ | `eggs produce --fullcrypt` | **Yes** (Full) | **Yes (LUKS)** | Yes | Maximum Security Backup (Debian/Devuan only) |
263
292
 
264
293
  ## Calamares and krill
265
294
  Calamares and Krill are powerful tools in the Eggs project, [calamares](https://calamares.io), offering versatile installation options for Linux systems. The Eggs project was specifically designed to utilize Calamares as the default system installer, providing users with the flexibility to customize their installations using themes. However, Eggs goes beyond Calamares by introducing its own installer called Krill, which focuses on command-line interface (CLI) installations, particularly for server environments.
@@ -513,57 +542,9 @@ sudo eggs produce --max
513
542
  > 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.
514
543
  # Commands
515
544
  <!-- commands -->
516
- * [`eggs adapt`](#eggs-adapt)
517
545
  * [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
518
- * [`eggs calamares`](#eggs-calamares)
519
- * [`eggs config`](#eggs-config)
520
- * [`eggs cuckoo`](#eggs-cuckoo)
521
- * [`eggs dad`](#eggs-dad)
522
- * [`eggs export appimage`](#eggs-export-appimage)
523
- * [`eggs export iso`](#eggs-export-iso)
524
- * [`eggs export pkg`](#eggs-export-pkg)
525
- * [`eggs export tarballs`](#eggs-export-tarballs)
526
546
  * [`eggs help [COMMAND]`](#eggs-help-command)
527
- * [`eggs kill`](#eggs-kill)
528
- * [`eggs krill`](#eggs-krill)
529
- * [`eggs love`](#eggs-love)
530
- * [`eggs mom`](#eggs-mom)
531
- * [`eggs produce`](#eggs-produce)
532
- * [`eggs setup install`](#eggs-setup-install)
533
- * [`eggs setup purge`](#eggs-setup-purge)
534
- * [`eggs status`](#eggs-status)
535
- * [`eggs tools clean`](#eggs-tools-clean)
536
- * [`eggs tools repo`](#eggs-tools-repo)
537
- * [`eggs tools skel`](#eggs-tools-skel)
538
- * [`eggs tools stat`](#eggs-tools-stat)
539
- * [`eggs tools yolk`](#eggs-tools-yolk)
540
- * [`eggs update`](#eggs-update)
541
547
  * [`eggs version`](#eggs-version)
542
- * [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
543
- * [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
544
- * [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
545
- * [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
546
-
547
- ## `eggs adapt`
548
-
549
- adapt monitor resolution for VM only
550
-
551
- ```
552
- USAGE
553
- $ eggs adapt [-h] [-v]
554
-
555
- FLAGS
556
- -h, --help Show CLI help.
557
- -v, --verbose
558
-
559
- DESCRIPTION
560
- adapt monitor resolution for VM only
561
-
562
- EXAMPLES
563
- $ eggs adapt
564
- ```
565
-
566
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/adapt.ts)_
567
548
 
568
549
  ## `eggs autocomplete [SHELL]`
569
550
 
@@ -596,218 +577,6 @@ EXAMPLES
596
577
 
597
578
  _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_
598
579
 
599
- ## `eggs calamares`
600
-
601
- a GUI system installer - install and configure calamares
602
-
603
- ```
604
- USAGE
605
- $ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
606
-
607
- FLAGS
608
- -h, --help Show CLI help.
609
- -i, --install install calamares and its dependencies
610
- -n, --nointeractive no user interaction
611
- -p, --policies configure calamares policies
612
- -r, --release release: remove calamares and all its dependencies after the installation
613
- -v, --verbose
614
- --remove remove calamares and its dependencies
615
- --theme=<value> theme/branding for eggs and calamares
616
-
617
- DESCRIPTION
618
- a GUI system installer - install and configure calamares
619
-
620
- EXAMPLES
621
- sudo eggs calamares
622
-
623
- sudo eggs calamares --install
624
-
625
- sudo eggs calamares --install --theme=/path/to/theme
626
-
627
- sudo eggs calamares --remove
628
- ```
629
-
630
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/calamares.ts)_
631
-
632
- ## `eggs config`
633
-
634
- Configure eggs to run it
635
-
636
- ```
637
- USAGE
638
- $ eggs config [-c] [-h] [-n] [-v]
639
-
640
- FLAGS
641
- -c, --clean remove old configuration before to create new one
642
- -h, --help Show CLI help.
643
- -n, --nointeractive no user interaction
644
- -v, --verbose verbose
645
-
646
- DESCRIPTION
647
- Configure eggs to run it
648
-
649
- EXAMPLES
650
- sudo eggs config
651
-
652
- sudo eggs config --clean
653
-
654
- sudo eggs config --clean --nointeractive
655
- ```
656
-
657
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/config.ts)_
658
-
659
- ## `eggs cuckoo`
660
-
661
- PXE start with proxy-dhcp
662
-
663
- ```
664
- USAGE
665
- $ eggs cuckoo [-h] [-v]
666
-
667
- FLAGS
668
- -h, --help Show CLI help.
669
- -v, --verbose verbose
670
-
671
- DESCRIPTION
672
- PXE start with proxy-dhcp
673
-
674
- EXAMPLES
675
- sudo eggs cuckoo
676
- ```
677
-
678
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/cuckoo.ts)_
679
-
680
- ## `eggs dad`
681
-
682
- ask help from daddy - TUI configuration helper
683
-
684
- ```
685
- USAGE
686
- $ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
687
-
688
- FLAGS
689
- -c, --clean remove old configuration before to create
690
- -d, --default reset to default values
691
- -f, --file=<value> use a file configuration custom
692
- -h, --help Show CLI help.
693
- -n, --nointeractive no user interaction
694
- -v, --verbose
695
-
696
- DESCRIPTION
697
- ask help from daddy - TUI configuration helper
698
-
699
- EXAMPLES
700
- sudo dad
701
-
702
- sudo dad --clean
703
-
704
- sudo dad --default
705
- ```
706
-
707
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/dad.ts)_
708
-
709
- ## `eggs export appimage`
710
-
711
- export penguins-eggs AppImage to the destination host
712
-
713
- ```
714
- USAGE
715
- $ eggs export appimage [-c] [-h] [-v]
716
-
717
- FLAGS
718
- -c, --clean remove old .AppImage before to copy
719
- -h, --help Show CLI help.
720
- -v, --verbose verbose
721
-
722
- DESCRIPTION
723
- export penguins-eggs AppImage to the destination host
724
-
725
- EXAMPLES
726
- $ eggs export pkg
727
-
728
- $ eggs export pkg --clean
729
-
730
- $ eggs export pkg --all
731
- ```
732
-
733
- _See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/appimage.ts)_
734
-
735
- ## `eggs export iso`
736
-
737
- export remastered ISO in the destination host
738
-
739
- ```
740
- USAGE
741
- $ eggs export iso [-C] [-c] [-h] [-v]
742
-
743
- FLAGS
744
- -C, --checksum export checksums md5 and sha256
745
- -c, --clean delete old ISOs before to copy
746
- -h, --help Show CLI help.
747
- -v, --verbose verbose
748
-
749
- DESCRIPTION
750
- export remastered ISO in the destination host
751
-
752
- EXAMPLES
753
- $ eggs export iso
754
-
755
- $ eggs export iso --clean
756
- ```
757
-
758
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/iso.ts)_
759
-
760
- ## `eggs export pkg`
761
-
762
- export penguins-eggs package to the destination host
763
-
764
- ```
765
- USAGE
766
- $ eggs export pkg [-a] [-c] [-h] [-v]
767
-
768
- FLAGS
769
- -a, --all export all archs
770
- -c, --clean remove old .deb before to copy
771
- -h, --help Show CLI help.
772
- -v, --verbose verbose
773
-
774
- DESCRIPTION
775
- export penguins-eggs package to the destination host
776
-
777
- EXAMPLES
778
- $ eggs export pkg
779
-
780
- $ eggs export pkg --clean
781
-
782
- $ eggs export pkg --all
783
- ```
784
-
785
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/pkg.ts)_
786
-
787
- ## `eggs export tarballs`
788
-
789
- export pkg/iso/tarballs to the destination host
790
-
791
- ```
792
- USAGE
793
- $ eggs export tarballs [-c] [-h] [-v]
794
-
795
- FLAGS
796
- -c, --clean remove old .deb before to copy
797
- -h, --help Show CLI help.
798
- -v, --verbose verbose
799
-
800
- DESCRIPTION
801
- export pkg/iso/tarballs to the destination host
802
-
803
- EXAMPLES
804
- $ eggs export tarballs
805
-
806
- $ eggs export tarballs --clean
807
- ```
808
-
809
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/export/tarballs.ts)_
810
-
811
580
  ## `eggs help [COMMAND]`
812
581
 
813
582
  Display help for eggs.
@@ -828,372 +597,6 @@ DESCRIPTION
828
597
 
829
598
  _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
830
599
 
831
- ## `eggs kill`
832
-
833
- kill the eggs/free the nest
834
-
835
- ```
836
- USAGE
837
- $ eggs kill [-h] [-i] [-n] [-v]
838
-
839
- FLAGS
840
- -h, --help Show CLI help.
841
- -i, --isos erase all ISOs on remote mount
842
- -n, --nointeractive no user interaction
843
- -v, --verbose verbose
844
-
845
- DESCRIPTION
846
- kill the eggs/free the nest
847
-
848
- EXAMPLES
849
- sudo eggs kill
850
- ```
851
-
852
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/kill.ts)_
853
-
854
- ## `eggs krill`
855
-
856
- a TUI system installer - install the system
857
-
858
- ```
859
- USAGE
860
- $ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
861
- [-u] [-v]
862
-
863
- FLAGS
864
- -H, --halt Halt the system after installation
865
- -N, --none Swap none: 256M
866
- -R, --replace=<value> Replace partition. eg: --replace /dev/sda3
867
- -S, --suspend Swap suspend: RAM x 2
868
- -b, --btrfs Format btrfs
869
- -c, --chroot chroot before to end
870
- -d, --domain=<value> Domain name, defult: .local
871
- -h, --help Show CLI help.
872
- -i, --ip hostname as ip, eg: ip-192-168-1-33
873
- -k, --crypted Crypted CLI installation
874
- -n, --nointeractive no user interaction
875
- -p, --pve Proxmox VE install
876
- -r, --random Add random to hostname, eg: colibri-ay412dt
877
- -s, --small Swap small: RAM
878
- -t, --testing Just testing krill
879
- -u, --unattended Unattended installation
880
- -v, --verbose Verbose
881
-
882
- DESCRIPTION
883
- a TUI system installer - install the system
884
-
885
- EXAMPLES
886
- sudo eggs install
887
-
888
- sudo eggs install --unattended --halt
889
-
890
- sudo eggs install --chroot
891
- ```
892
-
893
- _See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/krill.ts)_
894
-
895
- ## `eggs love`
896
-
897
- the simplest way to get an egg!
898
-
899
- ```
900
- USAGE
901
- $ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
902
-
903
- FLAGS
904
- -H, --hidden stealth mode
905
- -c, --clone clone (uncrypted)
906
- -f, --fullcrypt clone crypted full
907
- -h, --help Show CLI help.
908
- -k, --homecrypt clone crypted home
909
- -n, --nointeractive no user interaction
910
- -v, --verbose
911
-
912
- DESCRIPTION
913
- the simplest way to get an egg!
914
-
915
- EXAMPLES
916
- $ eggs auto
917
- ```
918
-
919
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/love.ts)_
920
-
921
- ## `eggs mom`
922
-
923
- ask help from mommy - TUI helper
924
-
925
- ```
926
- USAGE
927
- $ eggs mom [-h]
928
-
929
- FLAGS
930
- -h, --help Show CLI help.
931
-
932
- DESCRIPTION
933
- ask help from mommy - TUI helper
934
-
935
- EXAMPLES
936
- $ eggs mom
937
- ```
938
-
939
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/mom.ts)_
940
-
941
- ## `eggs produce`
942
-
943
- produce a live image from your system
944
-
945
- ```
946
- USAGE
947
- $ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
948
- [-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
949
- [-y]
950
-
951
- FLAGS
952
- -H, --hidden stealth mode
953
- -K, --kernel=<value> kernel version
954
- -N, --noicon no icon eggs on desktop
955
- -P, --prefix=<value> prefix
956
- -S, --standard standard compression: xz -b 1M
957
- -c, --clone clone (uncrypted)
958
- -f, --fullcrypt clone crypted full
959
- -h, --help Show CLI help.
960
- -i, --includeRootHome folder /root is included on live
961
- -k, --homecrypt clone crypted home
962
- -m, --max max compression: xz -Xbcj ...
963
- -n, --nointeractive no user interaction
964
- -p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
965
- -s, --script script mode. Generate scripts to manage iso build
966
- -v, --verbose verbose
967
- -y, --yolk force yolk renew
968
- --addons=<value>... addons to be used: adapt, pve, rsupport
969
- --basename=<value> basename
970
- --excludes=<value>... use: static, homes, home
971
- --links=<value>... desktop links
972
- --release release: remove penguins-eggs, calamares and dependencies after installation
973
- --theme=<value> theme for livecd, calamares branding and partitions
974
-
975
- DESCRIPTION
976
- produce a live image from your system
977
-
978
- EXAMPLES
979
- sudo eggs produce # zstd fast compression
980
-
981
- sudo eggs produce --pendrive # zstd compression optimized pendrive
982
-
983
- sudo eggs produce --clone # clear clone (unencrypted)
984
-
985
- sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
986
-
987
- sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
988
-
989
- sudo eggs produce --basename=colibri
990
- ```
991
-
992
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/produce.ts)_
993
-
994
- ## `eggs setup install`
995
-
996
- Automatically check and install system prerequisites
997
-
998
- ```
999
- USAGE
1000
- $ eggs setup install
1001
-
1002
- DESCRIPTION
1003
- Automatically check and install system prerequisites
1004
-
1005
- EXAMPLES
1006
- $ eggs setup # this help
1007
-
1008
- sudo eggs setup install # install native dependencies, autocomplete, man, etc
1009
-
1010
- sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1011
- ```
1012
-
1013
- _See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/setup/install.ts)_
1014
-
1015
- ## `eggs setup purge`
1016
-
1017
- Automatically check and install system prerequisites
1018
-
1019
- ```
1020
- USAGE
1021
- $ eggs setup purge
1022
-
1023
- DESCRIPTION
1024
- Automatically check and install system prerequisites
1025
-
1026
- EXAMPLES
1027
- $ eggs setup # this help
1028
-
1029
- sudo eggs setup install # install native dependencies, autocomplete, man, etc
1030
-
1031
- sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1032
- ```
1033
-
1034
- _See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/setup/purge.ts)_
1035
-
1036
- ## `eggs status`
1037
-
1038
- informations about eggs status
1039
-
1040
- ```
1041
- USAGE
1042
- $ eggs status [-h] [-v]
1043
-
1044
- FLAGS
1045
- -h, --help Show CLI help.
1046
- -v, --verbose
1047
-
1048
- DESCRIPTION
1049
- informations about eggs status
1050
-
1051
- EXAMPLES
1052
- $ eggs status
1053
- ```
1054
-
1055
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/status.ts)_
1056
-
1057
- ## `eggs tools clean`
1058
-
1059
- clean system log, apt, etc
1060
-
1061
- ```
1062
- USAGE
1063
- $ eggs tools clean [-h] [-n] [-v]
1064
-
1065
- FLAGS
1066
- -h, --help Show CLI help.
1067
- -n, --nointeractive no user interaction
1068
- -v, --verbose verbose
1069
-
1070
- DESCRIPTION
1071
- clean system log, apt, etc
1072
-
1073
- EXAMPLES
1074
- sudo eggs tools clean
1075
- ```
1076
-
1077
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/clean.ts)_
1078
-
1079
- ## `eggs tools repo`
1080
-
1081
- add/remove penguins-repos
1082
-
1083
- ```
1084
- USAGE
1085
- $ eggs tools repo [-a] [-h] [-n] [-r] [-v]
1086
-
1087
- FLAGS
1088
- -a, --add add penguins-repos
1089
- -h, --help Show CLI help.
1090
- -n, --nointeractive no user interaction
1091
- -r, --remove remove penguins-repos
1092
- -v, --verbose verbose
1093
-
1094
- DESCRIPTION
1095
- add/remove penguins-repos
1096
-
1097
- EXAMPLES
1098
- sudo eggs tools repo --add
1099
-
1100
- sudo eggs tools repo --remove
1101
- ```
1102
-
1103
- _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/repo.ts)_
1104
-
1105
- ## `eggs tools skel`
1106
-
1107
- update skel from home configuration
1108
-
1109
- ```
1110
- USAGE
1111
- $ eggs tools skel [-h] [-u <value>] [-v]
1112
-
1113
- FLAGS
1114
- -h, --help Show CLI help.
1115
- -u, --user=<value> user to be used
1116
- -v, --verbose
1117
-
1118
- DESCRIPTION
1119
- update skel from home configuration
1120
-
1121
- EXAMPLES
1122
- sudo eggs tools skel
1123
-
1124
- sudo eggs tools skel --user user-to-be-copied
1125
- ```
1126
-
1127
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/skel.ts)_
1128
-
1129
- ## `eggs tools stat`
1130
-
1131
- get statistics from sourceforge
1132
-
1133
- ```
1134
- USAGE
1135
- $ eggs tools stat [-h] [-m] [-y]
1136
-
1137
- FLAGS
1138
- -h, --help Show CLI help.
1139
- -m, --month current month
1140
- -y, --year current year
1141
-
1142
- DESCRIPTION
1143
- get statistics from sourceforge
1144
-
1145
- EXAMPLES
1146
- $ eggs tools stat
1147
-
1148
- $ eggs tools stat --month
1149
-
1150
- $ eggs tools stat --year
1151
- ```
1152
-
1153
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/stat.ts)_
1154
-
1155
- ## `eggs tools yolk`
1156
-
1157
- configure eggs to install without internet
1158
-
1159
- ```
1160
- USAGE
1161
- $ eggs tools yolk [-h] [-v]
1162
-
1163
- FLAGS
1164
- -h, --help Show CLI help.
1165
- -v, --verbose
1166
-
1167
- DESCRIPTION
1168
- configure eggs to install without internet
1169
-
1170
- EXAMPLES
1171
- sudo eggs tools yolk
1172
- ```
1173
-
1174
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/tools/yolk.ts)_
1175
-
1176
- ## `eggs update`
1177
-
1178
- update the Penguins' eggs tool
1179
-
1180
- ```
1181
- USAGE
1182
- $ eggs update [-h] [-v]
1183
-
1184
- FLAGS
1185
- -h, --help Show CLI help.
1186
- -v, --verbose verbose
1187
-
1188
- DESCRIPTION
1189
- update the Penguins' eggs tool
1190
-
1191
- EXAMPLES
1192
- $ eggs update
1193
- ```
1194
-
1195
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/update.ts)_
1196
-
1197
600
  ## `eggs version`
1198
601
 
1199
602
  ```
@@ -1213,122 +616,6 @@ FLAG DESCRIPTIONS
1213
616
  ```
1214
617
 
1215
618
  _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
1216
-
1217
- ## `eggs wardrobe get [REPO]`
1218
-
1219
- get warorobe
1220
-
1221
- ```
1222
- USAGE
1223
- $ eggs wardrobe get [REPO] [-h] [-v]
1224
-
1225
- ARGUMENTS
1226
- [REPO] repository to get
1227
-
1228
- FLAGS
1229
- -h, --help Show CLI help.
1230
- -v, --verbose
1231
-
1232
- DESCRIPTION
1233
- get warorobe
1234
-
1235
- EXAMPLES
1236
- $ eggs wardrobe get
1237
-
1238
- $ eggs wardrobe get your-wardrobe
1239
- ```
1240
-
1241
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/get.ts)_
1242
-
1243
- ## `eggs wardrobe list [REPO]`
1244
-
1245
- list costumes and accessoires in wardrobe
1246
-
1247
- ```
1248
- USAGE
1249
- $ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
1250
-
1251
- ARGUMENTS
1252
- [REPO] wardrobe to get
1253
-
1254
- FLAGS
1255
- -d, --distro=<value> distro
1256
- -h, --help Show CLI help.
1257
- -v, --verbose
1258
-
1259
- DESCRIPTION
1260
- list costumes and accessoires in wardrobe
1261
-
1262
- EXAMPLES
1263
- $ eggs wardrobe list
1264
-
1265
- $ eggs wardrobe list your-wardrobe
1266
-
1267
- $ eggs wardrobe list --distro arch
1268
- ```
1269
-
1270
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/list.ts)_
1271
-
1272
- ## `eggs wardrobe show [REPO]`
1273
-
1274
- show costumes/accessories in wardrobe
1275
-
1276
- ```
1277
- USAGE
1278
- $ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
1279
-
1280
- ARGUMENTS
1281
- [REPO] costume to show
1282
-
1283
- FLAGS
1284
- -h, --help Show CLI help.
1285
- -j, --json output JSON
1286
- -v, --verbose
1287
- -w, --wardrobe=<value> wardrobe
1288
-
1289
- DESCRIPTION
1290
- show costumes/accessories in wardrobe
1291
-
1292
- EXAMPLES
1293
- $ eggs wardrobe show colibri
1294
-
1295
- $ eggs wardrobe show accessories/firmwares
1296
-
1297
- $ eggs wardrobe show accessories/
1298
- ```
1299
-
1300
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/show.ts)_
1301
-
1302
- ## `eggs wardrobe wear [REPO]`
1303
-
1304
- wear costume/accessories from wardrobe
1305
-
1306
- ```
1307
- USAGE
1308
- $ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
1309
-
1310
- ARGUMENTS
1311
- [REPO] costume to wear
1312
-
1313
- FLAGS
1314
- -a, --no_accessories not install accessories
1315
- -f, --no_firmwares not install firmwares
1316
- -h, --help Show CLI help.
1317
- -v, --verbose
1318
- -w, --wardrobe=<value> wardrobe
1319
-
1320
- DESCRIPTION
1321
- wear costume/accessories from wardrobe
1322
-
1323
- EXAMPLES
1324
- sudo eggs wardrobe wear duck
1325
-
1326
- sudo eggs wardrobe wear accessories/firmwares
1327
-
1328
- sudo eggs wardrobe wear wagtail/waydroid
1329
- ```
1330
-
1331
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.7/src/commands/wardrobe/wear.ts)_
1332
619
  <!-- commandsstop -->
1333
620
 
1334
621
  # GUI