penguins-eggs 25.8.28 → 25.9.2
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 +34 -31
- package/README.pdf +2720 -2021
- package/dist/classes/ovary.d/initrd.js +4 -4
- package/dist/classes/ovary.d/kernel-copy.js +1 -1
- package/dist/classes/ovary.d/make-efi.js +8 -8
- package/dist/classes/ovary.d/make-squashfs.js +1 -1
- package/dist/classes/ovary.d/produce.js +2 -2
- package/dist/classes/pxe.js +1 -9
- package/dist/classes/utils.d/kernel.js +2 -1
- package/dist/classes/utils.js +5 -3
- package/dist/commands/export/pkg.js +1 -1
- package/dist/krill/classes/sequence.d/add_user.js +6 -0
- package/dist/krill/classes/sequence.d/bootloader.js +9 -1
- package/dist/krill/classes/sequence.js +1 -1
- package/package.json +4 -4
- package/perrisbrewery/template/dependencies-bionic.yaml +25 -5
- package/dist/penguins-eggs_25.8.28-1_amd64.deb +0 -0
- package/dist/penguins-eggs_25.8.28-1_amd64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.8.28-1_arm64.deb +0 -0
- package/dist/penguins-eggs_25.8.28-1_arm64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.8.28-1_i386.deb +0 -0
- package/dist/penguins-eggs_25.8.28-1_i386.deb.sha256 +0 -1
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# README
|
|
2
|
+
# Penguin's eggs are generated and new birds are ready to fly...
|
|
3
3
|
[](https://github.com/pieroproietti/penguins-eggs)
|
|
4
4
|
[](https://penguins-eggs.net)
|
|
5
5
|
[](https://t.me/penguins_eggs)
|
|
@@ -8,13 +8,16 @@
|
|
|
8
8
|
[](https://sourceforge.net/projects/penguins-eggs/files/)
|
|
9
9
|
[](https://npmjs.org/package/penguins-eggs)
|
|
10
10
|
|
|
11
|
+
<a href="https://drive.google.com/drive/folders/19M7fDEebPZjEY4yHD79zSMWFndCPishN">
|
|
12
|
+
<img src="./images/cdrom.png" width="280" height="300" alt="CD-ROM">
|
|
13
|
+
</a>
|
|
14
|
+
|
|
11
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.
|
|
12
16
|
|
|
13
17
|
[](https://paypal.me/penguinseggs)
|
|
14
18
|
|
|
15
19
|
## Index
|
|
16
20
|
<!-- toc -->
|
|
17
|
-
* [penguins-eggs](#penguins-eggs)
|
|
18
21
|
* [Presentation](#presentation)
|
|
19
22
|
* [Installation](#installation)
|
|
20
23
|
* [Introduction](#introduction)
|
|
@@ -531,7 +534,7 @@ EXAMPLES
|
|
|
531
534
|
$ eggs adapt
|
|
532
535
|
```
|
|
533
536
|
|
|
534
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
537
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/adapt.ts)_
|
|
535
538
|
|
|
536
539
|
## `eggs analyze`
|
|
537
540
|
|
|
@@ -552,7 +555,7 @@ EXAMPLES
|
|
|
552
555
|
sudo eggs analyze
|
|
553
556
|
```
|
|
554
557
|
|
|
555
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
558
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/analyze.ts)_
|
|
556
559
|
|
|
557
560
|
## `eggs autocomplete [SHELL]`
|
|
558
561
|
|
|
@@ -616,7 +619,7 @@ EXAMPLES
|
|
|
616
619
|
sudo eggs calamares --remove
|
|
617
620
|
```
|
|
618
621
|
|
|
619
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
622
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/calamares.ts)_
|
|
620
623
|
|
|
621
624
|
## `eggs config`
|
|
622
625
|
|
|
@@ -643,7 +646,7 @@ EXAMPLES
|
|
|
643
646
|
sudo eggs config --clean --nointeractive
|
|
644
647
|
```
|
|
645
648
|
|
|
646
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
649
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/config.ts)_
|
|
647
650
|
|
|
648
651
|
## `eggs cuckoo`
|
|
649
652
|
|
|
@@ -664,7 +667,7 @@ EXAMPLES
|
|
|
664
667
|
sudo eggs cuckoo
|
|
665
668
|
```
|
|
666
669
|
|
|
667
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
670
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/cuckoo.ts)_
|
|
668
671
|
|
|
669
672
|
## `eggs dad`
|
|
670
673
|
|
|
@@ -693,7 +696,7 @@ EXAMPLES
|
|
|
693
696
|
sudo dad --default
|
|
694
697
|
```
|
|
695
698
|
|
|
696
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
699
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/dad.ts)_
|
|
697
700
|
|
|
698
701
|
## `eggs export iso`
|
|
699
702
|
|
|
@@ -718,7 +721,7 @@ EXAMPLES
|
|
|
718
721
|
$ eggs export iso --clean
|
|
719
722
|
```
|
|
720
723
|
|
|
721
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
724
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/iso.ts)_
|
|
722
725
|
|
|
723
726
|
## `eggs export pkg`
|
|
724
727
|
|
|
@@ -745,7 +748,7 @@ EXAMPLES
|
|
|
745
748
|
$ eggs export pkg --all
|
|
746
749
|
```
|
|
747
750
|
|
|
748
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
751
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/pkg.ts)_
|
|
749
752
|
|
|
750
753
|
## `eggs export tarballs`
|
|
751
754
|
|
|
@@ -769,7 +772,7 @@ EXAMPLES
|
|
|
769
772
|
$ eggs export tarballs --clean
|
|
770
773
|
```
|
|
771
774
|
|
|
772
|
-
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
775
|
+
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/export/tarballs.ts)_
|
|
773
776
|
|
|
774
777
|
## `eggs help [COMMAND]`
|
|
775
778
|
|
|
@@ -831,7 +834,7 @@ EXAMPLES
|
|
|
831
834
|
sudo eggs install --chroot
|
|
832
835
|
```
|
|
833
836
|
|
|
834
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
837
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/install.ts)_
|
|
835
838
|
|
|
836
839
|
## `eggs kill`
|
|
837
840
|
|
|
@@ -854,7 +857,7 @@ EXAMPLES
|
|
|
854
857
|
sudo eggs kill
|
|
855
858
|
```
|
|
856
859
|
|
|
857
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
860
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/kill.ts)_
|
|
858
861
|
|
|
859
862
|
## `eggs krill`
|
|
860
863
|
|
|
@@ -916,7 +919,7 @@ EXAMPLES
|
|
|
916
919
|
$ eggs auto
|
|
917
920
|
```
|
|
918
921
|
|
|
919
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
922
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/love.ts)_
|
|
920
923
|
|
|
921
924
|
## `eggs mom`
|
|
922
925
|
|
|
@@ -936,7 +939,7 @@ EXAMPLES
|
|
|
936
939
|
$ eggs mom
|
|
937
940
|
```
|
|
938
941
|
|
|
939
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
942
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/mom.ts)_
|
|
940
943
|
|
|
941
944
|
## `eggs pods [DISTRO]`
|
|
942
945
|
|
|
@@ -963,7 +966,7 @@ EXAMPLES
|
|
|
963
966
|
$ eggs pods ubuntu
|
|
964
967
|
```
|
|
965
968
|
|
|
966
|
-
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
969
|
+
_See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/pods.ts)_
|
|
967
970
|
|
|
968
971
|
## `eggs produce`
|
|
969
972
|
|
|
@@ -1024,7 +1027,7 @@ EXAMPLES
|
|
|
1024
1027
|
sudo eggs produce --excludes home # exclude ~/*
|
|
1025
1028
|
```
|
|
1026
1029
|
|
|
1027
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1030
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/produce.ts)_
|
|
1028
1031
|
|
|
1029
1032
|
## `eggs status`
|
|
1030
1033
|
|
|
@@ -1045,7 +1048,7 @@ EXAMPLES
|
|
|
1045
1048
|
$ eggs status
|
|
1046
1049
|
```
|
|
1047
1050
|
|
|
1048
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1051
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/status.ts)_
|
|
1049
1052
|
|
|
1050
1053
|
## `eggs syncfrom`
|
|
1051
1054
|
|
|
@@ -1071,7 +1074,7 @@ EXAMPLES
|
|
|
1071
1074
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
1072
1075
|
```
|
|
1073
1076
|
|
|
1074
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1077
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/syncfrom.ts)_
|
|
1075
1078
|
|
|
1076
1079
|
## `eggs syncto`
|
|
1077
1080
|
|
|
@@ -1098,7 +1101,7 @@ EXAMPLES
|
|
|
1098
1101
|
sudo eggs syncto --excludes
|
|
1099
1102
|
```
|
|
1100
1103
|
|
|
1101
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1104
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/syncto.ts)_
|
|
1102
1105
|
|
|
1103
1106
|
## `eggs tools clean`
|
|
1104
1107
|
|
|
@@ -1120,7 +1123,7 @@ EXAMPLES
|
|
|
1120
1123
|
sudo eggs tools clean
|
|
1121
1124
|
```
|
|
1122
1125
|
|
|
1123
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1126
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/clean.ts)_
|
|
1124
1127
|
|
|
1125
1128
|
## `eggs tools ppa`
|
|
1126
1129
|
|
|
@@ -1146,7 +1149,7 @@ EXAMPLES
|
|
|
1146
1149
|
sudo eggs tools ppa --remove
|
|
1147
1150
|
```
|
|
1148
1151
|
|
|
1149
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1152
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/ppa.ts)_
|
|
1150
1153
|
|
|
1151
1154
|
## `eggs tools skel`
|
|
1152
1155
|
|
|
@@ -1170,7 +1173,7 @@ EXAMPLES
|
|
|
1170
1173
|
sudo eggs tools skel --user user-to-be-copied
|
|
1171
1174
|
```
|
|
1172
1175
|
|
|
1173
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1176
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/skel.ts)_
|
|
1174
1177
|
|
|
1175
1178
|
## `eggs tools stat`
|
|
1176
1179
|
|
|
@@ -1196,7 +1199,7 @@ EXAMPLES
|
|
|
1196
1199
|
$ eggs tools stat --year
|
|
1197
1200
|
```
|
|
1198
1201
|
|
|
1199
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1202
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/stat.ts)_
|
|
1200
1203
|
|
|
1201
1204
|
## `eggs tools yolk`
|
|
1202
1205
|
|
|
@@ -1217,7 +1220,7 @@ EXAMPLES
|
|
|
1217
1220
|
sudo eggs tools yolk
|
|
1218
1221
|
```
|
|
1219
1222
|
|
|
1220
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1223
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/tools/yolk.ts)_
|
|
1221
1224
|
|
|
1222
1225
|
## `eggs update`
|
|
1223
1226
|
|
|
@@ -1238,7 +1241,7 @@ EXAMPLES
|
|
|
1238
1241
|
$ eggs update
|
|
1239
1242
|
```
|
|
1240
1243
|
|
|
1241
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1244
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/update.ts)_
|
|
1242
1245
|
|
|
1243
1246
|
## `eggs version`
|
|
1244
1247
|
|
|
@@ -1284,7 +1287,7 @@ EXAMPLES
|
|
|
1284
1287
|
$ eggs wardrobe get your-wardrobe
|
|
1285
1288
|
```
|
|
1286
1289
|
|
|
1287
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1290
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/get.ts)_
|
|
1288
1291
|
|
|
1289
1292
|
## `eggs wardrobe list [REPO]`
|
|
1290
1293
|
|
|
@@ -1313,7 +1316,7 @@ EXAMPLES
|
|
|
1313
1316
|
$ eggs wardrobe list --distro arch
|
|
1314
1317
|
```
|
|
1315
1318
|
|
|
1316
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1319
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/list.ts)_
|
|
1317
1320
|
|
|
1318
1321
|
## `eggs wardrobe show [REPO]`
|
|
1319
1322
|
|
|
@@ -1343,7 +1346,7 @@ EXAMPLES
|
|
|
1343
1346
|
$ eggs wardrobe show accessories/
|
|
1344
1347
|
```
|
|
1345
1348
|
|
|
1346
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1349
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/show.ts)_
|
|
1347
1350
|
|
|
1348
1351
|
## `eggs wardrobe wear [REPO]`
|
|
1349
1352
|
|
|
@@ -1374,7 +1377,7 @@ EXAMPLES
|
|
|
1374
1377
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1375
1378
|
```
|
|
1376
1379
|
|
|
1377
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.
|
|
1380
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.2/src/commands/wardrobe/wear.ts)_
|
|
1378
1381
|
<!-- commandsstop -->
|
|
1379
1382
|
|
|
1380
1383
|
# GUI
|