penguins-eggs 25.11.29 → 25.12.15

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 (121) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +118 -127
  3. package/README.pdf +10950 -11893
  4. package/addons/eggs/theme/livecd/simple.grub.main.cfg +3 -3
  5. package/conf/derivatives.yaml +2 -1
  6. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  7. package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  8. package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  9. package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +2 -1
  10. package/conf/distros/noble/calamares/settings.yml +1 -0
  11. package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +1 -1
  12. package/conf/exclude.list.d/var.list +11 -6
  13. package/dist/appimage/dependency-manager.js +1 -1
  14. package/dist/classes/cli-autologin.d.ts +37 -4
  15. package/dist/classes/cli-autologin.js +153 -115
  16. package/dist/classes/compressors.d.ts +7 -10
  17. package/dist/classes/compressors.js +44 -31
  18. package/dist/classes/daddy.js +4 -1
  19. package/dist/classes/distro.js +2 -2
  20. package/dist/classes/diversions.js +2 -3
  21. package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +3 -5
  22. package/dist/classes/incubation/fisherman-helper/initcpio.js +28 -20
  23. package/dist/classes/incubation/fisherman-helper/settings.js +1 -1
  24. package/dist/classes/incubation/fisherman.js +1 -1
  25. package/dist/classes/incubation/incubator.d/manjaro.js +1 -0
  26. package/dist/classes/incubation/incubator.js +1 -1
  27. package/dist/classes/ovary.d/create-xdg-autostart.js +1 -1
  28. package/dist/classes/ovary.d/edit-live-fs.d.ts +2 -13
  29. package/dist/classes/ovary.d/edit-live-fs.js +33 -146
  30. package/dist/classes/ovary.d/fertilization.js +1 -1
  31. package/dist/classes/ovary.d/luks-home.js +33 -19
  32. package/dist/classes/ovary.d/luks-root.d.ts +1 -2
  33. package/dist/classes/ovary.d/luks-root.js +46 -27
  34. package/dist/classes/ovary.d/luks-shrink.d.ts +14 -0
  35. package/dist/classes/ovary.d/luks-shrink.js +86 -0
  36. package/dist/classes/ovary.d/make-dot-disk.js +1 -1
  37. package/dist/classes/ovary.d/produce.js +64 -22
  38. package/dist/classes/ovary.d/user-create-live.d.ts +4 -10
  39. package/dist/classes/ovary.d/user-create-live.js +82 -84
  40. package/dist/classes/ovary.d/users-remove.d.ts +5 -6
  41. package/dist/classes/ovary.d/users-remove.js +61 -31
  42. package/dist/classes/ovary.d.ts +5 -3
  43. package/dist/classes/ovary.js +5 -3
  44. package/dist/classes/pacman.d/alpine.js +2 -2
  45. package/dist/classes/pacman.d/archlinux.js +2 -2
  46. package/dist/classes/pacman.d/debian.js +2 -3
  47. package/dist/classes/pacman.d/fedora.js +2 -3
  48. package/dist/classes/pacman.d/openmamba.js +2 -3
  49. package/dist/classes/pacman.d/opensuse.js +2 -3
  50. package/dist/classes/pacman.d.ts +0 -5
  51. package/dist/classes/pacman.js +3 -16
  52. package/dist/classes/pve-live.js +1 -1
  53. package/dist/classes/settings.js +1 -1
  54. package/dist/classes/sys-users.d.ts +76 -0
  55. package/dist/classes/sys-users.js +206 -0
  56. package/dist/classes/utils.d/kernel.js +3 -3
  57. package/dist/classes/utils.d.ts +15 -6
  58. package/dist/classes/utils.js +80 -47
  59. package/dist/classes/xdg.js +1 -1
  60. package/dist/classes/yolk.js +3 -5
  61. package/dist/commands/export/appimage.js +3 -3
  62. package/dist/commands/export/pkg.js +3 -3
  63. package/dist/commands/export/tarballs.js +3 -3
  64. package/dist/commands/krill.js +1 -1
  65. package/dist/commands/produce.js +14 -5
  66. package/dist/commands/setup/install.js +1 -1
  67. package/dist/commands/setup/purge.js +1 -1
  68. package/dist/commands/tools/yolk.js +1 -1
  69. package/dist/commands/update.js +1 -2
  70. package/dist/interfaces/calamares/i-calamares-branding.d.ts +56 -38
  71. package/dist/interfaces/calamares/i-calamares-branding.js +10 -0
  72. package/dist/interfaces/i-exec.d.ts +1 -0
  73. package/dist/krill/classes/prepare.d/location.js +1 -1
  74. package/dist/krill/classes/prepare.d/partitions.js +1 -1
  75. package/dist/krill/classes/prepare.d/users.js +2 -2
  76. package/dist/krill/classes/prepare.js +5 -5
  77. package/dist/krill/classes/sequence.d/add_user.d.ts +3 -15
  78. package/dist/krill/classes/sequence.d/add_user.js +87 -57
  79. package/dist/krill/classes/sequence.d/change_password.d.ts +5 -7
  80. package/dist/krill/classes/sequence.d/change_password.js +25 -10
  81. package/dist/krill/classes/sequence.d/del_live_user.d.ts +5 -7
  82. package/dist/krill/classes/sequence.d/del_live_user.js +39 -25
  83. package/dist/krill/classes/sequence.d/fstab.js +2 -2
  84. package/dist/krill/classes/sequence.d/grubcfg.d.ts +3 -7
  85. package/dist/krill/classes/sequence.d/grubcfg.js +33 -13
  86. package/dist/krill/classes/sequence.d/mkfs.js +2 -3
  87. package/dist/krill/classes/sequence.d/unpackfs.d.ts +2 -4
  88. package/dist/krill/classes/sequence.d/unpackfs.js +8 -5
  89. package/dist/krill/classes/sequence.d.ts +1 -5
  90. package/dist/krill/classes/sequence.js +28 -32
  91. package/dist/krill/components/finished.js +2 -2
  92. package/dist/krill/components/install.js +2 -2
  93. package/dist/krill/components/keyboard.js +2 -2
  94. package/dist/krill/components/location.js +2 -2
  95. package/dist/krill/components/network.js +2 -2
  96. package/dist/krill/components/partitions.js +2 -2
  97. package/dist/krill/components/summary.js +2 -2
  98. package/dist/krill/components/title.js +2 -2
  99. package/dist/krill/components/users.js +2 -2
  100. package/dist/krill/components/welcome.js +2 -2
  101. package/dist/krill/lib/select_installation_device.js +1 -1
  102. package/dist/krill/lib/select_replaced_partition.js +1 -1
  103. package/dist/lib/utils.d.ts +52 -19
  104. package/dist/lib/utils.js +271 -20
  105. package/manpages/doc/man/eggs.1.gz +0 -0
  106. package/manpages/doc/man/eggs.html +8 -8
  107. package/package.json +9 -9
  108. package/perrisbrewery/template/dependencies.yaml +1 -0
  109. package/scripts/boot-encrypted-root.sh +220 -0
  110. package/scripts/mount-encrypted-home.sh +324 -0
  111. package/scripts/restore_homecrypt_krill.sh +93 -0
  112. package/dracut/create-symlink +0 -71
  113. package/dracut/dracut-log.txt +0 -3
  114. package/dracut/export +0 -4
  115. package/dracut/export-dracut-analysis +0 -51
  116. package/dracut/export-dracut-log +0 -2
  117. package/dracut/mkisofs +0 -10
  118. package/dracut/renew-initramfs +0 -17
  119. package/dracut/sbin2bin +0 -10
  120. package/dracut/update-dracut-conf-d +0 -2
  121. package/dracut/update-dracut-modules +0 -62
