penguins-eggs 25.9.2 → 25.9.7
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 +1 -1
- package/README.md +47 -45
- package/README.pdf +815 -801
- 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/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/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
- package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +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/openmamba/calamares/modules/users.yml +1 -1
- 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/exclude.list.d/master.list +4 -0
- package/conf/init/unattended.sh +0 -0
- package/dist/classes/incubation/incubator.js +5 -1
- package/dist/classes/utils.d/kernel.d.ts +9 -1
- package/dist/classes/utils.d/kernel.js +86 -1
- package/dist/classes/utils.d.ts +2 -1
- package/dist/classes/utils.js +14 -2
- package/dist/commands/export/pkg.js +16 -22
- package/dist/commands/tools/ppa.d.ts +6 -0
- package/dist/commands/tools/ppa.js +73 -26
- package/dist/commands/update.d.ts +2 -7
- package/dist/commands/update.js +102 -91
- package/dist/krill/classes/sequence.d/bootloader.js +24 -10
- package/dist/krill/classes/sequence.d/bootloader_config.js +58 -8
- package/dist/krill/classes/sequence.d/mkfs.js +8 -4
- package/dist/krill/classes/sequence.d/mount_vfs.js +24 -5
- package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +7 -5
- package/dist/krill/classes/sequence.js +9 -9
- package/dist/penguins-eggs_25.9.7-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_amd64.deb.sha256 +1 -0
- package/dist/penguins-eggs_25.9.7-1_arm64.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_arm64.deb.sha256 +1 -0
- package/dist/penguins-eggs_25.9.7-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.9.7-1_i386.deb.sha256 +1 -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 +131 -125
- 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-bionic.yaml +6 -23
- package/pods/almalinux.sh +0 -0
- package/pods/archlinux.sh +0 -0
- package/pods/ci/kernel-overlay-install.sh +0 -0
- package/pods/ci/minimal/almalinux-container2host.sh +0 -0
- package/pods/ci/minimal/archlinux-container2host.sh +0 -0
- package/pods/ci/minimal/debian-container2host.sh +0 -0
- package/pods/ci/minimal/fedora-container2host.sh +0 -0
- package/pods/ci/minimal/manjaro-container2host.sh +0 -0
- package/pods/ci/minimal/opensuse-container2host.sh +0 -0
- package/pods/ci/penguins-eggs-execute.sh +0 -0
- package/pods/ci/penguins-eggs-install.sh +0 -0
- package/pods/ci/run +0 -0
- package/pods/ci/run-on-almalinux.sh +0 -0
- package/pods/ci/run-on-archlinux.sh +0 -0
- package/pods/ci/run-on-debian.sh +0 -0
- package/pods/ci/run-on-devuan.sh +0 -0
- package/pods/ci/run-on-fedora.sh +0 -0
- package/pods/ci/run-on-manjaro.sh +0 -0
- package/pods/ci/run-on-opensuse.sh +0 -0
- package/pods/ci/run-on-rockylinux.sh +0 -0
- package/pods/ci/run-on-ubuntu.sh +0 -0
- package/pods/debian.sh +0 -0
- package/pods/devuan.sh +0 -0
- package/pods/fedora.sh +0 -0
- package/pods/lmde.sh +0 -0
- package/pods/manjaro.sh +0 -0
- package/pods/opensuse.sh +0 -0
- package/pods/podman.command.sh +0 -0
- package/pods/rocky.sh +0 -0
- package/pods/run-build-packages-debs.sh +0 -0
- package/pods/run-create-debs.sh +0 -0
- package/pods/ubuntu.sh +0 -0
- package/scripts/99clean +0 -0
- package/scripts/adapt.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/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy +0 -0
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://npmjs.org/package/penguins-eggs)
|
|
10
10
|
|
|
11
11
|
<a href="https://drive.google.com/drive/folders/19M7fDEebPZjEY4yHD79zSMWFndCPishN">
|
|
12
|
-
<img src="
|
|
12
|
+
<img src="https://raw.githubusercontent.com/pieroproietti/penguins-eggs/master/images/penguins-eggs-300x300.png" width="280" height="300" alt="CD-ROM">
|
|
13
13
|
</a>
|
|
14
14
|
|
|
15
15
|
It took years of work to create the penguins-eggs, and I also incurred expenses for renting the site and subscribing to Google Gemini, for the artificial intelligence that is now indispensable.
|
|
@@ -18,6 +18,8 @@ It took years of work to create the penguins-eggs, and I also incurred expenses
|
|
|
18
18
|
|
|
19
19
|
## Index
|
|
20
20
|
<!-- toc -->
|
|
21
|
+
* [README](#readme)
|
|
22
|
+
* [Penguin's eggs are generated and new birds are ready to fly...](#penguin39s-eggs-are-generated-and-new-birds-are-ready-to-fly)
|
|
21
23
|
* [Presentation](#presentation)
|
|
22
24
|
* [Installation](#installation)
|
|
23
25
|
* [Introduction](#introduction)
|
|
@@ -52,21 +54,21 @@ Here’s a breakdown of what it’s used for:
|
|
|
52
54
|
|
|
53
55
|
* System Backup and Cloning: You can use penguins-eggs to create a snapshot of your current Linux system, including installed packages, configurations, and user data (if you choose). This can be handy for disaster recovery or migrating to a new machine.
|
|
54
56
|
|
|
55
|
-
Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/
|
|
57
|
+
Lightweight and Distro-Agnostic: It works across various Debian, Devuan, Ubuntu, Arch, Fedora, Almalinux, Rocky, OpenSuSE and Alpine derivativesso you’re not locked into one ecosystem. Please consult the complete list of [SUPPORTED-DISTROS](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md) to get more informations.
|
|
56
58
|
|
|
57
59
|
# Installation
|
|
58
60
|
|
|
59
61
|
## penguins-eggs-25.7.x installation
|
|
60
62
|
`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.
|
|
61
63
|
|
|
62
|
-
### using
|
|
63
|
-
It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/
|
|
64
|
+
### using fresh-eggs
|
|
65
|
+
It's the most pratical way and is suitable for all [supported distros](https://github.com/pieroproietti/fresh-eggs/blob/main/SUPPORTED-DISTROS.md).
|
|
64
66
|
|
|
65
|
-
[
|
|
67
|
+
[fresh-eggs](https://github.com/pieroproietti/fresh-eggs) configure automatically `nodesource` when need, and install the right package for your distro. Copy and paste, the follow commands:
|
|
66
68
|
```
|
|
67
|
-
git clone https://github.com/pieroproietti/
|
|
68
|
-
cd
|
|
69
|
-
sudo ./
|
|
69
|
+
git clone https://github.com/pieroproietti/fresh-eggs
|
|
70
|
+
cd fresh-eggs
|
|
71
|
+
sudo ./fresh-eggs.sh
|
|
70
72
|
```
|
|
71
73
|
And follow instructions.
|
|
72
74
|
|
|
@@ -79,10 +81,10 @@ Since penguins-eggs-25.7.14 rpm packages for Enterprise Linux [el9](https://peng
|
|
|
79
81
|
I created and maintain a package for Alpine. Its repository is [penguins-alpine](https://github.com/pieroproietti/penguins-alpine) and related packages can be downloaded from [penguins-eggs.net](https://penguins-eggs.net/basket/index.php/packages/alpine) or the [sourceforge page](https://sourceforge.net/projects/penguins-eggs/files/Packages/alpine/).
|
|
80
82
|
|
|
81
83
|
### Arch
|
|
82
|
-
Just download and install penguins-eggs-25.x.x using [
|
|
84
|
+
Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
|
|
83
85
|
|
|
84
86
|
### Debian, Devuan, Ubuntu
|
|
85
|
-
Just download and install penguins-eggs-25.x.x using [
|
|
87
|
+
Just download and install penguins-eggs-25.x.x using [fresh-eggs](https://github.com/pieroproietti/fresh-eggs).
|
|
86
88
|
|
|
87
89
|
#### Debian 10 Buster, Debian 11 Bullseye
|
|
88
90
|
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.
|
|
@@ -284,15 +286,15 @@ Overall, Eggs' packages offer a comprehensive and user-friendly experience, with
|
|
|
284
286
|
|
|
285
287
|
|
|
286
288
|
### Install eggs
|
|
287
|
-
There are multiple methods available, lately I prefer `
|
|
289
|
+
There are multiple methods available, lately I prefer `fresh-eggs` way, working for all the supported distros: Arch, Debian, Devuan, Manjaro, Ubuntu and derivatives.:
|
|
288
290
|
|
|
289
291
|
```
|
|
290
|
-
git clone https://github.com/pieroproietti/
|
|
291
|
-
cd
|
|
292
|
-
sudo ./
|
|
292
|
+
git clone https://github.com/pieroproietti/fresh-eggs
|
|
293
|
+
cd fresh-eggs
|
|
294
|
+
sudo ./fresh-eggs.sh
|
|
293
295
|
```
|
|
294
296
|
|
|
295
|
-
`
|
|
297
|
+
`fresh-eggs` on Debian families add automatically the `penguins-eggs-ppa` repository and, when need, add `nodesource` repository. On Arch, `chaotic-aur` repo will be added.
|
|
296
298
|
|
|
297
299
|
This let to install, update, remove `penguins-eggs` like a native package.
|
|
298
300
|
|
|
@@ -316,7 +318,7 @@ This command will add the penguins-eggs-ppa repository to your system, allowing
|
|
|
316
318
|
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.
|
|
317
319
|
|
|
318
320
|
##### Using penguins-eggs-ppa
|
|
319
|
-
For derivatives of Debian, Devuan, and Ubuntu, such as Linuxmint, LMDE, etc., `
|
|
321
|
+
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:
|
|
320
322
|
|
|
321
323
|
```
|
|
322
324
|
curl -fsSL https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/penguins-eggs.gpg
|
|
@@ -384,7 +386,7 @@ sudo pacman -Sy penguins-eggs
|
|
|
384
386
|
```
|
|
385
387
|
This command will synchronize the package databases and install penguins-eggs on your system.
|
|
386
388
|
|
|
387
|
-
Alternatively, you can use a utility called `
|
|
389
|
+
Alternatively, you can use a utility called `fresh-eggs`. This script will add the AUR repository and install penguins-eggs on your system.
|
|
388
390
|
|
|
389
391
|
It's possible too to use the popular AUR helper tool called `yay`. Simply run the following command:
|
|
390
392
|
```
|
|
@@ -534,7 +536,7 @@ EXAMPLES
|
|
|
534
536
|
$ eggs adapt
|
|
535
537
|
```
|
|
536
538
|
|
|
537
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
539
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/adapt.ts)_
|
|
538
540
|
|
|
539
541
|
## `eggs analyze`
|
|
540
542
|
|
|
@@ -555,7 +557,7 @@ EXAMPLES
|
|
|
555
557
|
sudo eggs analyze
|
|
556
558
|
```
|
|
557
559
|
|
|
558
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
560
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/analyze.ts)_
|
|
559
561
|
|
|
560
562
|
## `eggs autocomplete [SHELL]`
|
|
561
563
|
|
|
@@ -619,7 +621,7 @@ EXAMPLES
|
|
|
619
621
|
sudo eggs calamares --remove
|
|
620
622
|
```
|
|
621
623
|
|
|
622
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
624
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/calamares.ts)_
|
|
623
625
|
|
|
624
626
|
## `eggs config`
|
|
625
627
|
|
|
@@ -646,7 +648,7 @@ EXAMPLES
|
|
|
646
648
|
sudo eggs config --clean --nointeractive
|
|
647
649
|
```
|
|
648
650
|
|
|
649
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
651
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/config.ts)_
|
|
650
652
|
|
|
651
653
|
## `eggs cuckoo`
|
|
652
654
|
|
|
@@ -667,7 +669,7 @@ EXAMPLES
|
|
|
667
669
|
sudo eggs cuckoo
|
|
668
670
|
```
|
|
669
671
|
|
|
670
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
672
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/cuckoo.ts)_
|
|
671
673
|
|
|
672
674
|
## `eggs dad`
|
|
673
675
|
|
|
@@ -696,7 +698,7 @@ EXAMPLES
|
|
|
696
698
|
sudo dad --default
|
|
697
699
|
```
|
|
698
700
|
|
|
699
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
701
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/dad.ts)_
|
|
700
702
|
|
|
701
703
|
## `eggs export iso`
|
|
702
704
|
|
|
@@ -721,7 +723,7 @@ EXAMPLES
|
|
|
721
723
|
$ eggs export iso --clean
|
|
722
724
|
```
|
|
723
725
|
|
|
724
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
726
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/iso.ts)_
|
|
725
727
|
|
|
726
728
|
## `eggs export pkg`
|
|
727
729
|
|
|
@@ -748,7 +750,7 @@ EXAMPLES
|
|
|
748
750
|
$ eggs export pkg --all
|
|
749
751
|
```
|
|
750
752
|
|
|
751
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
753
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/pkg.ts)_
|
|
752
754
|
|
|
753
755
|
## `eggs export tarballs`
|
|
754
756
|
|
|
@@ -772,7 +774,7 @@ EXAMPLES
|
|
|
772
774
|
$ eggs export tarballs --clean
|
|
773
775
|
```
|
|
774
776
|
|
|
775
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
777
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/tarballs.ts)_
|
|
776
778
|
|
|
777
779
|
## `eggs help [COMMAND]`
|
|
778
780
|
|
|
@@ -834,7 +836,7 @@ EXAMPLES
|
|
|
834
836
|
sudo eggs install --chroot
|
|
835
837
|
```
|
|
836
838
|
|
|
837
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
839
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/install.ts)_
|
|
838
840
|
|
|
839
841
|
## `eggs kill`
|
|
840
842
|
|
|
@@ -857,7 +859,7 @@ EXAMPLES
|
|
|
857
859
|
sudo eggs kill
|
|
858
860
|
```
|
|
859
861
|
|
|
860
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
862
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/kill.ts)_
|
|
861
863
|
|
|
862
864
|
## `eggs krill`
|
|
863
865
|
|
|
@@ -919,7 +921,7 @@ EXAMPLES
|
|
|
919
921
|
$ eggs auto
|
|
920
922
|
```
|
|
921
923
|
|
|
922
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
924
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/love.ts)_
|
|
923
925
|
|
|
924
926
|
## `eggs mom`
|
|
925
927
|
|
|
@@ -939,7 +941,7 @@ EXAMPLES
|
|
|
939
941
|
$ eggs mom
|
|
940
942
|
```
|
|
941
943
|
|
|
942
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
944
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/mom.ts)_
|
|
943
945
|
|
|
944
946
|
## `eggs pods [DISTRO]`
|
|
945
947
|
|
|
@@ -966,7 +968,7 @@ EXAMPLES
|
|
|
966
968
|
$ eggs pods ubuntu
|
|
967
969
|
```
|
|
968
970
|
|
|
969
|
-
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
971
|
+
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/pods.ts)_
|
|
970
972
|
|
|
971
973
|
## `eggs produce`
|
|
972
974
|
|
|
@@ -1027,7 +1029,7 @@ EXAMPLES
|
|
|
1027
1029
|
sudo eggs produce --excludes home # exclude ~/*
|
|
1028
1030
|
```
|
|
1029
1031
|
|
|
1030
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1032
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/produce.ts)_
|
|
1031
1033
|
|
|
1032
1034
|
## `eggs status`
|
|
1033
1035
|
|
|
@@ -1048,7 +1050,7 @@ EXAMPLES
|
|
|
1048
1050
|
$ eggs status
|
|
1049
1051
|
```
|
|
1050
1052
|
|
|
1051
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1053
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/status.ts)_
|
|
1052
1054
|
|
|
1053
1055
|
## `eggs syncfrom`
|
|
1054
1056
|
|
|
@@ -1074,7 +1076,7 @@ EXAMPLES
|
|
|
1074
1076
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
1075
1077
|
```
|
|
1076
1078
|
|
|
1077
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1079
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncfrom.ts)_
|
|
1078
1080
|
|
|
1079
1081
|
## `eggs syncto`
|
|
1080
1082
|
|
|
@@ -1101,7 +1103,7 @@ EXAMPLES
|
|
|
1101
1103
|
sudo eggs syncto --excludes
|
|
1102
1104
|
```
|
|
1103
1105
|
|
|
1104
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1106
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncto.ts)_
|
|
1105
1107
|
|
|
1106
1108
|
## `eggs tools clean`
|
|
1107
1109
|
|
|
@@ -1123,7 +1125,7 @@ EXAMPLES
|
|
|
1123
1125
|
sudo eggs tools clean
|
|
1124
1126
|
```
|
|
1125
1127
|
|
|
1126
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1128
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/clean.ts)_
|
|
1127
1129
|
|
|
1128
1130
|
## `eggs tools ppa`
|
|
1129
1131
|
|
|
@@ -1149,7 +1151,7 @@ EXAMPLES
|
|
|
1149
1151
|
sudo eggs tools ppa --remove
|
|
1150
1152
|
```
|
|
1151
1153
|
|
|
1152
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1154
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/ppa.ts)_
|
|
1153
1155
|
|
|
1154
1156
|
## `eggs tools skel`
|
|
1155
1157
|
|
|
@@ -1173,7 +1175,7 @@ EXAMPLES
|
|
|
1173
1175
|
sudo eggs tools skel --user user-to-be-copied
|
|
1174
1176
|
```
|
|
1175
1177
|
|
|
1176
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1178
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/skel.ts)_
|
|
1177
1179
|
|
|
1178
1180
|
## `eggs tools stat`
|
|
1179
1181
|
|
|
@@ -1199,7 +1201,7 @@ EXAMPLES
|
|
|
1199
1201
|
$ eggs tools stat --year
|
|
1200
1202
|
```
|
|
1201
1203
|
|
|
1202
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1204
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/stat.ts)_
|
|
1203
1205
|
|
|
1204
1206
|
## `eggs tools yolk`
|
|
1205
1207
|
|
|
@@ -1220,7 +1222,7 @@ EXAMPLES
|
|
|
1220
1222
|
sudo eggs tools yolk
|
|
1221
1223
|
```
|
|
1222
1224
|
|
|
1223
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1225
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/yolk.ts)_
|
|
1224
1226
|
|
|
1225
1227
|
## `eggs update`
|
|
1226
1228
|
|
|
@@ -1241,7 +1243,7 @@ EXAMPLES
|
|
|
1241
1243
|
$ eggs update
|
|
1242
1244
|
```
|
|
1243
1245
|
|
|
1244
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1246
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/update.ts)_
|
|
1245
1247
|
|
|
1246
1248
|
## `eggs version`
|
|
1247
1249
|
|
|
@@ -1287,7 +1289,7 @@ EXAMPLES
|
|
|
1287
1289
|
$ eggs wardrobe get your-wardrobe
|
|
1288
1290
|
```
|
|
1289
1291
|
|
|
1290
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1292
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/get.ts)_
|
|
1291
1293
|
|
|
1292
1294
|
## `eggs wardrobe list [REPO]`
|
|
1293
1295
|
|
|
@@ -1316,7 +1318,7 @@ EXAMPLES
|
|
|
1316
1318
|
$ eggs wardrobe list --distro arch
|
|
1317
1319
|
```
|
|
1318
1320
|
|
|
1319
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1321
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/list.ts)_
|
|
1320
1322
|
|
|
1321
1323
|
## `eggs wardrobe show [REPO]`
|
|
1322
1324
|
|
|
@@ -1346,7 +1348,7 @@ EXAMPLES
|
|
|
1346
1348
|
$ eggs wardrobe show accessories/
|
|
1347
1349
|
```
|
|
1348
1350
|
|
|
1349
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1351
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/show.ts)_
|
|
1350
1352
|
|
|
1351
1353
|
## `eggs wardrobe wear [REPO]`
|
|
1352
1354
|
|
|
@@ -1377,7 +1379,7 @@ EXAMPLES
|
|
|
1377
1379
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1378
1380
|
```
|
|
1379
1381
|
|
|
1380
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.
|
|
1382
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/wear.ts)_
|
|
1381
1383
|
<!-- commandsstop -->
|
|
1382
1384
|
|
|
1383
1385
|
# GUI
|