penguins-eggs 25.11.12 → 25.11.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.oclif.manifest.json +161 -140
- package/README.md +811 -4
- package/README.pdf +20763 -3833
- 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 +0 -0
- package/addons/eggs/theme/livecd/full.grub.main.cfg +39 -4
- package/addons/eggs/theme/livecd/full.isolinux.main.cfg +47 -4
- package/assets/calamares/install-system.sh +0 -0
- package/assets/penguins-eggs.desktop +0 -0
- package/assets/penguins-krill.desktop +0 -0
- package/assets/penguins-links-add.desktop +0 -0
- package/assets/penguins-live-installer.desktop +0 -0
- package/bin/dev.js +0 -0
- package/bin/run.js +11 -0
- package/conf/derivatives.yaml +2 -1
- 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/.keepit +0 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/cleanup.sh +20 -0
- package/conf/distros/focal/calamares/calamares-modules/cleanup/module.yml +9 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/module.yml +8 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk/sources-yolk.sh +50 -0
- package/conf/distros/focal/calamares/calamares-modules/sources-yolk-undo/module.yml +8 -0
- package/conf/distros/focal/calamares/libexec/.keepit +0 -0
- package/conf/distros/focal/calamares/libexec/README.md +5 -0
- package/conf/distros/focal/calamares/libexec/calamares-aptsources.sh +15 -0
- package/conf/distros/focal/calamares/libexec/calamares-l10n-helper.sh +38 -0
- package/conf/distros/focal/calamares/libexec/calamares-logs-helper.sh +34 -0
- package/conf/distros/focal/calamares/libexec/calamares-nomodeset.sh +19 -0
- package/conf/distros/focal/calamares/modules/after_bootloader_context.yml +26 -0
- package/conf/distros/focal/calamares/modules/before_bootloader_context.yml +12 -0
- package/conf/distros/focal/calamares/modules/bootloader.yml +86 -0
- package/conf/distros/focal/calamares/modules/bootloader.yml.old +35 -0
- package/conf/distros/focal/calamares/modules/displaymanager.yml +12 -0
- package/conf/distros/focal/calamares/modules/finished.yml +6 -0
- package/conf/distros/focal/calamares/modules/fstab.yml +63 -0
- package/conf/distros/focal/calamares/modules/grubcfg.yml +51 -0
- package/conf/distros/focal/calamares/modules/keyboard.yml +29 -0
- package/conf/distros/focal/calamares/modules/locale.yml +7 -0
- package/conf/distros/focal/calamares/modules/machineid.yml +10 -0
- package/conf/distros/focal/calamares/modules/mount.yml +20 -0
- package/conf/distros/focal/calamares/modules/netinstall.yml +5 -0
- package/conf/distros/focal/calamares/modules/packages.mustache +5 -0
- package/conf/distros/focal/calamares/modules/partition.yml +21 -0
- package/conf/distros/focal/calamares/modules/removeuser.mustache +3 -0
- package/conf/distros/focal/calamares/modules/shellprocess@aptsources.yml +11 -0
- package/conf/distros/focal/calamares/modules/shellprocess@boot_deploy.yml +9 -0
- package/conf/distros/focal/calamares/modules/shellprocess@boot_reconfigure.yml +15 -0
- package/conf/distros/focal/calamares/modules/shellprocess@install_translations.yml +8 -0
- package/conf/distros/focal/calamares/modules/shellprocess@logs.yml +8 -0
- package/conf/distros/focal/calamares/modules/shellprocess@mkinitramfs.yml +6 -0
- package/conf/distros/focal/calamares/modules/shellprocess@nomodeset.yml +12 -0
- package/conf/distros/focal/calamares/modules/umount.yml +4 -0
- package/conf/distros/focal/calamares/modules/unpackfs.mustache +6 -0
- package/conf/distros/focal/calamares/modules/users.yml +27 -0
- package/conf/distros/focal/calamares/modules/welcome.yml +24 -0
- package/conf/distros/focal/calamares/settings.yml +97 -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/appimage/dependency-manager.d.ts +31 -0
- package/dist/appimage/dependency-manager.js +292 -0
- package/dist/appimage/first-run-check.d.ts +8 -0
- package/dist/appimage/first-run-check.js +13 -0
- package/dist/bin/dev.cmd +3 -0
- package/dist/bin/dev.js +6 -0
- package/dist/bin/run.cmd +3 -0
- package/dist/bin/run.js +16 -0
- package/dist/classes/cli-autologin.js +5 -5
- package/dist/classes/daddy.js +11 -11
- package/dist/classes/diversions.d.ts +5 -0
- package/dist/classes/diversions.js +23 -7
- package/dist/classes/incubation/fisherman-helper/initcpio.d.ts +7 -0
- package/dist/classes/incubation/fisherman-helper/initcpio.js +7 -0
- package/dist/classes/incubation/fisherman.js +0 -2
- package/dist/classes/network.d.ts +1 -1
- package/dist/classes/ovary.d/edit-live-fs.d.ts +1 -1
- package/dist/classes/ovary.d/edit-live-fs.js +129 -93
- package/dist/classes/ovary.d/fertilization.js +1 -1
- package/dist/classes/ovary.d/xorriso-command.js +1 -5
- package/dist/classes/pacman.d.ts +21 -7
- package/dist/classes/pacman.js +59 -39
- package/dist/classes/utils.d.ts +5 -5
- package/dist/classes/utils.js +30 -11
- package/dist/commands/calamares.js +1 -1
- package/dist/commands/config.js +3 -14
- package/dist/commands/cuckoo.js +1 -1
- package/dist/commands/{analyze.d.ts → export/appimage.d.ts} +10 -9
- package/dist/commands/export/appimage.js +76 -0
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/export/pkg.d.ts +1 -1
- package/dist/commands/export/pkg.js +2 -2
- package/dist/commands/{install.d.ts → krill.d.ts} +3 -4
- package/dist/commands/{install.js → krill.js} +5 -6
- package/dist/commands/produce.js +1 -1
- package/dist/commands/setup/install.d.ts +17 -0
- package/dist/commands/setup/install.js +71 -0
- package/dist/commands/setup/purge.d.ts +17 -0
- package/dist/commands/setup/purge.js +71 -0
- package/dist/commands/tools/repo.d.ts +0 -5
- package/dist/commands/tools/repo.js +205 -127
- package/dist/commands/update.d.ts +16 -1
- package/dist/commands/update.js +140 -63
- package/dist/krill/components/information.js +2 -2
- package/dist/krill/components/title.js +13 -13
- package/dist/lib/utils.d.ts +16 -0
- package/dist/lib/utils.js +5 -32
- package/dracut/create-symlink +0 -0
- package/dracut/export +0 -0
- package/dracut/export-dracut-analysis +0 -0
- package/dracut/export-dracut-log +0 -0
- package/dracut/mkisofs +0 -0
- 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/dracut/renew-initramfs +0 -0
- package/dracut/sbin2bin +0 -0
- package/dracut/update-dracut-conf-d +0 -0
- package/dracut/update-dracut-modules +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/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +594 -9
- package/package.json +124 -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 +0 -5
- package/perrisbrewery/template/man.template.md +7 -0
- package/scripts/99clean +0 -0
- package/scripts/_eggs +56 -47
- package/scripts/adapt.sh +0 -0
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs.bash +4 -4
- package/scripts/lsb_release +0 -0
- package/scripts/mom.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy +0 -0
- package/dist/commands/analyze.js +0 -95
- package/dist/commands/pods.d.ts +0 -22
- package/dist/commands/pods.js +0 -92
- package/scripts/boot-encrypted-root.sh +0 -220
- package/scripts/mount-encrypted-home.sh +0 -324
|
@@ -6,38 +6,43 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
7
7
|
</head>
|
|
8
8
|
<body>
|
|
9
|
-
<h1>eggs(1) -- the reproductive system of penguins: eggs v25.
|
|
9
|
+
<h1>eggs(1) -- the reproductive system of penguins: eggs v25.11.29</h1>
|
|
10
10
|
<h1>SYNOPSIS</h1>
|
|
11
11
|
<p>eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as live ISO image.</p>
|
|
12
12
|
<h1>INSTALL</h1>
|
|
13
|
+
<p>penguins-eggs as an AppImage, it can be installed on all supported distributions. Download it from https://github.com/pieroproietti/penguins-eggs/releases, then run the following commands:</p>
|
|
14
|
+
<pre><code>$ chmod +x penguins-eggs_25.11.29-1_amd64-x86_64.AppImage
|
|
15
|
+
$ sudo mv /usr/local/bin
|
|
16
|
+
$ sudo eggs setup
|
|
17
|
+
</code></pre>
|
|
13
18
|
<p>AlpineLinux</p>
|
|
14
19
|
<pre><code>$ doas apk add penguins-eggs@testing
|
|
15
20
|
</code></pre>
|
|
16
21
|
<p>AlmaLinux/RockyLinux</p>
|
|
17
|
-
<pre><code>$ sudo dnf install ./penguins-eggs_25.
|
|
22
|
+
<pre><code>$ sudo dnf install ./penguins-eggs_25.11.29-1_amd64-1rocky9.5..x86_64.rpm
|
|
18
23
|
|
|
19
24
|
</code></pre>
|
|
20
25
|
<p>Arch</p>
|
|
21
26
|
<pre><code>$ sudo pacman -S penguins-eggs
|
|
22
|
-
$ sudo pacman -U penguins-eggs_25.
|
|
27
|
+
$ sudo pacman -U penguins-eggs_25.11.29-1_amd64-1-x86_64.pkg.tar.zst
|
|
23
28
|
</code></pre>
|
|
24
29
|
<p>Debian/Devuan/Ubuntu</p>
|
|
25
30
|
<pre><code>$ sudo apt install penguins-eggs
|
|
26
|
-
$ sudo dpkg -i penguins-eggs_25.
|
|
31
|
+
$ sudo dpkg -i penguins-eggs_25.11.29-1_amd64.deb
|
|
27
32
|
</code></pre>
|
|
28
33
|
<p>Fedora</p>
|
|
29
|
-
<pre><code>$ sudo dnf install ./penguins-eggs_25.
|
|
34
|
+
<pre><code>$ sudo dnf install ./penguins-eggs_25.11.29-1_amd64-1fedora.x86_64.rpm
|
|
30
35
|
</code></pre>
|
|
31
36
|
<p>Manjaro</p>
|
|
32
37
|
<pre><code>$ sudo pamac install penguins-eggs
|
|
33
38
|
</code></pre>
|
|
34
39
|
<p>OpenMamba</p>
|
|
35
|
-
<pre><code>$ sudo dnf install ./penguins-eggs_25.
|
|
40
|
+
<pre><code>$ sudo dnf install ./penguins-eggs_25.11.29-1_amd64-1mamba.x86_64.rpm
|
|
36
41
|
</code></pre>
|
|
37
42
|
<h1>USAGE</h1>
|
|
38
43
|
<pre><code>$ eggs (-v|--version|version)
|
|
39
44
|
|
|
40
|
-
penguins-eggs/25.
|
|
45
|
+
penguins-eggs/25.11.29
|
|
41
46
|
$ eggs --help [COMMAND]
|
|
42
47
|
|
|
43
48
|
USAGE
|
|
@@ -58,17 +63,59 @@ sudo eggs dad
|
|
|
58
63
|
<p>The scope of this project is to implement the process of remastering your version of Linux, generate it as ISO image, to burn on a CD/DVD or copy to a usb key, to boot your system live. Of course, You can easily install your live image using GUI installer (calamares) or CLI installer (krill) always included.</p>
|
|
59
64
|
<h1>COMMANDS</h1>
|
|
60
65
|
<ul>
|
|
66
|
+
<li><a href="#eggs-adapt"><code>eggs adapt</code></a></li>
|
|
61
67
|
<li><a href="#eggs-autocomplete-shell"><code>eggs autocomplete [SHELL]</code></a></li>
|
|
68
|
+
<li><a href="#eggs-calamares"><code>eggs calamares</code></a></li>
|
|
69
|
+
<li><a href="#eggs-config"><code>eggs config</code></a></li>
|
|
70
|
+
<li><a href="#eggs-cuckoo"><code>eggs cuckoo</code></a></li>
|
|
71
|
+
<li><a href="#eggs-dad"><code>eggs dad</code></a></li>
|
|
72
|
+
<li><a href="#eggs-export-appimage"><code>eggs export appimage</code></a></li>
|
|
73
|
+
<li><a href="#eggs-export-iso"><code>eggs export iso</code></a></li>
|
|
74
|
+
<li><a href="#eggs-export-pkg"><code>eggs export pkg</code></a></li>
|
|
75
|
+
<li><a href="#eggs-export-tarballs"><code>eggs export tarballs</code></a></li>
|
|
62
76
|
<li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
|
|
77
|
+
<li><a href="#eggs-kill"><code>eggs kill</code></a></li>
|
|
78
|
+
<li><a href="#eggs-krill"><code>eggs krill</code></a></li>
|
|
79
|
+
<li><a href="#eggs-love"><code>eggs love</code></a></li>
|
|
80
|
+
<li><a href="#eggs-mom"><code>eggs mom</code></a></li>
|
|
81
|
+
<li><a href="#eggs-produce"><code>eggs produce</code></a></li>
|
|
82
|
+
<li><a href="#eggs-setup-install"><code>eggs setup install</code></a></li>
|
|
83
|
+
<li><a href="#eggs-setup-purge"><code>eggs setup purge</code></a></li>
|
|
84
|
+
<li><a href="#eggs-status"><code>eggs status</code></a></li>
|
|
85
|
+
<li><a href="#eggs-tools-clean"><code>eggs tools clean</code></a></li>
|
|
86
|
+
<li><a href="#eggs-tools-repo"><code>eggs tools repo</code></a></li>
|
|
87
|
+
<li><a href="#eggs-tools-skel"><code>eggs tools skel</code></a></li>
|
|
88
|
+
<li><a href="#eggs-tools-stat"><code>eggs tools stat</code></a></li>
|
|
89
|
+
<li><a href="#eggs-tools-yolk"><code>eggs tools yolk</code></a></li>
|
|
90
|
+
<li><a href="#eggs-update"><code>eggs update</code></a></li>
|
|
63
91
|
<li><a href="#eggs-version"><code>eggs version</code></a></li>
|
|
92
|
+
<li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
|
|
93
|
+
<li><a href="#eggs-wardrobe-list-repo"><code>eggs wardrobe list [REPO]</code></a></li>
|
|
94
|
+
<li><a href="#eggs-wardrobe-show-repo"><code>eggs wardrobe show [REPO]</code></a></li>
|
|
95
|
+
<li><a href="#eggs-wardrobe-wear-repo"><code>eggs wardrobe wear [REPO]</code></a></li>
|
|
64
96
|
</ul>
|
|
97
|
+
<h2><code>eggs adapt</code></h2>
|
|
98
|
+
<p>adapt monitor resolution for VM only</p>
|
|
99
|
+
<pre><code>USAGE
|
|
100
|
+
$ eggs adapt [-h] [-v]
|
|
101
|
+
|
|
102
|
+
FLAGS
|
|
103
|
+
-h, --help Show CLI help.
|
|
104
|
+
-v, --verbose
|
|
105
|
+
|
|
106
|
+
DESCRIPTION
|
|
107
|
+
adapt monitor resolution for VM only
|
|
108
|
+
|
|
109
|
+
EXAMPLES
|
|
110
|
+
$ eggs adapt
|
|
111
|
+
</code></pre>
|
|
65
112
|
<h2><code>eggs autocomplete [SHELL]</code></h2>
|
|
66
113
|
<p>Display autocomplete installation instructions.</p>
|
|
67
114
|
<pre><code>USAGE
|
|
68
115
|
$ eggs autocomplete [SHELL] [-r]
|
|
69
116
|
|
|
70
117
|
ARGUMENTS
|
|
71
|
-
SHELL (zsh|bash|powershell) Shell type
|
|
118
|
+
[SHELL] (zsh|bash|powershell) Shell type
|
|
72
119
|
|
|
73
120
|
FLAGS
|
|
74
121
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
@@ -86,6 +133,170 @@ EXAMPLES
|
|
|
86
133
|
$ eggs autocomplete powershell
|
|
87
134
|
|
|
88
135
|
$ eggs autocomplete --refresh-cache
|
|
136
|
+
</code></pre>
|
|
137
|
+
<h2><code>eggs calamares</code></h2>
|
|
138
|
+
<p>a GUI system installer - install and configure calamares</p>
|
|
139
|
+
<pre><code>USAGE
|
|
140
|
+
$ eggs calamares [-h] [-i] [-n] [-p] [-r] [--remove] [--theme <value>] [-v]
|
|
141
|
+
|
|
142
|
+
FLAGS
|
|
143
|
+
-h, --help Show CLI help.
|
|
144
|
+
-i, --install install calamares and its dependencies
|
|
145
|
+
-n, --nointeractive no user interaction
|
|
146
|
+
-p, --policies configure calamares policies
|
|
147
|
+
-r, --release release: remove calamares and all its dependencies after the installation
|
|
148
|
+
-v, --verbose
|
|
149
|
+
--remove remove calamares and its dependencies
|
|
150
|
+
--theme=<value> theme/branding for eggs and calamares
|
|
151
|
+
|
|
152
|
+
DESCRIPTION
|
|
153
|
+
a GUI system installer - install and configure calamares
|
|
154
|
+
|
|
155
|
+
EXAMPLES
|
|
156
|
+
sudo eggs calamares
|
|
157
|
+
|
|
158
|
+
sudo eggs calamares --install
|
|
159
|
+
|
|
160
|
+
sudo eggs calamares --install --theme=/path/to/theme
|
|
161
|
+
|
|
162
|
+
sudo eggs calamares --remove
|
|
163
|
+
</code></pre>
|
|
164
|
+
<h2><code>eggs config</code></h2>
|
|
165
|
+
<p>Configure eggs to run it</p>
|
|
166
|
+
<pre><code>USAGE
|
|
167
|
+
$ eggs config [-c] [-h] [-n] [-v]
|
|
168
|
+
|
|
169
|
+
FLAGS
|
|
170
|
+
-c, --clean remove old configuration before to create new one
|
|
171
|
+
-h, --help Show CLI help.
|
|
172
|
+
-n, --nointeractive no user interaction
|
|
173
|
+
-v, --verbose verbose
|
|
174
|
+
|
|
175
|
+
DESCRIPTION
|
|
176
|
+
Configure eggs to run it
|
|
177
|
+
|
|
178
|
+
EXAMPLES
|
|
179
|
+
sudo eggs config
|
|
180
|
+
|
|
181
|
+
sudo eggs config --clean
|
|
182
|
+
|
|
183
|
+
sudo eggs config --clean --nointeractive
|
|
184
|
+
</code></pre>
|
|
185
|
+
<h2><code>eggs cuckoo</code></h2>
|
|
186
|
+
<p>PXE start with proxy-dhcp</p>
|
|
187
|
+
<pre><code>USAGE
|
|
188
|
+
$ eggs cuckoo [-h] [-v]
|
|
189
|
+
|
|
190
|
+
FLAGS
|
|
191
|
+
-h, --help Show CLI help.
|
|
192
|
+
-v, --verbose verbose
|
|
193
|
+
|
|
194
|
+
DESCRIPTION
|
|
195
|
+
PXE start with proxy-dhcp
|
|
196
|
+
|
|
197
|
+
EXAMPLES
|
|
198
|
+
sudo eggs cuckoo
|
|
199
|
+
</code></pre>
|
|
200
|
+
<h2><code>eggs dad</code></h2>
|
|
201
|
+
<p>ask help from daddy - TUI configuration helper</p>
|
|
202
|
+
<pre><code>USAGE
|
|
203
|
+
$ eggs dad [-c] [-d] [-f <value>] [-n] [-h] [-v]
|
|
204
|
+
|
|
205
|
+
FLAGS
|
|
206
|
+
-c, --clean remove old configuration before to create
|
|
207
|
+
-d, --default reset to default values
|
|
208
|
+
-f, --file=<value> use a file configuration custom
|
|
209
|
+
-h, --help Show CLI help.
|
|
210
|
+
-n, --nointeractive no user interaction
|
|
211
|
+
-v, --verbose
|
|
212
|
+
|
|
213
|
+
DESCRIPTION
|
|
214
|
+
ask help from daddy - TUI configuration helper
|
|
215
|
+
|
|
216
|
+
EXAMPLES
|
|
217
|
+
sudo dad
|
|
218
|
+
|
|
219
|
+
sudo dad --clean
|
|
220
|
+
|
|
221
|
+
sudo dad --default
|
|
222
|
+
</code></pre>
|
|
223
|
+
<h2><code>eggs export appimage</code></h2>
|
|
224
|
+
<p>export penguins-eggs AppImage to the destination host</p>
|
|
225
|
+
<pre><code>USAGE
|
|
226
|
+
$ eggs export appimage [-c] [-h] [-v]
|
|
227
|
+
|
|
228
|
+
FLAGS
|
|
229
|
+
-c, --clean remove old .AppImage before to copy
|
|
230
|
+
-h, --help Show CLI help.
|
|
231
|
+
-v, --verbose verbose
|
|
232
|
+
|
|
233
|
+
DESCRIPTION
|
|
234
|
+
export penguins-eggs AppImage to the destination host
|
|
235
|
+
|
|
236
|
+
EXAMPLES
|
|
237
|
+
$ eggs export pkg
|
|
238
|
+
|
|
239
|
+
$ eggs export pkg --clean
|
|
240
|
+
|
|
241
|
+
$ eggs export pkg --all
|
|
242
|
+
</code></pre>
|
|
243
|
+
<h2><code>eggs export iso</code></h2>
|
|
244
|
+
<p>export remastered ISO in the destination host</p>
|
|
245
|
+
<pre><code>USAGE
|
|
246
|
+
$ eggs export iso [-C] [-c] [-h] [-v]
|
|
247
|
+
|
|
248
|
+
FLAGS
|
|
249
|
+
-C, --checksum export checksums md5 and sha256
|
|
250
|
+
-c, --clean delete old ISOs before to copy
|
|
251
|
+
-h, --help Show CLI help.
|
|
252
|
+
-v, --verbose verbose
|
|
253
|
+
|
|
254
|
+
DESCRIPTION
|
|
255
|
+
export remastered ISO in the destination host
|
|
256
|
+
|
|
257
|
+
EXAMPLES
|
|
258
|
+
$ eggs export iso
|
|
259
|
+
|
|
260
|
+
$ eggs export iso --clean
|
|
261
|
+
</code></pre>
|
|
262
|
+
<h2><code>eggs export pkg</code></h2>
|
|
263
|
+
<p>export penguins-eggs package to the destination host</p>
|
|
264
|
+
<pre><code>USAGE
|
|
265
|
+
$ eggs export pkg [-a] [-c] [-h] [-v]
|
|
266
|
+
|
|
267
|
+
FLAGS
|
|
268
|
+
-a, --all export all archs
|
|
269
|
+
-c, --clean remove old .deb before to copy
|
|
270
|
+
-h, --help Show CLI help.
|
|
271
|
+
-v, --verbose verbose
|
|
272
|
+
|
|
273
|
+
DESCRIPTION
|
|
274
|
+
export penguins-eggs package to the destination host
|
|
275
|
+
|
|
276
|
+
EXAMPLES
|
|
277
|
+
$ eggs export pkg
|
|
278
|
+
|
|
279
|
+
$ eggs export pkg --clean
|
|
280
|
+
|
|
281
|
+
$ eggs export pkg --all
|
|
282
|
+
</code></pre>
|
|
283
|
+
<h2><code>eggs export tarballs</code></h2>
|
|
284
|
+
<p>export pkg/iso/tarballs to the destination host</p>
|
|
285
|
+
<pre><code>USAGE
|
|
286
|
+
$ eggs export tarballs [-c] [-h] [-v]
|
|
287
|
+
|
|
288
|
+
FLAGS
|
|
289
|
+
-c, --clean remove old .deb before to copy
|
|
290
|
+
-h, --help Show CLI help.
|
|
291
|
+
-v, --verbose verbose
|
|
292
|
+
|
|
293
|
+
DESCRIPTION
|
|
294
|
+
export pkg/iso/tarballs to the destination host
|
|
295
|
+
|
|
296
|
+
EXAMPLES
|
|
297
|
+
$ eggs export tarballs
|
|
298
|
+
|
|
299
|
+
$ eggs export tarballs --clean
|
|
89
300
|
</code></pre>
|
|
90
301
|
<h2><code>eggs help [COMMAND]</code></h2>
|
|
91
302
|
<p>Display help for eggs.</p>
|
|
@@ -93,13 +304,295 @@ EXAMPLES
|
|
|
93
304
|
$ eggs help [COMMAND...] [-n]
|
|
94
305
|
|
|
95
306
|
ARGUMENTS
|
|
96
|
-
COMMAND... Command to show help for.
|
|
307
|
+
[COMMAND...] Command to show help for.
|
|
97
308
|
|
|
98
309
|
FLAGS
|
|
99
310
|
-n, --nested-commands Include all nested commands in the output.
|
|
100
311
|
|
|
101
312
|
DESCRIPTION
|
|
102
313
|
Display help for eggs.
|
|
314
|
+
</code></pre>
|
|
315
|
+
<h2><code>eggs kill</code></h2>
|
|
316
|
+
<p>kill the eggs/free the nest</p>
|
|
317
|
+
<pre><code>USAGE
|
|
318
|
+
$ eggs kill [-h] [-i] [-n] [-v]
|
|
319
|
+
|
|
320
|
+
FLAGS
|
|
321
|
+
-h, --help Show CLI help.
|
|
322
|
+
-i, --isos erase all ISOs on remote mount
|
|
323
|
+
-n, --nointeractive no user interaction
|
|
324
|
+
-v, --verbose verbose
|
|
325
|
+
|
|
326
|
+
DESCRIPTION
|
|
327
|
+
kill the eggs/free the nest
|
|
328
|
+
|
|
329
|
+
EXAMPLES
|
|
330
|
+
sudo eggs kill
|
|
331
|
+
</code></pre>
|
|
332
|
+
<h2><code>eggs krill</code></h2>
|
|
333
|
+
<p>a TUI system installer - install the system</p>
|
|
334
|
+
<pre><code>USAGE
|
|
335
|
+
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-R <value>] [-s] [-S] [-t]
|
|
336
|
+
[-u] [-v]
|
|
337
|
+
|
|
338
|
+
FLAGS
|
|
339
|
+
-H, --halt Halt the system after installation
|
|
340
|
+
-N, --none Swap none: 256M
|
|
341
|
+
-R, --replace=<value> Replace partition. eg: --replace /dev/sda3
|
|
342
|
+
-S, --suspend Swap suspend: RAM x 2
|
|
343
|
+
-b, --btrfs Format btrfs
|
|
344
|
+
-c, --chroot chroot before to end
|
|
345
|
+
-d, --domain=<value> Domain name, defult: .local
|
|
346
|
+
-h, --help Show CLI help.
|
|
347
|
+
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
348
|
+
-k, --crypted Crypted CLI installation
|
|
349
|
+
-n, --nointeractive no user interaction
|
|
350
|
+
-p, --pve Proxmox VE install
|
|
351
|
+
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
352
|
+
-s, --small Swap small: RAM
|
|
353
|
+
-t, --testing Just testing krill
|
|
354
|
+
-u, --unattended Unattended installation
|
|
355
|
+
-v, --verbose Verbose
|
|
356
|
+
|
|
357
|
+
DESCRIPTION
|
|
358
|
+
a TUI system installer - install the system
|
|
359
|
+
|
|
360
|
+
EXAMPLES
|
|
361
|
+
sudo eggs install
|
|
362
|
+
|
|
363
|
+
sudo eggs install --unattended --halt
|
|
364
|
+
|
|
365
|
+
sudo eggs install --chroot
|
|
366
|
+
</code></pre>
|
|
367
|
+
<h2><code>eggs love</code></h2>
|
|
368
|
+
<p>the simplest way to get an egg!</p>
|
|
369
|
+
<pre><code>USAGE
|
|
370
|
+
$ eggs love [-h] [-v] [-H] [-n] [-c] [-k] [-f]
|
|
371
|
+
|
|
372
|
+
FLAGS
|
|
373
|
+
-H, --hidden stealth mode
|
|
374
|
+
-c, --clone clone (uncrypted)
|
|
375
|
+
-f, --fullcrypt clone crypted full
|
|
376
|
+
-h, --help Show CLI help.
|
|
377
|
+
-k, --homecrypt clone crypted home
|
|
378
|
+
-n, --nointeractive no user interaction
|
|
379
|
+
-v, --verbose
|
|
380
|
+
|
|
381
|
+
DESCRIPTION
|
|
382
|
+
the simplest way to get an egg!
|
|
383
|
+
|
|
384
|
+
EXAMPLES
|
|
385
|
+
$ eggs auto
|
|
386
|
+
</code></pre>
|
|
387
|
+
<h2><code>eggs mom</code></h2>
|
|
388
|
+
<p>ask help from mommy - TUI helper</p>
|
|
389
|
+
<pre><code>USAGE
|
|
390
|
+
$ eggs mom [-h]
|
|
391
|
+
|
|
392
|
+
FLAGS
|
|
393
|
+
-h, --help Show CLI help.
|
|
394
|
+
|
|
395
|
+
DESCRIPTION
|
|
396
|
+
ask help from mommy - TUI helper
|
|
397
|
+
|
|
398
|
+
EXAMPLES
|
|
399
|
+
$ eggs mom
|
|
400
|
+
</code></pre>
|
|
401
|
+
<h2><code>eggs produce</code></h2>
|
|
402
|
+
<p>produce a live image from your system</p>
|
|
403
|
+
<pre><code>USAGE
|
|
404
|
+
$ eggs produce [--addons <value>...] [--basename <value>] [-c] [-k] [-f] [--excludes <value>...] [-h] [-H]
|
|
405
|
+
[-K <value>] [--links <value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-S] [--theme <value>] [-i] [-v]
|
|
406
|
+
[-y]
|
|
407
|
+
|
|
408
|
+
FLAGS
|
|
409
|
+
-H, --hidden stealth mode
|
|
410
|
+
-K, --kernel=<value> kernel version
|
|
411
|
+
-N, --noicon no icon eggs on desktop
|
|
412
|
+
-P, --prefix=<value> prefix
|
|
413
|
+
-S, --standard standard compression: xz -b 1M
|
|
414
|
+
-c, --clone clone (uncrypted)
|
|
415
|
+
-f, --fullcrypt clone crypted full
|
|
416
|
+
-h, --help Show CLI help.
|
|
417
|
+
-i, --includeRootHome folder /root is included on live
|
|
418
|
+
-k, --homecrypt clone crypted home
|
|
419
|
+
-m, --max max compression: xz -Xbcj ...
|
|
420
|
+
-n, --nointeractive no user interaction
|
|
421
|
+
-p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
|
|
422
|
+
-s, --script script mode. Generate scripts to manage iso build
|
|
423
|
+
-v, --verbose verbose
|
|
424
|
+
-y, --yolk force yolk renew
|
|
425
|
+
--addons=<value>... addons to be used: adapt, pve, rsupport
|
|
426
|
+
--basename=<value> basename
|
|
427
|
+
--excludes=<value>... use: static, homes, home
|
|
428
|
+
--links=<value>... desktop links
|
|
429
|
+
--release release: remove penguins-eggs, calamares and dependencies after installation
|
|
430
|
+
--theme=<value> theme for livecd, calamares branding and partitions
|
|
431
|
+
|
|
432
|
+
DESCRIPTION
|
|
433
|
+
produce a live image from your system
|
|
434
|
+
|
|
435
|
+
EXAMPLES
|
|
436
|
+
sudo eggs produce # zstd fast compression
|
|
437
|
+
|
|
438
|
+
sudo eggs produce --pendrive # zstd compression optimized pendrive
|
|
439
|
+
|
|
440
|
+
sudo eggs produce --clone # clear clone (unencrypted)
|
|
441
|
+
|
|
442
|
+
sudo eggs produce --homecrypt # clone crypted home (all inside /home is cypted)
|
|
443
|
+
|
|
444
|
+
sudo eggs produce --fullcrypt # clone crypted full (entire system is crypted)
|
|
445
|
+
|
|
446
|
+
sudo eggs produce --basename=colibri
|
|
447
|
+
</code></pre>
|
|
448
|
+
<h2><code>eggs setup install</code></h2>
|
|
449
|
+
<p>Automatically check and install system prerequisites</p>
|
|
450
|
+
<pre><code>USAGE
|
|
451
|
+
$ eggs setup install
|
|
452
|
+
|
|
453
|
+
DESCRIPTION
|
|
454
|
+
Automatically check and install system prerequisites
|
|
455
|
+
|
|
456
|
+
EXAMPLES
|
|
457
|
+
$ eggs setup # this help
|
|
458
|
+
|
|
459
|
+
sudo eggs setup install # install native dependencies, autocomplete, man, etc
|
|
460
|
+
|
|
461
|
+
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
462
|
+
</code></pre>
|
|
463
|
+
<h2><code>eggs setup purge</code></h2>
|
|
464
|
+
<p>Automatically check and install system prerequisites</p>
|
|
465
|
+
<pre><code>USAGE
|
|
466
|
+
$ eggs setup purge
|
|
467
|
+
|
|
468
|
+
DESCRIPTION
|
|
469
|
+
Automatically check and install system prerequisites
|
|
470
|
+
|
|
471
|
+
EXAMPLES
|
|
472
|
+
$ eggs setup # this help
|
|
473
|
+
|
|
474
|
+
sudo eggs setup install # install native dependencies, autocomplete, man, etc
|
|
475
|
+
|
|
476
|
+
sudo eggs setup purge # purge all configurations, autocomplete, man, etc installed from penguins-eggs AppImage
|
|
477
|
+
</code></pre>
|
|
478
|
+
<h2><code>eggs status</code></h2>
|
|
479
|
+
<p>informations about eggs status</p>
|
|
480
|
+
<pre><code>USAGE
|
|
481
|
+
$ eggs status [-h] [-v]
|
|
482
|
+
|
|
483
|
+
FLAGS
|
|
484
|
+
-h, --help Show CLI help.
|
|
485
|
+
-v, --verbose
|
|
486
|
+
|
|
487
|
+
DESCRIPTION
|
|
488
|
+
informations about eggs status
|
|
489
|
+
|
|
490
|
+
EXAMPLES
|
|
491
|
+
$ eggs status
|
|
492
|
+
</code></pre>
|
|
493
|
+
<h2><code>eggs tools clean</code></h2>
|
|
494
|
+
<p>clean system log, apt, etc</p>
|
|
495
|
+
<pre><code>USAGE
|
|
496
|
+
$ eggs tools clean [-h] [-n] [-v]
|
|
497
|
+
|
|
498
|
+
FLAGS
|
|
499
|
+
-h, --help Show CLI help.
|
|
500
|
+
-n, --nointeractive no user interaction
|
|
501
|
+
-v, --verbose verbose
|
|
502
|
+
|
|
503
|
+
DESCRIPTION
|
|
504
|
+
clean system log, apt, etc
|
|
505
|
+
|
|
506
|
+
EXAMPLES
|
|
507
|
+
sudo eggs tools clean
|
|
508
|
+
</code></pre>
|
|
509
|
+
<h2><code>eggs tools repo</code></h2>
|
|
510
|
+
<p>add/remove penguins-repos</p>
|
|
511
|
+
<pre><code>USAGE
|
|
512
|
+
$ eggs tools repo [-a] [-h] [-n] [-r] [-v]
|
|
513
|
+
|
|
514
|
+
FLAGS
|
|
515
|
+
-a, --add add penguins-repos
|
|
516
|
+
-h, --help Show CLI help.
|
|
517
|
+
-n, --nointeractive no user interaction
|
|
518
|
+
-r, --remove remove penguins-repos
|
|
519
|
+
-v, --verbose verbose
|
|
520
|
+
|
|
521
|
+
DESCRIPTION
|
|
522
|
+
add/remove penguins-repos
|
|
523
|
+
|
|
524
|
+
EXAMPLES
|
|
525
|
+
sudo eggs tools repo --add
|
|
526
|
+
|
|
527
|
+
sudo eggs tools repo --remove
|
|
528
|
+
</code></pre>
|
|
529
|
+
<h2><code>eggs tools skel</code></h2>
|
|
530
|
+
<p>update skel from home configuration</p>
|
|
531
|
+
<pre><code>USAGE
|
|
532
|
+
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
533
|
+
|
|
534
|
+
FLAGS
|
|
535
|
+
-h, --help Show CLI help.
|
|
536
|
+
-u, --user=<value> user to be used
|
|
537
|
+
-v, --verbose
|
|
538
|
+
|
|
539
|
+
DESCRIPTION
|
|
540
|
+
update skel from home configuration
|
|
541
|
+
|
|
542
|
+
EXAMPLES
|
|
543
|
+
sudo eggs tools skel
|
|
544
|
+
|
|
545
|
+
sudo eggs tools skel --user user-to-be-copied
|
|
546
|
+
</code></pre>
|
|
547
|
+
<h2><code>eggs tools stat</code></h2>
|
|
548
|
+
<p>get statistics from sourceforge</p>
|
|
549
|
+
<pre><code>USAGE
|
|
550
|
+
$ eggs tools stat [-h] [-m] [-y]
|
|
551
|
+
|
|
552
|
+
FLAGS
|
|
553
|
+
-h, --help Show CLI help.
|
|
554
|
+
-m, --month current month
|
|
555
|
+
-y, --year current year
|
|
556
|
+
|
|
557
|
+
DESCRIPTION
|
|
558
|
+
get statistics from sourceforge
|
|
559
|
+
|
|
560
|
+
EXAMPLES
|
|
561
|
+
$ eggs tools stat
|
|
562
|
+
|
|
563
|
+
$ eggs tools stat --month
|
|
564
|
+
|
|
565
|
+
$ eggs tools stat --year
|
|
566
|
+
</code></pre>
|
|
567
|
+
<h2><code>eggs tools yolk</code></h2>
|
|
568
|
+
<p>configure eggs to install without internet</p>
|
|
569
|
+
<pre><code>USAGE
|
|
570
|
+
$ eggs tools yolk [-h] [-v]
|
|
571
|
+
|
|
572
|
+
FLAGS
|
|
573
|
+
-h, --help Show CLI help.
|
|
574
|
+
-v, --verbose
|
|
575
|
+
|
|
576
|
+
DESCRIPTION
|
|
577
|
+
configure eggs to install without internet
|
|
578
|
+
|
|
579
|
+
EXAMPLES
|
|
580
|
+
sudo eggs tools yolk
|
|
581
|
+
</code></pre>
|
|
582
|
+
<h2><code>eggs update</code></h2>
|
|
583
|
+
<p>update the Penguins' eggs tool</p>
|
|
584
|
+
<pre><code>USAGE
|
|
585
|
+
$ eggs update [-h] [-v]
|
|
586
|
+
|
|
587
|
+
FLAGS
|
|
588
|
+
-h, --help Show CLI help.
|
|
589
|
+
-v, --verbose verbose
|
|
590
|
+
|
|
591
|
+
DESCRIPTION
|
|
592
|
+
update the Penguins' eggs tool
|
|
593
|
+
|
|
594
|
+
EXAMPLES
|
|
595
|
+
$ eggs update
|
|
103
596
|
</code></pre>
|
|
104
597
|
<h2><code>eggs version</code></h2>
|
|
105
598
|
<pre><code>USAGE
|
|
@@ -115,6 +608,98 @@ FLAG DESCRIPTIONS
|
|
|
115
608
|
--verbose Show additional information about the CLI.
|
|
116
609
|
|
|
117
610
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
611
|
+
</code></pre>
|
|
612
|
+
<h2><code>eggs wardrobe get [REPO]</code></h2>
|
|
613
|
+
<p>get warorobe</p>
|
|
614
|
+
<pre><code>USAGE
|
|
615
|
+
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
616
|
+
|
|
617
|
+
ARGUMENTS
|
|
618
|
+
[REPO] repository to get
|
|
619
|
+
|
|
620
|
+
FLAGS
|
|
621
|
+
-h, --help Show CLI help.
|
|
622
|
+
-v, --verbose
|
|
623
|
+
|
|
624
|
+
DESCRIPTION
|
|
625
|
+
get warorobe
|
|
626
|
+
|
|
627
|
+
EXAMPLES
|
|
628
|
+
$ eggs wardrobe get
|
|
629
|
+
|
|
630
|
+
$ eggs wardrobe get your-wardrobe
|
|
631
|
+
</code></pre>
|
|
632
|
+
<h2><code>eggs wardrobe list [REPO]</code></h2>
|
|
633
|
+
<p>list costumes and accessoires in wardrobe</p>
|
|
634
|
+
<pre><code>USAGE
|
|
635
|
+
$ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
|
|
636
|
+
|
|
637
|
+
ARGUMENTS
|
|
638
|
+
[REPO] wardrobe to get
|
|
639
|
+
|
|
640
|
+
FLAGS
|
|
641
|
+
-d, --distro=<value> distro
|
|
642
|
+
-h, --help Show CLI help.
|
|
643
|
+
-v, --verbose
|
|
644
|
+
|
|
645
|
+
DESCRIPTION
|
|
646
|
+
list costumes and accessoires in wardrobe
|
|
647
|
+
|
|
648
|
+
EXAMPLES
|
|
649
|
+
$ eggs wardrobe list
|
|
650
|
+
|
|
651
|
+
$ eggs wardrobe list your-wardrobe
|
|
652
|
+
|
|
653
|
+
$ eggs wardrobe list --distro arch
|
|
654
|
+
</code></pre>
|
|
655
|
+
<h2><code>eggs wardrobe show [REPO]</code></h2>
|
|
656
|
+
<p>show costumes/accessories in wardrobe</p>
|
|
657
|
+
<pre><code>USAGE
|
|
658
|
+
$ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
|
|
659
|
+
|
|
660
|
+
ARGUMENTS
|
|
661
|
+
[REPO] costume to show
|
|
662
|
+
|
|
663
|
+
FLAGS
|
|
664
|
+
-h, --help Show CLI help.
|
|
665
|
+
-j, --json output JSON
|
|
666
|
+
-v, --verbose
|
|
667
|
+
-w, --wardrobe=<value> wardrobe
|
|
668
|
+
|
|
669
|
+
DESCRIPTION
|
|
670
|
+
show costumes/accessories in wardrobe
|
|
671
|
+
|
|
672
|
+
EXAMPLES
|
|
673
|
+
$ eggs wardrobe show colibri
|
|
674
|
+
|
|
675
|
+
$ eggs wardrobe show accessories/firmwares
|
|
676
|
+
|
|
677
|
+
$ eggs wardrobe show accessories/
|
|
678
|
+
</code></pre>
|
|
679
|
+
<h2><code>eggs wardrobe wear [REPO]</code></h2>
|
|
680
|
+
<p>wear costume/accessories from wardrobe</p>
|
|
681
|
+
<pre><code>USAGE
|
|
682
|
+
$ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
|
|
683
|
+
|
|
684
|
+
ARGUMENTS
|
|
685
|
+
[REPO] costume to wear
|
|
686
|
+
|
|
687
|
+
FLAGS
|
|
688
|
+
-a, --no_accessories not install accessories
|
|
689
|
+
-f, --no_firmwares not install firmwares
|
|
690
|
+
-h, --help Show CLI help.
|
|
691
|
+
-v, --verbose
|
|
692
|
+
-w, --wardrobe=<value> wardrobe
|
|
693
|
+
|
|
694
|
+
DESCRIPTION
|
|
695
|
+
wear costume/accessories from wardrobe
|
|
696
|
+
|
|
697
|
+
EXAMPLES
|
|
698
|
+
sudo eggs wardrobe wear duck
|
|
699
|
+
|
|
700
|
+
sudo eggs wardrobe wear accessories/firmwares
|
|
701
|
+
|
|
702
|
+
sudo eggs wardrobe wear wagtail/waydroid
|
|
118
703
|
</code></pre>
|
|
119
704
|
<h1>FILES</h1>
|
|
120
705
|
<pre><code> /etc/penguins-eggs.d
|