@@ -1570,5 +1570,5 @@
1570
1570
  ]
1571
1571
  }
1572
1572
  },
1573
- "version": "25.11.29"
1573
+ "version": "25.12.15"
1574
1574
  }
package/README.md CHANGED
@@ -61,12 +61,27 @@ Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu,
61
61
  ## AppImage
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
- 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
64
 
66
- The AppImage will be be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
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
+
67
+ The AppImage will be automatically configured and renamed as `/usr/bin/eggs`. It's ready to use!
67
68
 
68
69
  `eggs love` to get your system remastered as live ISO.
69
70
 
71
+ ## Before trying the AppImage, depending on your distro, you need to install these packages:
72
+ * Alpine: `sudo apk add fuse`
73
+ * Arch/Manjaro: `sudo pacman -S fuse2`
74
+ * Debian/Devuan/Ubuntu: `sudo apt-get install fuse libfuse2`
75
+ * Fedora/RHEL: `sudo dnf install fuse fuse-libs`
76
+ * Opensuse: `sudo zypper install fuse fuse-libs`
77
+
78
+ ## AppImage installation
79
+ penguins-eggs as an AppImage, it can be installed on all supported distributions. Download it from [github.com/pieroproietti](https://github.com/pieroproietti/penguins-eggs/releases) or on [appimage.github.io](https://appimage.github.io/penguins-eggs), then run the following commands:
80
+ ```
81
+ $ chmod +x penguins-eggs-25.11.29-1-x86_64.AppImage
82
+ $ sudo ./penguins-eggs-25.11.29-1-x86_64.AppImage
83
+ ```
84
+
70
85
  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
86
 
72
87
  ## Native packages
@@ -86,13 +101,17 @@ sudo ./fresh-eggs.sh
86
101
  ```
87
102
  And follow instructions.
88
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
+
89
108
  ### Manual installation
90
109
 
91
110
  ### AlmaLinux, RockyLinux
92
111
  Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://penguins-eggs.net/basket/index.php/packages/el9) are availables.
93
112
 
94
113
  ### AlpineLinux
95
- 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/).
96
115
 
97
116
  ### Arch
98
117
  Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
@@ -226,25 +245,50 @@ Furthermore, addons, predominantly themes, have been organized under the vendor'
226
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).
227
246
 
228
247
 
229
- ## Clone/Cryptedclone
230
- When creating a live distribution of your system, you have different options to consider: the default mode, clone, and cryptedclone.
231
- • 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.
232
-
233
- • 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
234
- 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.
235
-
236
- • 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.
237
250
 
238
- To summarize the available options:
251
+ ### 1. Default Mode (Clean System)
252
+ Command: `eggs produce`
239
253
 
240
- • `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.
241
255
 
242
- • `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.
243
257
 
244
- • `eggs produce --cryptedclone`: All user data is included encrypted within a LUKS volume inside the ISO.
245
- > [!TIP]
246
- > 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.
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.
247
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) |
248
292
 
249
293
  ## Calamares and krill
250
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.
@@ -498,89 +542,36 @@ sudo eggs produce --max
498
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.
499
543
  # Commands
500
544
  <!-- commands -->
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)
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)
584
575
 
585
576
  ## `eggs adapt`
586
577
 
@@ -601,7 +592,7 @@ EXAMPLES
601
592
  $ eggs adapt
602
593
  ```
603
594
 
604
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/adapt.ts)_
595
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/adapt.ts)_
605
596
 
