penguins-eggs 25.12.16 → 26.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +192 -192
- package/README.md +703 -341
- package/README.pdf +3174 -19913
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
- package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
- package/addons/eggs/theme/applications/install-system.desktop +3 -9
- package/assets/calamares/install-system.sh +23 -22
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +5 -23
- package/assets/penguins-links-add.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev.js +0 -0
- package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +0 -0
- package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +0 -0
- package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +0 -0
- package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +0 -0
- package/conf/distros/noble/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/noble/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-aptsources.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-l10n-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-logs-helper.sh +0 -0
- package/conf/distros/noble/calamares/libexec/calamares-nomodeset.sh +0 -0
- package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
- package/conf/distros/opensuse/calamares/settings.yml +0 -0
- package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
- package/conf/distros/trixie/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
- package/conf/init/unattended.sh +0 -0
- package/dist/bin/dev.js +0 -0
- package/dist/bin/run.js +0 -0
- package/dist/classes/distro.js +2 -1
- package/dist/classes/incubation/incubator.js +21 -8
- package/dist/classes/ovary.d/create-xdg-autostart.d.ts +3 -3
- package/dist/classes/ovary.d/create-xdg-autostart.js +139 -149
- package/dist/classes/ovary.d/produce.js +2 -2
- package/dist/classes/ovary.d/user-create-live.js +6 -1
- package/dist/classes/ovary.d/xorriso-command.js +11 -21
- package/dist/classes/utils.js +3 -0
- package/dist/classes/xdg.d.ts +6 -1
- package/dist/classes/xdg.js +119 -108
- package/dist/commands/export/appimage.js +2 -1
- package/dist/commands/export/pkg.js +16 -8
- package/dist/commands/update.js +1 -1
- package/dist/krill/classes/prepare.d/users.js +6 -6
- package/dist/krill/classes/sequence.js +1 -1
- package/dist/krill/components/users.js +4 -4
- package/dist/krill/lib/get_userfullname.js +1 -1
- package/dist/krill/lib/get_username.js +3 -3
- package/dracut/modules.d/00debug-shell/debug-hook.sh +0 -0
- package/dracut/modules.d/00debug-shell/module-setup.sh +0 -0
- package/dracut/modules.d/90block/block-cmdline.sh +0 -0
- package/dracut/modules.d/90block/module-setup.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan-fallback.sh +0 -0
- package/dracut/modules.d/95iso-scan/iso-scan.sh +0 -0
- package/dracut/modules.d/95iso-scan/module-setup.sh +0 -0
- package/dracut/modules.d/95luks-loop/luks-loop.sh +0 -0
- package/dracut/modules.d/95luks-loop/module-setup.sh +0 -0
- package/eui/eui-autostart-cinnamon.desktop +0 -0
- package/eui/eui-autostart-xfce.desktop +0 -0
- package/eui/eui-create-image.sh +0 -0
- package/eui/eui-start.sh +0 -0
- package/package.json +125 -130
- package/perrisbrewery/scripts/postinst +0 -0
- package/perrisbrewery/scripts/postrm +0 -0
- package/perrisbrewery/scripts/preinst +0 -0
- package/perrisbrewery/scripts/prerm +0 -0
- package/perrisbrewery/template/dependencies.yaml +3 -0
- package/scripts/99clean +0 -0
- package/scripts/adapt.sh +0 -0
- package/scripts/boot-encrypted-root.sh +0 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/lsb_release +0 -0
- package/scripts/mom.sh +0 -0
- package/scripts/mount-encrypted-home.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/restore_homecrypt_krill.sh +0 -0
- package/scripts/resy +0 -0
package/README.md
CHANGED
|
@@ -21,13 +21,12 @@ It took years of work to create the penguins-eggs, and I also incurred expenses
|
|
|
21
21
|
<!-- toc -->
|
|
22
22
|
* [README](#readme)
|
|
23
23
|
* [Penguin's eggs are generated and new birds are ready to fly...](#penguin39s-eggs-are-generated-and-new-birds-are-ready-to-fly)
|
|
24
|
-
* [
|
|
24
|
+
* [penguins-eggs](#penguins-eggs)
|
|
25
25
|
* [Installation](#installation)
|
|
26
|
-
* [Introduction](#introduction)
|
|
27
|
-
* [Technology](#technology)
|
|
28
|
-
* [Features](#features)
|
|
29
|
-
* [Packages](#packages)
|
|
30
26
|
* [Usage](#usage)
|
|
27
|
+
* [The Aviary: Tools & Terminology](#the-aviary-tools--terminology)
|
|
28
|
+
* [Supported Distributions](#supported-distributions)
|
|
29
|
+
* [Links & Documentation](#links--documentation)
|
|
31
30
|
* [Commands](#commands)
|
|
32
31
|
* [GUI](#gui)
|
|
33
32
|
* [Book](#book)
|
|
@@ -42,580 +41,943 @@ It took years of work to create the penguins-eggs, and I also incurred expenses
|
|
|
42
41
|
- [FAQ](https://penguins-eggs.net/docs/faq)
|
|
43
42
|
- [Changelog](https://github.com/pieroproietti/penguins-eggs/blob/master/CHANGELOG.md#changelog)
|
|
44
43
|
|
|
45
|
-
# Presentation
|
|
46
|
-
**penguins-eggs** is a system cloning and distribution remastering tool primarily designed for Linux distributions.
|
|
47
44
|
|
|
48
|
-
|
|
45
|
+
# penguins-eggs
|
|
49
46
|
|
|
50
|
-
|
|
47
|
+
**penguins-eggs** (or simply `eggs`) is a console tool that allows you to remaster your system and redistribute it as live images on USB sticks or via PXE.
|
|
51
48
|
|
|
52
|
-
|
|
49
|
+
Think of it as a way to "hatch" a new system from an existing one. It is a system cloning and distribution remastering tool primarily designed for Linux. It allows users to create customized live ISO images or backups of a Linux system, replicating the setup easily.
|
|
53
50
|
|
|
54
|
-
|
|
51
|
+
### Key Capabilities
|
|
55
52
|
|
|
56
|
-
*
|
|
53
|
+
* **Distribution Remastering:** Craft your own Linux distro (or a spin of an existing one). Tweak an existing system, strip or add components, and package it as a new ISO.
|
|
54
|
+
* **System Backup & Cloning:** Create a snapshot of your current system, including installed packages and configurations.
|
|
55
|
+
* **Distro-Agnostic:** Works across **Debian, Devuan, Ubuntu, Arch, Fedora, AlmaLinux, Rocky, OpenSuSE, and Alpine**.
|
|
56
|
+
* **Fast & Efficient:** Uses `livefs` and `zstd` compression (up to 10x faster) to avoid copying the entire filesystem.
|
|
57
|
+
* **Secure:** Supports LUKS encryption for user data within the ISO.
|
|
57
58
|
|
|
58
|
-
|
|
59
|
+
---
|
|
59
60
|
|
|
60
61
|
# Installation
|
|
61
|
-
## AppImage
|
|
62
|
-
[](https://github.com/pieroproietti/penguins-eggs/releases)
|
|
63
62
|
|
|
63
|
+
There are three main ways to install `eggs`. Choose the one that fits your workflow.
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
### Method 1: The "Fresh Eggs" Script (Recommended)
|
|
66
|
+
This is the most practical way suitable for all [supported distros](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md). It automatically configures necessary repositories (like NodeSource) and installs dependencies.
|
|
66
67
|
|
|
67
|
-
|
|
68
|
+
```bash
|
|
69
|
+
git clone [https://github.com/pieroproietti/fresh-eggs](https://github.com/pieroproietti/fresh-eggs)
|
|
70
|
+
cd fresh-eggs
|
|
71
|
+
sudo ./fresh-eggs.sh
|
|
72
|
+
```
|
|
68
73
|
|
|
69
|
-
|
|
74
|
+
### Method 2: AppImage (Universal)
|
|
75
|
+
Download the latest AppImage from [Releases](https://github.com/pieroproietti/penguins-eggs/releases).
|
|
70
76
|
|
|
71
|
-
|
|
72
|
-
*
|
|
73
|
-
* Arch
|
|
74
|
-
*
|
|
75
|
-
* Fedora/RHEL: `sudo dnf install fuse fuse-libs`
|
|
76
|
-
* Opensuse: `sudo zypper install fuse fuse-libs`
|
|
77
|
+
**Prerequisites:** Depending on your distro, you may need FUSE:
|
|
78
|
+
* **Debian/Ubuntu:** `sudo apt-get install fuse libfuse2`
|
|
79
|
+
* **Arch:** `sudo pacman -S fuse2`
|
|
80
|
+
* **Fedora:** `sudo dnf install fuse fuse-libs`
|
|
77
81
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
$ sudo ./penguins-eggs-25.11.29-1-x86_64.AppImage
|
|
82
|
+
**Run:**
|
|
83
|
+
```bash
|
|
84
|
+
chmod +x penguins-eggs-*.AppImage
|
|
85
|
+
sudo ./penguins-eggs-*.AppImage
|
|
83
86
|
```
|
|
87
|
+
*The AppImage will automatically configure itself as `/usr/bin/eggs`.*
|
|
84
88
|
|
|
85
|
-
|
|
89
|
+
### Method 3: Native Packages
|
|
90
|
+
If you prefer native package managers, specific repositories are available.
|
|
86
91
|
|
|
87
|
-
|
|
88
|
-
|
|
92
|
+
| Family | Instructions |
|
|
93
|
+
| :--- | :--- |
|
|
94
|
+
| **Debian/Ubuntu** | [Install Guide](https://github.com/pieroproietti/penguins-eggs/blob/master/DOCS/INSTALL-DEBIAN-DEVUAN-UBUNTU.md) / [PPA Info](https://pieroproietti.github.io/penguins-eggs-ppa) |
|
|
95
|
+
| **Arch/Manjaro** | Available in **AUR** and **Manjaro Community**. Use `yay penguins-eggs` or `pamac install penguins-eggs`. |
|
|
96
|
+
| **Fedora/RHEL** | [Fedora Guide](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) |
|
|
97
|
+
| **Alpine** | Available in the [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) repo. |
|
|
89
98
|
|
|
90
|
-
|
|
91
|
-
`penguins-eggs-25.7.x` depends on `nodejs >18`, which is not directly available on all distros. We can rely on [nodesource](https://github.com/nodesource/distributions?tab=readme-ov-file#debian-and-ubuntu-based-distributions) for adding them.
|
|
99
|
+
---
|
|
92
100
|
|
|
93
|
-
|
|
94
|
-
It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md).
|
|
101
|
+
# Usage
|
|
95
102
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
103
|
+
Once installed, simply run `eggs` to see the available commands.
|
|
104
|
+
|
|
105
|
+
### Basic: Create a Clean ISO
|
|
106
|
+
This creates a distributable live ISO *without* user data. Perfect for sharing your custom distro.
|
|
107
|
+
```bash
|
|
108
|
+
sudo eggs produce
|
|
101
109
|
```
|
|
102
|
-
And follow instructions.
|
|
103
110
|
|
|
104
|
-
###
|
|
105
|
-
|
|
111
|
+
### Cloning: Backup Your System
|
|
112
|
+
To keep your user data, configurations, and files:
|
|
106
113
|
|
|
114
|
+
| Goal | Command | Description |
|
|
115
|
+
| :--- | :--- | :--- |
|
|
116
|
+
| **Standard Clone** | `eggs produce --clone` | Copies user data unencrypted. **Do not share publicly.** |
|
|
117
|
+
| **Home Encryption** | `eggs produce --homecrypt` | Encrypts `/home` data inside the ISO using LUKS. |
|
|
118
|
+
| **Full Encryption** | `eggs produce --fullcrypt` | Encrypts the entire system (Debian/Devuan only). |
|
|
107
119
|
|
|
108
|
-
###
|
|
120
|
+
### Compression Options
|
|
121
|
+
* `--pendrive`: Optimized for USBs (zstd level 15).
|
|
122
|
+
* `--standard`: Uses `xz` compression.
|
|
123
|
+
* `--max`: Maximum compression (`xz -Xbcj`).
|
|
109
124
|
|
|
110
|
-
|
|
111
|
-
Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://penguins-eggs.net/basket/index.php/packages/el9) are availables.
|
|
125
|
+
---
|
|
112
126
|
|
|
113
|
-
|
|
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/).
|
|
127
|
+
# The Aviary: Tools & Terminology
|
|
115
128
|
|
|
116
|
-
|
|
117
|
-
Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
|
|
129
|
+
`penguins-eggs` uses a bird-themed naming convention for its internal tools:
|
|
118
130
|
|
|
119
|
-
|
|
120
|
-
|
|
131
|
+
* **Wardrobe:** A tool to organize customizations, scripts, and themes. It allows you to switch between configurations (e.g., from a bare CLI system to a full GUI). See [penguins-wardrobe](https://github.com/pieroproietti/penguins-wardrobe).
|
|
132
|
+
* **Cuckoo:** A PXE boot server feature. It allows you to boot your generated ISO on other computers over the local network without needing a USB drive.
|
|
133
|
+
* **Yolk:** A local repository bundled inside the ISO containing essential packages, allowing offline installation.
|
|
134
|
+
* **Krill:** The internal CLI/TUI system installer. Essential for server installs or when no GUI is available.
|
|
135
|
+
* **Calamares:** The industry-standard GUI installer, automatically configured by `eggs` for desktop environments.
|
|
136
|
+
* **Mom & Dad:**
|
|
137
|
+
* `eggs mom`: Interactive help and documentation assistant.
|
|
138
|
+
* `eggs dad`: Configuration wizard. Run `sudo eggs dad -d` to reset configuration.
|
|
121
139
|
|
|
122
|
-
|
|
123
|
-
Before to install `penguins-eggs-25.x.x`, add the repos from `nodesource`. Follow these [instructions](https://github.com/pieroproietti/penguins-eggs/issues/368) to get `nodejs>18` available.
|
|
140
|
+
---
|
|
124
141
|
|
|
125
|
-
|
|
126
|
-
Use the package `penguins-eggs-25.x.x-bionic-x`, which is compiled against node16. Follow these [instructions](https://github.com/pieroproietti/penguins-eggs/issues/368#issuecomment-2169961955) to get `nodejs>16` available.
|
|
142
|
+
# Supported Distributions
|
|
127
143
|
|
|
128
|
-
|
|
129
|
-
Since penguins-eggs-25.7.14 rpm packages for [fedora42](https://penguins-eggs.net/basket/index.php/packages/fedora) are availables.
|
|
144
|
+
`eggs` is designed to be distro-agnostic. It respects the original package manager and repository lists.
|
|
130
145
|
|
|
131
|
-
|
|
132
|
-
|
|
146
|
+
* **Debian Family:** Debian, Devuan, Ubuntu, Linux Mint, Kali, KDE Neon, Pop!_OS.
|
|
147
|
+
* **Arch Family:** Arch Linux, Manjaro, Biglinux, EndeavourOS, Garuda.
|
|
148
|
+
* **RPM Family:** Fedora, AlmaLinux, Rocky Linux, OpenSUSE.
|
|
149
|
+
* **Others:** Alpine Linux.
|
|
133
150
|
|
|
134
|
-
|
|
135
|
-
|
|
151
|
+
> [!NOTE]
|
|
152
|
+
> For a complete and updated list, please consult [SUPPORTED-DISTROS](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md).
|
|
136
153
|
|
|
137
|
-
|
|
138
|
-
Since penguins-eggs-25.7.14 rpm packages for [OpenSUSE](https://penguins-eggs.net/basket/index.php/packages/opensuse) are availables.
|
|
154
|
+
---
|
|
139
155
|
|
|
140
|
-
|
|
156
|
+
# Links & Documentation
|
|
141
157
|
|
|
142
|
-
|
|
158
|
+
* **Official Website:** [penguins-eggs.net](https://penguins-eggs.net)
|
|
159
|
+
* **Blog & News:** [The Triple Somersault](https://penguins-eggs.net/blog/triple-somersault)
|
|
160
|
+
* **SourceForge ISOs:** [Download Examples](https://sourceforge.net/projects/penguins-eggs/files/ISOS/)
|
|
161
|
+
* **User Guide:** [Wardrobe User Guide](https://penguins-eggs.net/docs/Tutorial/wardrobe-users-guide)
|
|
143
162
|
|
|
144
|
-
|
|
163
|
+
# Commands
|
|
164
|
+
<!-- commands -->
|
|
165
|
+
* [`eggs adapt`](#eggs-adapt)
|
|
166
|
+
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
167
|
+
* [`eggs calamares`](#eggs-calamares)
|
|
168
|
+
* [`eggs config`](#eggs-config)
|
|
169
|
+
* [`eggs cuckoo`](#eggs-cuckoo)
|
|
170
|
+
* [`eggs dad`](#eggs-dad)
|
|
171
|
+
* [`eggs export appimage`](#eggs-export-appimage)
|
|
172
|
+
* [`eggs export iso`](#eggs-export-iso)
|
|
173
|
+
* [`eggs export pkg`](#eggs-export-pkg)
|
|
174
|
+
* [`eggs export tarballs`](#eggs-export-tarballs)
|
|
175
|
+
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
176
|
+
* [`eggs kill`](#eggs-kill)
|
|
177
|
+
* [`eggs krill`](#eggs-krill)
|
|
178
|
+
* [`eggs love`](#eggs-love)
|
|
179
|
+
* [`eggs mom`](#eggs-mom)
|
|
180
|
+
* [`eggs produce`](#eggs-produce)
|
|
181
|
+
* [`eggs setup install`](#eggs-setup-install)
|
|
182
|
+
* [`eggs setup purge`](#eggs-setup-purge)
|
|
183
|
+
* [`eggs status`](#eggs-status)
|
|
184
|
+
* [`eggs tools clean`](#eggs-tools-clean)
|
|
185
|
+
* [`eggs tools repo`](#eggs-tools-repo)
|
|
186
|
+
* [`eggs tools skel`](#eggs-tools-skel)
|
|
187
|
+
* [`eggs tools stat`](#eggs-tools-stat)
|
|
188
|
+
* [`eggs tools yolk`](#eggs-tools-yolk)
|
|
189
|
+
* [`eggs update`](#eggs-update)
|
|
190
|
+
* [`eggs version`](#eggs-version)
|
|
191
|
+
* [`eggs wardrobe get [REPO]`](#eggs-wardrobe-get-repo)
|
|
192
|
+
* [`eggs wardrobe list [REPO]`](#eggs-wardrobe-list-repo)
|
|
193
|
+
* [`eggs wardrobe show [REPO]`](#eggs-wardrobe-show-repo)
|
|
194
|
+
* [`eggs wardrobe wear [REPO]`](#eggs-wardrobe-wear-repo)
|
|
145
195
|
|
|
146
|
-
|
|
196
|
+
## `eggs adapt`
|
|
147
197
|
|
|
148
|
-
|
|
198
|
+
adapt monitor resolution for VM only
|
|
149
199
|
|
|
150
|
-
|
|
200
|
+
```
|
|
201
|
+
USAGE
|
|
202
|
+
$ eggs adapt [-h] [-v]
|
|
151
203
|
|
|
152
|
-
|
|
204
|
+
FLAGS
|
|
205
|
+
-h, --help Show CLI help.
|
|
206
|
+
-v, --verbose
|
|
153
207
|
|
|
154
|
-
|
|
208
|
+
DESCRIPTION
|
|
209
|
+
adapt monitor resolution for VM only
|
|
155
210
|
|
|
156
|
-
|
|
211
|
+
EXAMPLES
|
|
212
|
+
$ eggs adapt
|
|
213
|
+
```
|
|
157
214
|
|
|
158
|
-
|
|
215
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/adapt.ts)_
|
|
159
216
|
|
|
160
|
-
|
|
217
|
+
## `eggs autocomplete [SHELL]`
|
|
161
218
|
|
|
162
|
-
|
|
219
|
+
Display autocomplete installation instructions.
|
|
163
220
|
|
|
164
|
-
|
|
221
|
+
```
|
|
222
|
+
USAGE
|
|
223
|
+
$ eggs autocomplete [SHELL] [-r]
|
|
165
224
|
|
|
225
|
+
ARGUMENTS
|
|
226
|
+
[SHELL] (zsh|bash|powershell) Shell type
|
|
166
227
|
|
|
167
|
-
|
|
168
|
-
|
|
228
|
+
FLAGS
|
|
229
|
+
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
169
230
|
|
|
170
|
-
|
|
171
|
-
|
|
231
|
+
DESCRIPTION
|
|
232
|
+
Display autocomplete installation instructions.
|
|
172
233
|
|
|
173
|
-
|
|
174
|
-
|
|
234
|
+
EXAMPLES
|
|
235
|
+
$ eggs autocomplete
|
|
175
236
|
|
|
176
|
-
|
|
177
|
-
> One interesting feature of `eggs` is its integration with the `penguins-wardrobe` This allows you to create or utilize scripts to switch between different configurations. For example, you can start with a bare version of the system, featuring only a command-line interface (CLI), and then easily transition to a full graphical user interface (GUI) or server configurations.
|
|
237
|
+
$ eggs autocomplete bash
|
|
178
238
|
|
|
179
|
-
|
|
180
|
-
> For more information and customization options, you can explore `penguins-wardrobe`. a related project. You can fork it and adapt it to meet your specific needs.
|
|
239
|
+
$ eggs autocomplete zsh
|
|
181
240
|
|
|
182
|
-
|
|
241
|
+
$ eggs autocomplete powershell
|
|
183
242
|
|
|
184
|
-
|
|
185
|
-
|
|
243
|
+
$ eggs autocomplete --refresh-cache
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.39/src/commands/autocomplete/index.ts)_
|
|
186
247
|
|
|
187
|
-
|
|
248
|
+
## `eggs calamares`
|
|
188
249
|
|
|
189
|
-
|
|
250
|
+
a GUI system installer - install and configure calamares
|
|
251
|
+
|
|
252
|
+
```
|
|
253
|
+
USAGE
|
|
254
|
+
$ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
|
|
190
255
|
|
|
191
|
-
|
|
256
|
+
FLAGS
|
|
257
|
+
-h, --help Show CLI help.
|
|
258
|
+
-i, --install install calamares and its dependencies
|
|
259
|
+
-n, --nointeractive no user interaction
|
|
260
|
+
-p, --policies configure calamares policies
|
|
261
|
+
-r, --release release: remove calamares and all its dependencies after the installation
|
|
262
|
+
-v, --verbose
|
|
263
|
+
--remove remove calamares and its dependencies
|
|
264
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
192
265
|
|
|
193
|
-
|
|
266
|
+
DESCRIPTION
|
|
267
|
+
a GUI system installer - install and configure calamares
|
|
194
268
|
|
|
195
|
-
|
|
269
|
+
EXAMPLES
|
|
270
|
+
sudo eggs calamares
|
|
196
271
|
|
|
272
|
+
sudo eggs calamares --install
|
|
197
273
|
|
|
198
|
-
|
|
199
|
-
Penguins-eggs is a versatile tool that offers an array of features and benefits for Linux users. Whether you want to create an installable ISO from your current Linux system or explore various customization options,
|
|
200
|
-
|
|
201
|
-
Penguins-eggs has got you covered. To get started with Penguins-eggs, you'll need to install it on your Linux distribution. The tool supports a wide range of Linux distributions and their major derivatives, including Arch, Debian, Devuan, Manjaro, Ubuntu, and more. Additionally, you can easily add support for additional derivatives, expanding the tool's capabilities even further.
|
|
274
|
+
sudo eggs calamares --install --theme=/path/to/theme
|
|
202
275
|
|
|
203
|
-
|
|
204
|
-
|
|
276
|
+
sudo eggs calamares --remove
|
|
277
|
+
```
|
|
205
278
|
|
|
206
|
-
|
|
207
|
-
Employs the zstd compression algorithm, significantly reducing the time required for the process, often up to 10 times faster. When creating an installable ISO.
|
|
279
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/calamares.ts)_
|
|
208
280
|
|
|
209
|
-
|
|
210
|
-
Penguins-eggs provides various options to suit your needs. With the --clone flag, you can preserve the data and accounts of unencrypted users, ensuring a seamless experience for users accessing the live system. Moreover, you can opt for a crypted clone, where user data and accounts are saved in an encrypted LUKS volume within the ISO image, enhancing security and privacy.
|
|
281
|
+
## `eggs config`
|
|
211
282
|
|
|
212
|
-
|
|
213
|
-
In addition to ISO creation, Penguins-eggs offers a unique feature called Cuckoo. By starting Cuckoo from the live system, you can set up a PXE boot server, making it accessible to all computers on the network. This functionality opens up possibilities for network booting and streamlined deployment. Penguins Eggs Linux ushers in a new era of innovation and convenience with its groundbreaking default feature, Cuckoo live network boot, which transforms any computer running Penguins Eggs into a PXE (Preboot eXecution Environment) boot server. This revolutionary paradigm of network booting and seamless deployment underscores Penguins Eggs Linux’s commitment to redefining the parameters of accessibility and efficiency within the realm of Linux distributions.
|
|
283
|
+
Configure eggs to run it
|
|
214
284
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
285
|
+
```
|
|
286
|
+
USAGE
|
|
287
|
+
$ eggs config [-c] [-h] [-n] [-v]
|
|
218
288
|
|
|
219
|
-
|
|
220
|
-
|
|
289
|
+
FLAGS
|
|
290
|
+
-c, --clean remove old configuration before to create new one
|
|
291
|
+
-h, --help Show CLI help.
|
|
292
|
+
-n, --nointeractive no user interaction
|
|
293
|
+
-v, --verbose verbose
|
|
221
294
|
|
|
222
|
-
|
|
223
|
-
|
|
295
|
+
DESCRIPTION
|
|
296
|
+
Configure eggs to run it
|
|
224
297
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
Supports: Alpine, Arch, Debian, Fedora, Devuan, Manjaro, Ubuntu,
|
|
228
|
-
and major derivatives like: Linuxmint, KDE neon, EndeavourOS, Garuda, etc. You can easily add more derivatives.
|
|
298
|
+
EXAMPLES
|
|
299
|
+
sudo eggs config
|
|
229
300
|
|
|
230
|
-
|
|
231
|
-
supports a wide range of hardware architectures.
|
|
232
|
-
Supports: i386, amd64 and arm64 architecture, from old PCs, and common PCs to single board computers like Raspberry Pi 4/5
|
|
301
|
+
sudo eggs config --clean
|
|
233
302
|
|
|
234
|
-
|
|
235
|
-
|
|
303
|
+
sudo eggs config --clean --nointeractive
|
|
304
|
+
```
|
|
236
305
|
|
|
306
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/config.ts)_
|
|
237
307
|
|
|
238
|
-
##
|
|
239
|
-
In April 2022, the `wardrobe` command was introduced to `eggs`. This addition serves as a comprehensive tool to assist and streamline the process of creating a customized version of Linux, starting from a command-line interface (CLI) system. I have embraced wardrobe for all my editions to enhance convenience, enabling me to better organize, consolidate, and manage my work effectively.
|
|
240
|
-
To add a unique touch to my customizations, I have assigned bird names to each edition. Except for the "naked" edition, there are various options available, including "Colibri," "eagle," "duck," "owl," and "chicks" under the bookworm and plastilinux distributions. [bookworm](https://sourceforge.net/projects/penguins-eggs/files/ISOS/debian/bookworm/) and [plastilinux](https://sourceforge.net/projects/penguins-eggs/files/ISOS/plastilinux/).Furthermore, under Waydroid on the eggs' SourceForge page, you can find "wagtail" and "warbier."
|
|
241
|
-
I have high hopes that people will take an interest in wardrobe and consider forking the main repository to incorporate their own customizations. By collaborating, we can achieve significant progress that would be challenging for a single developer to accomplish. If you would like to delve deeper into the wardrobe, I recommend reading the [Penguins Eggs' blog](https://penguins-eggs.net/blog/wardrobe-colibri-duck-eagle-and-owl/). post titled Wardrobe: Colibri, Duck, Eagle, and Owl, which provides further insights into its features and benefits.
|
|
242
|
-
Furthermore, addons, predominantly themes, have been organized under the vendor's folder in the penguin's wardrobe. I encourage utilizing your wardrobe for all your customization needs to maintain consistency and organization throughout your work.
|
|
308
|
+
## `eggs cuckoo`
|
|
243
309
|
|
|
244
|
-
|
|
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).
|
|
310
|
+
PXE start with proxy-dhcp
|
|
246
311
|
|
|
312
|
+
```
|
|
313
|
+
USAGE
|
|
314
|
+
$ eggs cuckoo [-h] [-v]
|
|
247
315
|
|
|
248
|
-
|
|
249
|
-
|
|
316
|
+
FLAGS
|
|
317
|
+
-h, --help Show CLI help.
|
|
318
|
+
-v, --verbose verbose
|
|
250
319
|
|
|
251
|
-
|
|
252
|
-
|
|
320
|
+
DESCRIPTION
|
|
321
|
+
PXE start with proxy-dhcp
|
|
253
322
|
|
|
254
|
-
|
|
323
|
+
EXAMPLES
|
|
324
|
+
sudo eggs cuckoo
|
|
325
|
+
```
|
|
255
326
|
|
|
256
|
-
|
|
327
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/cuckoo.ts)_
|
|
257
328
|
|
|
258
|
-
|
|
329
|
+
## `eggs dad`
|
|
259
330
|
|
|
260
|
-
|
|
261
|
-
Command: `eggs produce --clone`
|
|
331
|
+
ask help from daddy - TUI configuration helper
|
|
262
332
|
|
|
263
|
-
|
|
333
|
+
```
|
|
334
|
+
USAGE
|
|
335
|
+
$ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
|
|
264
336
|
|
|
265
|
-
|
|
337
|
+
FLAGS
|
|
338
|
+
-c, --clean remove old configuration before to create
|
|
339
|
+
-d, --default reset to default values
|
|
340
|
+
-f, --file=<value> use a file configuration custom
|
|
341
|
+
-h, --help Show CLI help.
|
|
342
|
+
-n, --nointeractive no user interaction
|
|
343
|
+
-v, --verbose
|
|
266
344
|
|
|
267
|
-
|
|
345
|
+
DESCRIPTION
|
|
346
|
+
ask help from daddy - TUI configuration helper
|
|
268
347
|
|
|
269
|
-
|
|
348
|
+
EXAMPLES
|
|
349
|
+
sudo dad
|
|
270
350
|
|
|
271
|
-
|
|
272
|
-
Commands: `eggs produce --homecrypt` / `eggs produce --fullcrypt`
|
|
351
|
+
sudo dad --clean
|
|
273
352
|
|
|
274
|
-
|
|
353
|
+
sudo dad --default
|
|
354
|
+
```
|
|
275
355
|
|
|
276
|
-
|
|
356
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/dad.ts)_
|
|
277
357
|
|
|
278
|
-
|
|
358
|
+
## `eggs export appimage`
|
|
279
359
|
|
|
280
|
-
|
|
360
|
+
export penguins-eggs AppImage to the destination host
|
|
281
361
|
|
|
282
|
-
|
|
362
|
+
```
|
|
363
|
+
USAGE
|
|
364
|
+
$ eggs export appimage [-c] [-h] [-v]
|
|
283
365
|
|
|
284
|
-
|
|
366
|
+
FLAGS
|
|
367
|
+
-c, --clean remove old .AppImage before to copy
|
|
368
|
+
-h, --help Show CLI help.
|
|
369
|
+
-v, --verbose verbose
|
|
285
370
|
|
|
286
|
-
|
|
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) |
|
|
371
|
+
DESCRIPTION
|
|
372
|
+
export penguins-eggs AppImage to the destination host
|
|
292
373
|
|
|
293
|
-
|
|
294
|
-
|
|
374
|
+
EXAMPLES
|
|
375
|
+
$ eggs export pkg
|
|
295
376
|
|
|
296
|
-
|
|
377
|
+
$ eggs export pkg --clean
|
|
297
378
|
|
|
298
|
-
|
|
299
|
-
|
|
379
|
+
$ eggs export pkg --all
|
|
380
|
+
```
|
|
300
381
|
|
|
301
|
-
|
|
302
|
-
Just like the cuckoo bird lays its eggs in the nests of other birds, the Eggs project introduces a similar concept in the form of a self-configuring PXE service. This service allows you to boot and install your ISO on networked computers that are not originally configured for your specific ISO.
|
|
303
|
-
With the command `cuckoo` you can deploy a newly created ISO on an already installed system, or you can live to boot the ISO itself. This means that you can either install your ISO on existing systems or directly run the ISO without the need for a permanent installation.
|
|
382
|
+
_See code: [src/commands/export/appimage.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/export/appimage.ts)_
|
|
304
383
|
|
|
305
|
-
|
|
306
|
-
> By leveraging the cuckoo command, the Eggs project provides a convenient method for deploying and testing your ISO on a variety of networked computers, expanding the possibilities for system installations and evaluations.
|
|
384
|
+
## `eggs export iso`
|
|
307
385
|
|
|
308
|
-
|
|
309
|
-
I have introduced two helpful built-in assistants: Mom and Dad. Mom, based on the easybashgui [easybashgui](https://github.com/BashGui/easybashgui) script, serves as a comprehensive guide, providing explanations of various commands and documentation. This ensures that users have access to clear instructions and information as they navigate through Eggs' functionalities.
|
|
310
|
-
On the other hand, Dad serves as a convenient shortcut for properly configuring Eggs. By simply typing ```sudo eggs dad``` and following the straightforward instructions, users can quickly configure Eggs to meet their specific requirements. For even faster configuration, utilizing the command ```sudo eggs dad -d``` allows for a complete reset of the configuration, loading default settings, and deleting any created ISOs.
|
|
311
|
-
Once Eggs is properly configured, generating your live environment becomes a breeze. Just type ```sudo eggs produce``` to effortlessly generate your live ISO. With this streamlined workflow, Eggs empowers users to efficiently create customized live environments tailored to their needs. Whether you rely on Mom's guidance or Dad's configuration shortcuts, Eggs offers a user-friendly experience for ISO creation and customization.
|
|
386
|
+
export remastered ISO in the destination host
|
|
312
387
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
Yolk acts as a safety net, providing the minimum set of indispensable packages required for a successful installation. This guarantees a smooth and reliable installation experience, regardless of the availability of an internet connection. With Yolk by your side, you can confidently proceed with system installations, knowing that the essential packages are at your disposal.
|
|
388
|
+
```
|
|
389
|
+
USAGE
|
|
390
|
+
$ eggs export iso [-C] [-c] [-h] [-v]
|
|
317
391
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
392
|
+
FLAGS
|
|
393
|
+
-C, --checksum export checksums md5 and sha256
|
|
394
|
+
-c, --clean delete old ISOs before to copy
|
|
395
|
+
-h, --help Show CLI help.
|
|
396
|
+
-v, --verbose verbose
|
|
322
397
|
|
|
398
|
+
DESCRIPTION
|
|
399
|
+
export remastered ISO in the destination host
|
|
323
400
|
|
|
324
|
-
|
|
325
|
-
|
|
401
|
+
EXAMPLES
|
|
402
|
+
$ eggs export iso
|
|
326
403
|
|
|
327
|
-
|
|
404
|
+
$ eggs export iso --clean
|
|
405
|
+
```
|
|
328
406
|
|
|
329
|
-
|
|
407
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/export/iso.ts)_
|
|
330
408
|
|
|
331
|
-
|
|
409
|
+
## `eggs export pkg`
|
|
332
410
|
|
|
333
|
-
|
|
411
|
+
export penguins-eggs package to the destination host
|
|
334
412
|
|
|
335
|
-
|
|
413
|
+
```
|
|
414
|
+
USAGE
|
|
415
|
+
$ eggs export pkg [-a] [-c] [-h] [-v]
|
|
336
416
|
|
|
337
|
-
|
|
417
|
+
FLAGS
|
|
418
|
+
-a, --all export all archs
|
|
419
|
+
-c, --clean remove old .deb before to copy
|
|
420
|
+
-h, --help Show CLI help.
|
|
421
|
+
-v, --verbose verbose
|
|
338
422
|
|
|
339
|
-
|
|
423
|
+
DESCRIPTION
|
|
424
|
+
export penguins-eggs package to the destination host
|
|
340
425
|
|
|
341
|
-
|
|
426
|
+
EXAMPLES
|
|
427
|
+
$ eggs export pkg
|
|
342
428
|
|
|
343
|
-
|
|
429
|
+
$ eggs export pkg --clean
|
|
344
430
|
|
|
431
|
+
$ eggs export pkg --all
|
|
432
|
+
```
|
|
345
433
|
|
|
346
|
-
|
|
347
|
-
There are multiple methods available, lately I prefer `fresh-eggs` way, working for all the supported distros: Arch, Debian, Devuan, Manjaro, Ubuntu and derivatives.:
|
|
434
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/export/pkg.ts)_
|
|
348
435
|
|
|
349
|
-
|
|
350
|
-
git clone https://github.com/pieroproietti/fresh-eggs
|
|
351
|
-
cd fresh-eggs
|
|
352
|
-
sudo ./fresh-eggs.sh
|
|
353
|
-
```
|
|
436
|
+
## `eggs export tarballs`
|
|
354
437
|
|
|
355
|
-
|
|
438
|
+
export pkg/iso/tarballs to the destination host
|
|
356
439
|
|
|
357
|
-
|
|
440
|
+
```
|
|
441
|
+
USAGE
|
|
442
|
+
$ eggs export tarballs [-c] [-h] [-v]
|
|
358
443
|
|
|
359
|
-
|
|
360
|
-
|
|
444
|
+
FLAGS
|
|
445
|
+
-c, --clean remove old .deb before to copy
|
|
446
|
+
-h, --help Show CLI help.
|
|
447
|
+
-v, --verbose verbose
|
|
361
448
|
|
|
362
|
-
|
|
363
|
-
|
|
449
|
+
DESCRIPTION
|
|
450
|
+
export pkg/iso/tarballs to the destination host
|
|
364
451
|
|
|
365
|
-
|
|
452
|
+
EXAMPLES
|
|
453
|
+
$ eggs export tarballs
|
|
366
454
|
|
|
367
|
-
|
|
455
|
+
$ eggs export tarballs --clean
|
|
456
|
+
```
|
|
368
457
|
|
|
369
|
-
|
|
370
|
-
```sudo dpkg -i penguins_eggs_25.x.x-1_i386.deb```
|
|
458
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/export/tarballs.ts)_
|
|
371
459
|
|
|
372
|
-
|
|
373
|
-
Once Eggs is successfully installed, you have the option to enhance its functionality by adding the penguins-eggs-ppa repository. This repository provides additional tools and features for Eggs. To add the penguins-eggs-ppa repository, run the following command in the terminal:
|
|
374
|
-
```sudo eggs tools ppa --install```
|
|
375
|
-
This command will add the penguins-eggs-ppa repository to your system, allowing you to access updated versions of Eggs and additional tools provided by the repository.
|
|
376
|
-
By following these steps, you can easily install Eggs, add the penguins-eggs-ppa repository, [penguins-eggs-ppa](https://pieroproietti.github.io/penguins-eggs-ppa), and unlock further capabilities and enhancements for your Eggs installation.
|
|
460
|
+
## `eggs help [COMMAND]`
|
|
377
461
|
|
|
378
|
-
|
|
379
|
-
For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `fresh-eggs` will typically work as well. However, if needed, you can manually add the penguins-eggs-ppa repository by copying and pasting the following two lines into a terminal:
|
|
462
|
+
Display help for eggs.
|
|
380
463
|
|
|
381
464
|
```
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
```
|
|
465
|
+
USAGE
|
|
466
|
+
$ eggs help [COMMAND...] [-n]
|
|
385
467
|
|
|
386
|
-
|
|
468
|
+
ARGUMENTS
|
|
469
|
+
[COMMAND...] Command to show help for.
|
|
387
470
|
|
|
471
|
+
FLAGS
|
|
472
|
+
-n, --nested-commands Include all nested commands in the output.
|
|
473
|
+
|
|
474
|
+
DESCRIPTION
|
|
475
|
+
Display help for eggs.
|
|
388
476
|
```
|
|
389
|
-
|
|
477
|
+
|
|
478
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
|
|
479
|
+
|
|
480
|
+
## `eggs kill`
|
|
481
|
+
|
|
482
|
+
kill the eggs/free the nest
|
|
483
|
+
|
|
390
484
|
```
|
|
485
|
+
USAGE
|
|
486
|
+
$ eggs kill [-h] [-i] [-n] [-v]
|
|
391
487
|
|
|
392
|
-
|
|
488
|
+
FLAGS
|
|
489
|
+
-h, --help Show CLI help.
|
|
490
|
+
-i, --isos erase all ISOs on remote mount
|
|
491
|
+
-n, --nointeractive no user interaction
|
|
492
|
+
-v, --verbose verbose
|
|
393
493
|
|
|
494
|
+
DESCRIPTION
|
|
495
|
+
kill the eggs/free the nest
|
|
394
496
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
If you have already added the penguins-eggs-ppa repository, you can upgrade Eggs alongside other packages on your system by running the following command:
|
|
497
|
+
EXAMPLES
|
|
498
|
+
sudo eggs kill
|
|
398
499
|
```
|
|
399
|
-
|
|
500
|
+
|
|
501
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/kill.ts)_
|
|
502
|
+
|
|
503
|
+
## `eggs krill`
|
|
504
|
+
|
|
505
|
+
a TUI system installer - install the system
|
|
506
|
+
|
|
400
507
|
```
|
|
401
|
-
|
|
402
|
-
|
|
508
|
+
USAGE
|
|
509
|
+
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
|
|
510
|
+
[-u] [-v]
|
|
403
511
|
|
|
404
|
-
|
|
405
|
-
|
|
512
|
+
FLAGS
|
|
513
|
+
-H, --halt Halt the system after installation
|
|
514
|
+
-N, --none Swap none: 256M
|
|
515
|
+
-R, --replace=<value> Replace partition. eg: --replace /dev/sda3
|
|
516
|
+
-S, --suspend Swap suspend: RAM x 2
|
|
517
|
+
-b, --btrfs Format btrfs
|
|
518
|
+
-c, --chroot chroot before to end
|
|
519
|
+
-d, --domain=<value> Domain name, defult: .local
|
|
520
|
+
-h, --help Show CLI help.
|
|
521
|
+
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
522
|
+
-k, --crypted Crypted CLI installation
|
|
523
|
+
-n, --nointeractive no user interaction
|
|
524
|
+
-p, --pve Proxmox VE install
|
|
525
|
+
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
526
|
+
-s, --small Swap small: RAM
|
|
527
|
+
-t, --testing Just testing krill
|
|
528
|
+
-u, --unattended Unattended installation
|
|
529
|
+
-v, --verbose Verbose
|
|
530
|
+
|
|
531
|
+
DESCRIPTION
|
|
532
|
+
a TUI system installer - install the system
|
|
533
|
+
|
|
534
|
+
EXAMPLES
|
|
535
|
+
sudo eggs install
|
|
406
536
|
|
|
407
|
-
|
|
537
|
+
sudo eggs install --unattended --halt
|
|
538
|
+
|
|
539
|
+
sudo eggs install --chroot
|
|
408
540
|
```
|
|
409
|
-
|
|
541
|
+
|
|
542
|
+
_See code: [src/commands/krill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/krill.ts)_
|
|
543
|
+
|
|
544
|
+
## `eggs love`
|
|
545
|
+
|
|
546
|
+
the simplest way to get an egg!
|
|
547
|
+
|
|
410
548
|
```
|
|
411
|
-
|
|
549
|
+
USAGE
|
|
550
|
+
$ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
|
|
551
|
+
|
|
552
|
+
FLAGS
|
|
553
|
+
-H, --hidden stealth mode
|
|
554
|
+
-c, --clone clone (uncrypted)
|
|
555
|
+
-f, --fullcrypt clone crypted full
|
|
556
|
+
-h, --help Show CLI help.
|
|
557
|
+
-k, --homecrypt clone crypted home
|
|
558
|
+
-n, --nointeractive no user interaction
|
|
559
|
+
-v, --verbose
|
|
560
|
+
|
|
561
|
+
DESCRIPTION
|
|
562
|
+
the simplest way to get an egg!
|
|
563
|
+
|
|
564
|
+
EXAMPLES
|
|
565
|
+
$ eggs auto
|
|
412
566
|
```
|
|
413
|
-
|
|
567
|
+
|
|
568
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/love.ts)_
|
|
569
|
+
|
|
570
|
+
## `eggs mom`
|
|
571
|
+
|
|
572
|
+
ask help from mommy - TUI helper
|
|
573
|
+
|
|
414
574
|
```
|
|
575
|
+
USAGE
|
|
576
|
+
$ eggs mom [-h]
|
|
577
|
+
|
|
578
|
+
FLAGS
|
|
579
|
+
-h, --help Show CLI help.
|
|
580
|
+
|
|
581
|
+
DESCRIPTION
|
|
582
|
+
ask help from mommy - TUI helper
|
|
415
583
|
|
|
416
|
-
|
|
584
|
+
EXAMPLES
|
|
585
|
+
$ eggs mom
|
|
417
586
|
```
|
|
418
|
-
|
|
587
|
+
|
|
588
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/mom.ts)_
|
|
589
|
+
|
|
590
|
+
## `eggs produce`
|
|
591
|
+
|
|
592
|
+
produce a live image from your system
|
|
593
|
+
|
|
419
594
|
```
|
|
420
|
-
|
|
421
|
-
> [
|
|
422
|
-
>
|
|
595
|
+
USAGE
|
|
596
|
+
$ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
|
|
597
|
+
[-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
|
|
598
|
+
[-y]
|
|
423
599
|
|
|
424
|
-
|
|
425
|
-
|
|
600
|
+
FLAGS
|
|
601
|
+
-H, --hidden stealth mode
|
|
602
|
+
-K, --kernel=<value> kernel version
|
|
603
|
+
-N, --noicon no icon eggs on desktop
|
|
604
|
+
-P, --prefix=<value> prefix
|
|
605
|
+
-S, --standard standard compression: xz -b 1M
|
|
606
|
+
-c, --clone clone (uncrypted)
|
|
607
|
+
-f, --fullcrypt clone crypted full
|
|
608
|
+
-h, --help Show CLI help.
|
|
609
|
+
-i, --includeRootHome folder /root is included on live
|
|
610
|
+
-k, --homecrypt clone crypted home
|
|
611
|
+
-m, --max max compression: xz -Xbcj ...
|
|
612
|
+
-n, --nointeractive no user interaction
|
|
613
|
+
-p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
|
|
614
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
615
|
+
-v, --verbose verbose
|
|
616
|
+
-y, --yolk force yolk renew
|
|
617
|
+
--addons=<value>... addons to be used: adapt, pve, rsupport
|
|
618
|
+
--basename=<value> basename
|
|
619
|
+
--excludes=<value>... use: static, homes, home
|
|
620
|
+
--links=<value>... desktop links
|
|
621
|
+
--release release: remove penguins-eggs, calamares and dependencies after installation
|
|
622
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
426
623
|
|
|
427
|
-
|
|
624
|
+
DESCRIPTION
|
|
625
|
+
produce a live image from your system
|
|
428
626
|
|
|
429
|
-
|
|
430
|
-
|
|
627
|
+
EXAMPLES
|
|
628
|
+
sudo eggs produce # zstd fast compression
|
|
431
629
|
|
|
432
|
-
|
|
433
|
-
> In summary, Eggs is available in the AUR and is directly maintained by me. Additionally, I am actively involved in the Manjaro Community Repository to provide support for Eggs on the Manjaro distribution. This ensures that users of Arch Linux and its derivatives, such as Manjaro, can easily access and benefit from using Eggs in their systems.
|
|
630
|
+
sudo eggs produce --pendrive # zstd compression optimized pendrive
|
|
434
631
|
|
|
632
|
+
sudo eggs produce --clone # clear clone (unencrypted)
|
|
435
633
|
|
|
436
|
-
|
|
437
|
-
To install penguins-eggs on Arch Linux, there are multiple methods available. One option is to install it directly from the Arch User Repository (AUR) by adding the `chaotic-AUR` repository. Here's how you can do it:
|
|
634
|
+
sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
|
|
438
635
|
|
|
439
|
-
|
|
636
|
+
sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
|
|
440
637
|
|
|
441
|
-
|
|
638
|
+
sudo eggs produce --basename=colibri
|
|
442
639
|
```
|
|
443
|
-
sudo pacman -Sy penguins-eggs
|
|
444
|
-
```
|
|
445
|
-
This command will synchronize the package databases and install penguins-eggs on your system.
|
|
446
640
|
|
|
447
|
-
|
|
641
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/produce.ts)_
|
|
448
642
|
|
|
449
|
-
|
|
450
|
-
```
|
|
451
|
-
yay penguins-eggs
|
|
452
|
-
```
|
|
453
|
-
`yay` will handle the installation process for you, including any necessary dependencies.
|
|
643
|
+
## `eggs setup install`
|
|
454
644
|
|
|
455
|
-
|
|
645
|
+
Automatically check and install system prerequisites
|
|
456
646
|
|
|
457
|
-
1. Clone the `penguins-eggs` repository from the AUR:
|
|
458
|
-
```
|
|
459
|
-
git clone https://aur.archlinux.org/packages/penguins-eggs
|
|
460
647
|
```
|
|
648
|
+
USAGE
|
|
649
|
+
$ eggs setup install
|
|
461
650
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
651
|
+
DESCRIPTION
|
|
652
|
+
Automatically check and install system prerequisites
|
|
653
|
+
|
|
654
|
+
EXAMPLES
|
|
655
|
+
$ eggs setup # this help
|
|
656
|
+
|
|
657
|
+
sudo eggs setup install # install native dependencies, autocomplete, man, etc
|
|
466
658
|
|
|
467
|
-
|
|
659
|
+
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
468
660
|
```
|
|
469
|
-
|
|
661
|
+
|
|
662
|
+
_See code: [src/commands/setup/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/setup/install.ts)_
|
|
663
|
+
|
|
664
|
+
## `eggs setup purge`
|
|
665
|
+
|
|
666
|
+
Automatically check and install system prerequisites
|
|
667
|
+
|
|
470
668
|
```
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
These methods provide various ways to install penguins-eggs on Arch Linux, allowing you to choose the one that suits your preferences and workflow.
|
|
669
|
+
USAGE
|
|
670
|
+
$ eggs setup purge
|
|
474
671
|
|
|
672
|
+
DESCRIPTION
|
|
673
|
+
Automatically check and install system prerequisites
|
|
674
|
+
|
|
675
|
+
EXAMPLES
|
|
676
|
+
$ eggs setup # this help
|
|
475
677
|
|
|
476
|
-
|
|
477
|
-
|
|
678
|
+
sudo eggs setup install # install native dependencies, autocomplete, man, etc
|
|
679
|
+
|
|
680
|
+
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
478
681
|
```
|
|
479
|
-
|
|
682
|
+
|
|
683
|
+
_See code: [src/commands/setup/purge.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/setup/purge.ts)_
|
|
684
|
+
|
|
685
|
+
## `eggs status`
|
|
686
|
+
|
|
687
|
+
informations about eggs status
|
|
688
|
+
|
|
480
689
|
```
|
|
481
|
-
|
|
690
|
+
USAGE
|
|
691
|
+
$ eggs status [-h] [-v]
|
|
482
692
|
|
|
483
|
-
|
|
693
|
+
FLAGS
|
|
694
|
+
-h, --help Show CLI help.
|
|
695
|
+
-v, --verbose
|
|
484
696
|
|
|
485
|
-
|
|
697
|
+
DESCRIPTION
|
|
698
|
+
informations about eggs status
|
|
699
|
+
|
|
700
|
+
EXAMPLES
|
|
701
|
+
$ eggs status
|
|
486
702
|
```
|
|
487
|
-
|
|
703
|
+
|
|
704
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/status.ts)_
|
|
705
|
+
|
|
706
|
+
## `eggs tools clean`
|
|
707
|
+
|
|
708
|
+
clean system log, apt, etc
|
|
709
|
+
|
|
488
710
|
```
|
|
711
|
+
USAGE
|
|
712
|
+
$ eggs tools clean [-h] [-n] [-v]
|
|
713
|
+
|
|
714
|
+
FLAGS
|
|
715
|
+
-h, --help Show CLI help.
|
|
716
|
+
-n, --nointeractive no user interaction
|
|
717
|
+
-v, --verbose verbose
|
|
489
718
|
|
|
490
|
-
|
|
719
|
+
DESCRIPTION
|
|
720
|
+
clean system log, apt, etc
|
|
721
|
+
|
|
722
|
+
EXAMPLES
|
|
723
|
+
sudo eggs tools clean
|
|
491
724
|
```
|
|
492
|
-
|
|
725
|
+
|
|
726
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/tools/clean.ts)_
|
|
727
|
+
|
|
728
|
+
## `eggs tools repo`
|
|
729
|
+
|
|
730
|
+
add/remove penguins-repos
|
|
731
|
+
|
|
493
732
|
```
|
|
733
|
+
USAGE
|
|
734
|
+
$ eggs tools repo [-a] [-h] [-n] [-r] [-v]
|
|
735
|
+
|
|
736
|
+
FLAGS
|
|
737
|
+
-a, --add add penguins-repos
|
|
738
|
+
-h, --help Show CLI help.
|
|
739
|
+
-n, --nointeractive no user interaction
|
|
740
|
+
-r, --remove remove penguins-repos
|
|
741
|
+
-v, --verbose verbose
|
|
494
742
|
|
|
495
|
-
|
|
743
|
+
DESCRIPTION
|
|
744
|
+
add/remove penguins-repos
|
|
745
|
+
|
|
746
|
+
EXAMPLES
|
|
747
|
+
sudo eggs tools repo --add
|
|
748
|
+
|
|
749
|
+
sudo eggs tools repo --remove
|
|
496
750
|
```
|
|
497
|
-
|
|
751
|
+
|
|
752
|
+
_See code: [src/commands/tools/repo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/tools/repo.ts)_
|
|
753
|
+
|
|
754
|
+
## `eggs tools skel`
|
|
755
|
+
|
|
756
|
+
update skel from home configuration
|
|
757
|
+
|
|
498
758
|
```
|
|
499
|
-
|
|
500
|
-
|
|
759
|
+
USAGE
|
|
760
|
+
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
761
|
+
|
|
762
|
+
FLAGS
|
|
763
|
+
-h, --help Show CLI help.
|
|
764
|
+
-u, --user=<value> user to be used
|
|
765
|
+
-v, --verbose
|
|
501
766
|
|
|
502
|
-
|
|
767
|
+
DESCRIPTION
|
|
768
|
+
update skel from home configuration
|
|
503
769
|
|
|
504
|
-
|
|
505
|
-
|
|
770
|
+
EXAMPLES
|
|
771
|
+
sudo eggs tools skel
|
|
506
772
|
|
|
773
|
+
sudo eggs tools skel --user user-to-be-copied
|
|
774
|
+
```
|
|
507
775
|
|
|
508
|
-
|
|
509
|
-
Once the package has been installed, you can have the new ```eggs``` command. Typing ```eggs``` will get the list of commands, and typing ```eggs produce --help``` will get the eggs produce command help screen. You can also use the command autocomplete with the TABS key, you will get the possible choices for each command. In addition, there is a man page, so by typing ```man eggs``` you will get that help as well. You can also use the ```eggs mom``` command that interactively allows you to consult the help for all commands and online documentation.
|
|
776
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/tools/skel.ts)_
|
|
510
777
|
|
|
511
|
-
##
|
|
512
|
-
|
|
778
|
+
## `eggs tools stat`
|
|
779
|
+
|
|
780
|
+
get statistics from sourceforge
|
|
513
781
|
|
|
514
|
-
1. To create a live system without user data, run the following command with `sudo`:
|
|
515
782
|
```
|
|
516
|
-
|
|
783
|
+
USAGE
|
|
784
|
+
$ eggs tools stat [-h] [-m] [-y]
|
|
785
|
+
|
|
786
|
+
FLAGS
|
|
787
|
+
-h, --help Show CLI help.
|
|
788
|
+
-m, --month current month
|
|
789
|
+
-y, --year current year
|
|
790
|
+
|
|
791
|
+
DESCRIPTION
|
|
792
|
+
get statistics from sourceforge
|
|
793
|
+
|
|
794
|
+
EXAMPLES
|
|
795
|
+
$ eggs tools stat
|
|
796
|
+
|
|
797
|
+
$ eggs tools stat --month
|
|
798
|
+
|
|
799
|
+
$ eggs tools stat --year
|
|
517
800
|
```
|
|
518
|
-
This command will generate a live system without any user data included.
|
|
519
801
|
|
|
520
|
-
|
|
802
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/tools/stat.ts)_
|
|
803
|
+
|
|
804
|
+
## `eggs tools yolk`
|
|
805
|
+
|
|
806
|
+
configure eggs to install without internet
|
|
807
|
+
|
|
521
808
|
```
|
|
522
|
-
|
|
809
|
+
USAGE
|
|
810
|
+
$ eggs tools yolk [-h] [-v]
|
|
811
|
+
|
|
812
|
+
FLAGS
|
|
813
|
+
-h, --help Show CLI help.
|
|
814
|
+
-v, --verbose
|
|
815
|
+
|
|
816
|
+
DESCRIPTION
|
|
817
|
+
configure eggs to install without internet
|
|
818
|
+
|
|
819
|
+
EXAMPLES
|
|
820
|
+
sudo eggs tools yolk
|
|
523
821
|
```
|
|
524
|
-
This command will produce a live system that includes user data without encryption.
|
|
525
822
|
|
|
526
|
-
3.
|
|
823
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/tools/yolk.ts)_
|
|
824
|
+
|
|
825
|
+
## `eggs update`
|
|
826
|
+
|
|
827
|
+
update the Penguins' eggs tool
|
|
828
|
+
|
|
527
829
|
```
|
|
528
|
-
|
|
830
|
+
USAGE
|
|
831
|
+
$ eggs update [-h] [-v]
|
|
832
|
+
|
|
833
|
+
FLAGS
|
|
834
|
+
-h, --help Show CLI help.
|
|
835
|
+
-v, --verbose verbose
|
|
836
|
+
|
|
837
|
+
DESCRIPTION
|
|
838
|
+
update the Penguins' eggs tool
|
|
839
|
+
|
|
840
|
+
EXAMPLES
|
|
841
|
+
$ eggs update
|
|
529
842
|
```
|
|
530
|
-
This command will generate a live system with encrypted user data.
|
|
531
843
|
|
|
532
|
-
|
|
533
|
-
|
|
844
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/update.ts)_
|
|
845
|
+
|
|
846
|
+
## `eggs version`
|
|
534
847
|
|
|
535
848
|
```
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
849
|
+
USAGE
|
|
850
|
+
$ eggs version [--json] [--verbose]
|
|
851
|
+
|
|
852
|
+
FLAGS
|
|
853
|
+
--verbose Show additional information about the CLI.
|
|
854
|
+
|
|
855
|
+
GLOBAL FLAGS
|
|
856
|
+
--json Format output as json.
|
|
857
|
+
|
|
858
|
+
FLAG DESCRIPTIONS
|
|
859
|
+
--verbose Show additional information about the CLI.
|
|
860
|
+
|
|
861
|
+
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
540
862
|
```
|
|
541
|
-
> [!TIP]
|
|
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.
|
|
543
|
-
# Commands
|
|
544
|
-
<!-- commands -->
|
|
545
|
-
* [`eggs autocomplete [SHELL]`](#eggs-autocomplete-shell)
|
|
546
|
-
* [`eggs help [COMMAND]`](#eggs-help-command)
|
|
547
|
-
* [`eggs version`](#eggs-version)
|
|
548
863
|
|
|
549
|
-
|
|
864
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.36/src/commands/version.ts)_
|
|
550
865
|
|
|
551
|
-
|
|
866
|
+
## `eggs wardrobe get [REPO]`
|
|
867
|
+
|
|
868
|
+
get warorobe
|
|
552
869
|
|
|
553
870
|
```
|
|
554
871
|
USAGE
|
|
555
|
-
$ eggs
|
|
872
|
+
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
556
873
|
|
|
557
874
|
ARGUMENTS
|
|
558
|
-
[
|
|
875
|
+
[REPO] repository to get
|
|
559
876
|
|
|
560
877
|
FLAGS
|
|
561
|
-
-
|
|
878
|
+
-h, --help Show CLI help.
|
|
879
|
+
-v, --verbose
|
|
562
880
|
|
|
563
881
|
DESCRIPTION
|
|
564
|
-
|
|
882
|
+
get warorobe
|
|
565
883
|
|
|
566
884
|
EXAMPLES
|
|
567
|
-
$ eggs
|
|
885
|
+
$ eggs wardrobe get
|
|
568
886
|
|
|
569
|
-
$ eggs
|
|
887
|
+
$ eggs wardrobe get your-wardrobe
|
|
888
|
+
```
|
|
570
889
|
|
|
571
|
-
|
|
890
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/wardrobe/get.ts)_
|
|
572
891
|
|
|
573
|
-
|
|
892
|
+
## `eggs wardrobe list [REPO]`
|
|
893
|
+
|
|
894
|
+
list costumes and accessoires in wardrobe
|
|
574
895
|
|
|
575
|
-
$ eggs autocomplete --refresh-cache
|
|
576
896
|
```
|
|
897
|
+
USAGE
|
|
898
|
+
$ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
|
|
577
899
|
|
|
578
|
-
|
|
900
|
+
ARGUMENTS
|
|
901
|
+
[REPO] wardrobe to get
|
|
579
902
|
|
|
580
|
-
|
|
903
|
+
FLAGS
|
|
904
|
+
-d, --distro=<value> distro
|
|
905
|
+
-h, --help Show CLI help.
|
|
906
|
+
-v, --verbose
|
|
581
907
|
|
|
582
|
-
|
|
908
|
+
DESCRIPTION
|
|
909
|
+
list costumes and accessoires in wardrobe
|
|
910
|
+
|
|
911
|
+
EXAMPLES
|
|
912
|
+
$ eggs wardrobe list
|
|
913
|
+
|
|
914
|
+
$ eggs wardrobe list your-wardrobe
|
|
915
|
+
|
|
916
|
+
$ eggs wardrobe list --distro arch
|
|
917
|
+
```
|
|
918
|
+
|
|
919
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/wardrobe/list.ts)_
|
|
920
|
+
|
|
921
|
+
## `eggs wardrobe show [REPO]`
|
|
922
|
+
|
|
923
|
+
show costumes/accessories in wardrobe
|
|
583
924
|
|
|
584
925
|
```
|
|
585
926
|
USAGE
|
|
586
|
-
$ eggs
|
|
927
|
+
$ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
|
|
587
928
|
|
|
588
929
|
ARGUMENTS
|
|
589
|
-
[
|
|
930
|
+
[REPO] costume to show
|
|
590
931
|
|
|
591
932
|
FLAGS
|
|
592
|
-
-
|
|
933
|
+
-h, --help Show CLI help.
|
|
934
|
+
-j, --json output JSON
|
|
935
|
+
-v, --verbose
|
|
936
|
+
-w, --wardrobe=<value> wardrobe
|
|
593
937
|
|
|
594
938
|
DESCRIPTION
|
|
595
|
-
|
|
939
|
+
show costumes/accessories in wardrobe
|
|
940
|
+
|
|
941
|
+
EXAMPLES
|
|
942
|
+
$ eggs wardrobe show colibri
|
|
943
|
+
|
|
944
|
+
$ eggs wardrobe show accessories/firmwares
|
|
945
|
+
|
|
946
|
+
$ eggs wardrobe show accessories/
|
|
596
947
|
```
|
|
597
948
|
|
|
598
|
-
_See code: [
|
|
949
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/wardrobe/show.ts)_
|
|
599
950
|
|
|
600
|
-
## `eggs
|
|
951
|
+
## `eggs wardrobe wear [REPO]`
|
|
952
|
+
|
|
953
|
+
wear costume/accessories from wardrobe
|
|
601
954
|
|
|
602
955
|
```
|
|
603
956
|
USAGE
|
|
604
|
-
$ eggs
|
|
957
|
+
$ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
|
|
958
|
+
|
|
959
|
+
ARGUMENTS
|
|
960
|
+
[REPO] costume to wear
|
|
605
961
|
|
|
606
962
|
FLAGS
|
|
607
|
-
--
|
|
963
|
+
-a, --no_accessories not install accessories
|
|
964
|
+
-f, --no_firmwares not install firmwares
|
|
965
|
+
-h, --help Show CLI help.
|
|
966
|
+
-v, --verbose
|
|
967
|
+
-w, --wardrobe=<value> wardrobe
|
|
608
968
|
|
|
609
|
-
|
|
610
|
-
|
|
969
|
+
DESCRIPTION
|
|
970
|
+
wear costume/accessories from wardrobe
|
|
611
971
|
|
|
612
|
-
|
|
613
|
-
|
|
972
|
+
EXAMPLES
|
|
973
|
+
sudo eggs wardrobe wear duck
|
|
614
974
|
|
|
615
|
-
|
|
975
|
+
sudo eggs wardrobe wear accessories/firmwares
|
|
976
|
+
|
|
977
|
+
sudo eggs wardrobe wear wagtail/waydroid
|
|
616
978
|
```
|
|
617
979
|
|
|
618
|
-
_See code: [
|
|
980
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v26.1.3/src/commands/wardrobe/wear.ts)_
|
|
619
981
|
<!-- commandsstop -->
|
|
620
982
|
|
|
621
983
|
# GUI
|