606
597
  ## `eggs autocomplete [SHELL]`
607
598
 
@@ -665,7 +656,7 @@ EXAMPLES
665
656
  sudo eggs calamares --remove
666
657
  ```
667
658
 
668
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/calamares.ts)_
659
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/calamares.ts)_
669
660
 
670
661
  ## `eggs config`
671
662
 
@@ -692,7 +683,7 @@ EXAMPLES
692
683
  sudo eggs config --clean --nointeractive
693
684
  ```
694
685
 
695
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/config.ts)_
686
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/config.ts)_
696
687
 
697
688
  ## `eggs cuckoo`
698
689
 
@@ -713,7 +704,7 @@ EXAMPLES
713
704
  sudo eggs cuckoo
714
705
  ```
715
706
 
716
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/cuckoo.ts)_
707
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/cuckoo.ts)_
717
708
 
718
709
  ## `eggs dad`
719
710
 
@@ -742,7 +733,7 @@ EXAMPLES
742
733
  sudo dad --default
743
734
  ```
744
735
 
745
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/dad.ts)_
736
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/dad.ts)_
746
737
 
747
738
  ## `eggs export appimage`
748
739
 
@@ -768,7 +759,7 @@ EXAMPLES
768
759
  $ eggs export pkg --all
769
760
  ```
770
761
 
771
- _See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/appimage.ts)_
762
+ _See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/export/appimage.ts)_
772
763
 
773
764
  ## `eggs export iso`
774
765
 
@@ -793,7 +784,7 @@ EXAMPLES
793
784
  $ eggs export iso --clean
794
785
  ```
795
786
 
796
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/iso.ts)_
787
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/export/iso.ts)_
797
788
 
798
789
  ## `eggs export pkg`
799
790
 
@@ -820,7 +811,7 @@ EXAMPLES
820
811
  $ eggs export pkg --all
821
812
  ```
822
813
 
823
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/pkg.ts)_
814
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/export/pkg.ts)_
824
815
 
825
816
  ## `eggs export tarballs`
826
817
 
@@ -844,7 +835,7 @@ EXAMPLES
844
835
  $ eggs export tarballs --clean
845
836
  ```
846
837
 
847
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/export/tarballs.ts)_
838
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/export/tarballs.ts)_
848
839
 
849
840
  ## `eggs help [COMMAND]`
850
841
 
@@ -887,7 +878,7 @@ EXAMPLES
887
878
  sudo eggs kill
888
879
  ```
889
880
 
890
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/kill.ts)_
881
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/kill.ts)_
891
882
 
892
883
  ## `eggs krill`
893
884
 
@@ -928,7 +919,7 @@ EXAMPLES
928
919
  sudo eggs install --chroot
929
920
  ```
930
921
 
931
- _See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/krill.ts)_
922
+ _See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/krill.ts)_
932
923
 
933
924
  ## `eggs love`
934
925
 
@@ -954,7 +945,7 @@ EXAMPLES
954
945
  $ eggs auto
955
946
  ```
956
947
 
957
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/love.ts)_
948
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/love.ts)_
958
949
 
959
950
  ## `eggs mom`
960
951
 
@@ -974,7 +965,7 @@ EXAMPLES
974
965
  $ eggs mom
975
966
  ```
976
967
 
977
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/mom.ts)_
968
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/mom.ts)_
978
969
 
979
970
  ## `eggs produce`
980
971
 
@@ -1027,7 +1018,7 @@ EXAMPLES
1027
1018
  sudo eggs produce --basename=colibri
1028
1019
  ```
1029
1020
 
1030
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/produce.ts)_
1021
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/produce.ts)_
1031
1022
 
1032
1023
  ## `eggs setup install`
1033
1024
 
@@ -1048,7 +1039,7 @@ EXAMPLES
1048
1039
  sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1049
1040
  ```
1050
1041
 
1051
- _See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/setup/install.ts)_
1042
+ _See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/setup/install.ts)_
1052
1043
 
1053
1044
  ## `eggs setup purge`
1054
1045
 
@@ -1069,7 +1060,7 @@ EXAMPLES
1069
1060
  sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
1070
1061
  ```
1071
1062
 
1072
- _See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/setup/purge.ts)_
1063
+ _See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/setup/purge.ts)_
1073
1064
 
1074
1065
  ## `eggs status`
1075
1066
 
@@ -1090,7 +1081,7 @@ EXAMPLES
1090
1081
  $ eggs status
1091
1082
  ```
1092
1083
 
1093
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/status.ts)_
1084
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/status.ts)_
1094
1085
 
1095
1086
  ## `eggs tools clean`
1096
1087
 
@@ -1112,7 +1103,7 @@ EXAMPLES
1112
1103
  sudo eggs tools clean
1113
1104
  ```
1114
1105
 
1115
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/clean.ts)_
1106
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/tools/clean.ts)_
1116
1107
 
1117
1108
  ## `eggs tools repo`
1118
1109
 
@@ -1138,7 +1129,7 @@ EXAMPLES
1138
1129
  sudo eggs tools repo --remove
1139
1130
  ```
1140
1131
 
1141
- _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/repo.ts)_
1132
+ _See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/tools/repo.ts)_
1142
1133
 
1143
1134
  ## `eggs tools skel`
1144
1135
 
@@ -1162,7 +1153,7 @@ EXAMPLES
1162
1153
  sudo eggs tools skel --user user-to-be-copied
1163
1154
  ```
1164
1155
 
1165
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/skel.ts)_
1156
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/tools/skel.ts)_
1166
1157
 
1167
1158
  ## `eggs tools stat`
1168
1159
 
@@ -1188,7 +1179,7 @@ EXAMPLES
1188
1179
  $ eggs tools stat --year
1189
1180
  ```
1190
1181
 
1191
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/stat.ts)_
1182
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/tools/stat.ts)_
1192
1183
 
1193
1184
  ## `eggs tools yolk`
1194
1185
 
@@ -1209,7 +1200,7 @@ EXAMPLES
1209
1200
  sudo eggs tools yolk
1210
1201
  ```
1211
1202
 
1212
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/tools/yolk.ts)_
1203
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/tools/yolk.ts)_
1213
1204
 
1214
1205
  ## `eggs update`
1215
1206
 
@@ -1230,7 +1221,7 @@ EXAMPLES
1230
1221
  $ eggs update
1231
1222
  ```
1232
1223
 
1233
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/update.ts)_
1224
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/update.ts)_
1234
1225
 
1235
1226
  ## `eggs version`
1236
1227
 
@@ -1276,7 +1267,7 @@ EXAMPLES
1276
1267
  $ eggs wardrobe get your-wardrobe
1277
1268
  ```
1278
1269
 
1279
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/get.ts)_
1270
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/wardrobe/get.ts)_
1280
1271
 
1281
1272
  ## `eggs wardrobe list [REPO]`
1282
1273
 
@@ -1305,7 +1296,7 @@ EXAMPLES
1305
1296
  $ eggs wardrobe list --distro arch
1306
1297
  ```
1307
1298
 
1308
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/list.ts)_
1299
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/wardrobe/list.ts)_
1309
1300
 
1310
1301
  ## `eggs wardrobe show [REPO]`
1311
1302
 
@@ -1335,7 +1326,7 @@ EXAMPLES
1335
1326
  $ eggs wardrobe show accessories/
1336
1327
  ```
1337
1328
 
1338
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/show.ts)_
1329
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/wardrobe/show.ts)_
1339
1330
 
1340
1331
  ## `eggs wardrobe wear [REPO]`
1341
1332
 
@@ -1366,7 +1357,7 @@ EXAMPLES
1366
1357
  sudo eggs wardrobe wear wagtail/waydroid
1367
1358
  ```
1368
1359
 
1369
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.11.29/src/commands/wardrobe/wear.ts)_
1360
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.12.15/src/commands/wardrobe/wear.ts)_
1370
1361
  <!-- commandsstop -->
1371
1362
 
1372
1363
  # GUI