penguins-eggs 10.0.49 → 10.0.50
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 +26 -26
- package/dist/classes/utils.js +4 -1
- package/dist/krill/modules/bootloader.js +49 -24
- package/dist/krill/modules/machine-id.js +8 -11
- package/dist/krill/sequence.js +1 -5
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +4 -604
- package/package.json +1 -1
package/.oclif.manifest.json
CHANGED
package/README.md
CHANGED
|
@@ -490,7 +490,7 @@ EXAMPLES
|
|
|
490
490
|
$ eggs adapt
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
493
|
+
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/adapt.ts)_
|
|
494
494
|
|
|
495
495
|
## `eggs analyze`
|
|
496
496
|
|
|
@@ -511,7 +511,7 @@ EXAMPLES
|
|
|
511
511
|
sudo eggs analyze
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
514
|
+
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/analyze.ts)_
|
|
515
515
|
|
|
516
516
|
## `eggs autocomplete [SHELL]`
|
|
517
517
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
sudo eggs calamares --remove
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
578
|
+
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/calamares.ts)_
|
|
579
579
|
|
|
580
580
|
## `eggs config`
|
|
581
581
|
|
|
@@ -602,7 +602,7 @@ EXAMPLES
|
|
|
602
602
|
sudo eggs config --clean --nointeractive
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
605
|
+
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/config.ts)_
|
|
606
606
|
|
|
607
607
|
## `eggs cuckoo`
|
|
608
608
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
sudo eggs cuckoo
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
625
|
+
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/cuckoo.ts)_
|
|
626
626
|
|
|
627
627
|
## `eggs dad`
|
|
628
628
|
|
|
@@ -650,7 +650,7 @@ EXAMPLES
|
|
|
650
650
|
sudo dad --default
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
653
|
+
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/dad.ts)_
|
|
654
654
|
|
|
655
655
|
## `eggs export iso`
|
|
656
656
|
|
|
@@ -675,7 +675,7 @@ EXAMPLES
|
|
|
675
675
|
$ eggs export iso --clean
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
678
|
+
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/export/iso.ts)_
|
|
679
679
|
|
|
680
680
|
## `eggs export pkg`
|
|
681
681
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ eggs export pkg --all
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
705
|
+
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/export/pkg.ts)_
|
|
706
706
|
|
|
707
707
|
## `eggs help [COMMAND]`
|
|
708
708
|
|
|
@@ -763,7 +763,7 @@ EXAMPLES
|
|
|
763
763
|
sudo eggs install --chroot
|
|
764
764
|
```
|
|
765
765
|
|
|
766
|
-
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
766
|
+
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/install.ts)_
|
|
767
767
|
|
|
768
768
|
## `eggs kill`
|
|
769
769
|
|
|
@@ -786,7 +786,7 @@ EXAMPLES
|
|
|
786
786
|
sudo eggs kill
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
789
|
+
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/kill.ts)_
|
|
790
790
|
|
|
791
791
|
## `eggs krill`
|
|
792
792
|
|
|
@@ -846,7 +846,7 @@ EXAMPLES
|
|
|
846
846
|
$ eggs auto
|
|
847
847
|
```
|
|
848
848
|
|
|
849
|
-
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
849
|
+
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/love.ts)_
|
|
850
850
|
|
|
851
851
|
## `eggs mom`
|
|
852
852
|
|
|
@@ -866,7 +866,7 @@ EXAMPLES
|
|
|
866
866
|
$ eggs mom
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
869
|
+
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/mom.ts)_
|
|
870
870
|
|
|
871
871
|
## `eggs produce`
|
|
872
872
|
|
|
@@ -923,7 +923,7 @@ EXAMPLES
|
|
|
923
923
|
sudo eggs produce --excludes home # exclude ~/*
|
|
924
924
|
```
|
|
925
925
|
|
|
926
|
-
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
926
|
+
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/produce.ts)_
|
|
927
927
|
|
|
928
928
|
## `eggs status`
|
|
929
929
|
|
|
@@ -944,7 +944,7 @@ EXAMPLES
|
|
|
944
944
|
$ eggs status
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
947
|
+
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/status.ts)_
|
|
948
948
|
|
|
949
949
|
## `eggs syncfrom`
|
|
950
950
|
|
|
@@ -970,7 +970,7 @@ EXAMPLES
|
|
|
970
970
|
sudo eggs syncfrom --file /path/to/luks-volume
|
|
971
971
|
```
|
|
972
972
|
|
|
973
|
-
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
973
|
+
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/syncfrom.ts)_
|
|
974
974
|
|
|
975
975
|
## `eggs syncto`
|
|
976
976
|
|
|
@@ -997,7 +997,7 @@ EXAMPLES
|
|
|
997
997
|
sudo eggs syncto --excludes
|
|
998
998
|
```
|
|
999
999
|
|
|
1000
|
-
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1000
|
+
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/syncto.ts)_
|
|
1001
1001
|
|
|
1002
1002
|
## `eggs tools clean`
|
|
1003
1003
|
|
|
@@ -1019,7 +1019,7 @@ EXAMPLES
|
|
|
1019
1019
|
sudo eggs tools clean
|
|
1020
1020
|
```
|
|
1021
1021
|
|
|
1022
|
-
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1022
|
+
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/tools/clean.ts)_
|
|
1023
1023
|
|
|
1024
1024
|
## `eggs tools ppa`
|
|
1025
1025
|
|
|
@@ -1045,7 +1045,7 @@ EXAMPLES
|
|
|
1045
1045
|
sudo eggs tools ppa --remove
|
|
1046
1046
|
```
|
|
1047
1047
|
|
|
1048
|
-
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1048
|
+
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/tools/ppa.ts)_
|
|
1049
1049
|
|
|
1050
1050
|
## `eggs tools skel`
|
|
1051
1051
|
|
|
@@ -1069,7 +1069,7 @@ EXAMPLES
|
|
|
1069
1069
|
sudo eggs tools skel --user user-to-be-copied
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1072
|
+
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/tools/skel.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `eggs tools stat`
|
|
1075
1075
|
|
|
@@ -1095,7 +1095,7 @@ EXAMPLES
|
|
|
1095
1095
|
$ eggs tools stat --year
|
|
1096
1096
|
```
|
|
1097
1097
|
|
|
1098
|
-
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1098
|
+
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/tools/stat.ts)_
|
|
1099
1099
|
|
|
1100
1100
|
## `eggs tools yolk`
|
|
1101
1101
|
|
|
@@ -1116,7 +1116,7 @@ EXAMPLES
|
|
|
1116
1116
|
sudo eggs tools yolk
|
|
1117
1117
|
```
|
|
1118
1118
|
|
|
1119
|
-
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1119
|
+
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/tools/yolk.ts)_
|
|
1120
1120
|
|
|
1121
1121
|
## `eggs update`
|
|
1122
1122
|
|
|
@@ -1137,7 +1137,7 @@ EXAMPLES
|
|
|
1137
1137
|
$ eggs update
|
|
1138
1138
|
```
|
|
1139
1139
|
|
|
1140
|
-
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1140
|
+
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/update.ts)_
|
|
1141
1141
|
|
|
1142
1142
|
## `eggs version`
|
|
1143
1143
|
|
|
@@ -1183,7 +1183,7 @@ EXAMPLES
|
|
|
1183
1183
|
$ eggs wardrobe get your-wardrobe
|
|
1184
1184
|
```
|
|
1185
1185
|
|
|
1186
|
-
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1186
|
+
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/wardrobe/get.ts)_
|
|
1187
1187
|
|
|
1188
1188
|
## `eggs wardrobe list [REPO]`
|
|
1189
1189
|
|
|
@@ -1212,7 +1212,7 @@ EXAMPLES
|
|
|
1212
1212
|
$ eggs wardrobe list --distro arch
|
|
1213
1213
|
```
|
|
1214
1214
|
|
|
1215
|
-
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1215
|
+
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/wardrobe/list.ts)_
|
|
1216
1216
|
|
|
1217
1217
|
## `eggs wardrobe show [REPO]`
|
|
1218
1218
|
|
|
@@ -1242,7 +1242,7 @@ EXAMPLES
|
|
|
1242
1242
|
$ eggs wardrobe show accessories/
|
|
1243
1243
|
```
|
|
1244
1244
|
|
|
1245
|
-
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1245
|
+
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/wardrobe/show.ts)_
|
|
1246
1246
|
|
|
1247
1247
|
## `eggs wardrobe wear [REPO]`
|
|
1248
1248
|
|
|
@@ -1273,7 +1273,7 @@ EXAMPLES
|
|
|
1273
1273
|
sudo eggs wardrobe wear wagtail/waydroid
|
|
1274
1274
|
```
|
|
1275
1275
|
|
|
1276
|
-
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.
|
|
1276
|
+
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.50/src/commands/wardrobe/wear.ts)_
|
|
1277
1277
|
<!-- commandsstop -->
|
|
1278
1278
|
|
|
1279
1279
|
# penGUI
|
package/dist/classes/utils.js
CHANGED
|
@@ -67,7 +67,10 @@ export default class Utils {
|
|
|
67
67
|
let result = '';
|
|
68
68
|
if (codenameId === 'rolling' || codenameId === '') {
|
|
69
69
|
result = 'egg-of_' + distroId.toLowerCase() + '-';
|
|
70
|
-
if (distroId === '
|
|
70
|
+
if (distroId === 'AlmaLinux' ||
|
|
71
|
+
distroId === 'Alpine' ||
|
|
72
|
+
distroId === 'Fedora' ||
|
|
73
|
+
distroId === 'RockyLinux') {
|
|
71
74
|
const releaseId = shx.exec('lsb_release -rs', { silent: true }).stdout.toString().trim();
|
|
72
75
|
result = 'egg-of_' + distroId.toLowerCase() + '-' + releaseId.trim() + '-';
|
|
73
76
|
}
|
|
@@ -15,6 +15,20 @@ import path from 'node:path';
|
|
|
15
15
|
* @param this
|
|
16
16
|
*/
|
|
17
17
|
export default async function bootloader() {
|
|
18
|
+
/**
|
|
19
|
+
* look at: https://systemd.io/BOOT/
|
|
20
|
+
*/
|
|
21
|
+
// update boot/loader/entries/
|
|
22
|
+
const pathEntries = path.join(this.installTarget, '/boot/loader/entries/');
|
|
23
|
+
if (fs.existsSync(pathEntries)) {
|
|
24
|
+
const uuid = Utils.uuid(this.devices.root.name);
|
|
25
|
+
const machineId = fs.readFileSync(path.join(this.installTarget, '/etc/machine-id'), 'utf-8').trim();
|
|
26
|
+
await renameLoaderEntries(pathEntries, machineId);
|
|
27
|
+
await updateLoaderEntries(pathEntries, machineId, uuid);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* GRUB
|
|
31
|
+
*/
|
|
18
32
|
let grubInstall = 'grub-install';
|
|
19
33
|
if (this.distro.familyId === 'fedora' || this.distro.familyId === 'opensuse') {
|
|
20
34
|
grubInstall = 'grub2-install';
|
|
@@ -36,14 +50,6 @@ export default async function bootloader() {
|
|
|
36
50
|
catch {
|
|
37
51
|
await Utils.pressKeyToExit(cmd);
|
|
38
52
|
}
|
|
39
|
-
// update boot/loader/entries/
|
|
40
|
-
const pathEntries = path.join(this.installTarget, '/boot/loader/entries/');
|
|
41
|
-
if (fs.existsSync(pathEntries)) {
|
|
42
|
-
const uuid = Utils.uuid(this.devices.root.name);
|
|
43
|
-
const machineId = fs.readFileSync(path.join(this.installTarget, '/etc/machine-id'), 'utf-8').trim();
|
|
44
|
-
await renameLoaderEntries(pathEntries, machineId);
|
|
45
|
-
await updateLoaderEntries(pathEntries, uuid);
|
|
46
|
-
}
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
55
|
*
|
|
@@ -54,11 +60,19 @@ async function renameLoaderEntries(directoryPath, machineId) {
|
|
|
54
60
|
const files = fs.readdirSync(directoryPath);
|
|
55
61
|
if (files.length > 0) {
|
|
56
62
|
for (const file of files) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
63
|
+
if (file.length > 32) {
|
|
64
|
+
const oldEntry = path.join(directoryPath, file);
|
|
65
|
+
let current = file.substring(32);
|
|
66
|
+
current = machineId + current;
|
|
67
|
+
const newEntry = path.join(directoryPath, current);
|
|
68
|
+
const cmd = `mv ${oldEntry} ${newEntry}`;
|
|
69
|
+
try {
|
|
70
|
+
await exec(cmd);
|
|
71
|
+
}
|
|
72
|
+
catch (error) {
|
|
73
|
+
console.log(`error executing: ${cmd}`);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
62
76
|
}
|
|
63
77
|
}
|
|
64
78
|
}
|
|
@@ -67,27 +81,38 @@ async function renameLoaderEntries(directoryPath, machineId) {
|
|
|
67
81
|
* @param directoryPath
|
|
68
82
|
* @param newUUID
|
|
69
83
|
*/
|
|
70
|
-
async function updateLoaderEntries(directoryPath, newUUID) {
|
|
84
|
+
async function updateLoaderEntries(directoryPath, machineId, newUUID) {
|
|
71
85
|
const files = fs.readdirSync(directoryPath);
|
|
72
86
|
if (files.length > 0) {
|
|
73
87
|
for (const file of files) {
|
|
74
|
-
console.log(file);
|
|
75
88
|
const filePath = path.join(directoryPath, file);
|
|
76
|
-
console.log(`entry: ${filePath}`);
|
|
77
89
|
let source = fs.readFileSync(filePath, 'utf8');
|
|
78
90
|
let lines = source.split('\n');
|
|
79
91
|
let content = '';
|
|
80
92
|
for (let line of lines) {
|
|
93
|
+
/**
|
|
94
|
+
* REPLACE UUID
|
|
95
|
+
*/
|
|
81
96
|
if (line.includes('UUID=')) {
|
|
82
97
|
const at = line.indexOf('UUID=');
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
98
|
+
const start = line.substring(0, at + 5);
|
|
99
|
+
const stop = line.substring(at + 5 + 36);
|
|
100
|
+
line = start + newUUID + stop;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* REPLACE machineId
|
|
104
|
+
*/
|
|
105
|
+
// version 0-rescue-
|
|
106
|
+
if (line.includes('version 0-rescue-')) {
|
|
107
|
+
line = `version 0-rescue-${machineId}`;
|
|
108
|
+
}
|
|
109
|
+
// linux /boot/vmlinuz-0-rescue-
|
|
110
|
+
if (line.includes('vmlinuz-0-rescue-')) {
|
|
111
|
+
line = `vmlinuz-0-rescue-${machineId}`;
|
|
112
|
+
}
|
|
113
|
+
// initrd /boot/initramfs-0-rescue-
|
|
114
|
+
if (line.includes('initrd /boot/initramfs-0-rescue-')) {
|
|
115
|
+
line = `initrd /boot/initramfs-0-rescue-${machineId}.img`;
|
|
91
116
|
}
|
|
92
117
|
content += line + '\n';
|
|
93
118
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import fs from 'node:fs';
|
|
10
10
|
import { exec } from '../../lib/utils.js';
|
|
11
|
+
import Utils from '../../classes/utils.js';
|
|
11
12
|
/**
|
|
12
13
|
* On Ubuntu
|
|
13
14
|
* /etc/machine-id must exist to be re-created
|
|
@@ -20,17 +21,13 @@ export default async function machineId() {
|
|
|
20
21
|
await exec(`rm ${file} ${this.toNull}`, this.echo);
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
|
-
* machine/id
|
|
24
|
+
* machine/id ALWAYS new
|
|
24
25
|
*/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
await exec(`cp ${this.installTarget}/var/lib/dbus/machine-id ${this.installTarget}/etc/machine-id`)
|
|
32
|
-
} else {
|
|
33
|
-
await exec(`touch ${file} ${this.toNull}`)
|
|
26
|
+
if (Utils.isSystemd()) {
|
|
27
|
+
await exec(`chroot ${this.installTarget} systemd-machine-id-setup`);
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
await exec(`chroot ${this.installTarget} dbus-uuidgen --ensure=/var/lib/dbus/machine-id ${this.toNull}`);
|
|
31
|
+
await exec(`chroot ${this.installTarget} cp /var/lib/dbus/machine-id /etc/machine-id`);
|
|
34
32
|
}
|
|
35
|
-
*/
|
|
36
33
|
}
|
package/dist/krill/sequence.js
CHANGED
|
@@ -617,11 +617,7 @@ export default class Sequence {
|
|
|
617
617
|
await redraw(React.createElement(React.Fragment, null,
|
|
618
618
|
React.createElement(Title, null),
|
|
619
619
|
React.createElement(Box, null,
|
|
620
|
-
React.createElement(Text, null, message))
|
|
621
|
-
React.createElement(Box, null,
|
|
622
|
-
React.createElement(Text, null,
|
|
623
|
-
"Error: ",
|
|
624
|
-
currErr))));
|
|
620
|
+
React.createElement(Text, null, message))));
|
|
625
621
|
cliCursor.show();
|
|
626
622
|
await exec("/bin/bash");
|
|
627
623
|
cliCursor.hide();
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
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 v10.0.
|
|
9
|
+
<h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.50</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>
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
</code></pre>
|
|
16
16
|
<p>Arch</p>
|
|
17
17
|
<pre><code>$ sudo pacman -S penguins-eggs
|
|
18
|
-
$ sudo pacman -U penguins-eggs_10.0.
|
|
18
|
+
$ sudo pacman -U penguins-eggs_10.0.50-1_amd64-1-x86_64.pkg.tar.zst
|
|
19
19
|
</code></pre>
|
|
20
20
|
<p>Debian/Devuan/Ubuntu</p>
|
|
21
21
|
<pre><code>$ sudo apt install penguins-eggs
|
|
22
|
-
$ sudo dpkg -i penguins-eggs_10.0.
|
|
22
|
+
$ sudo dpkg -i penguins-eggs_10.0.50-1_amd64.deb
|
|
23
23
|
</code></pre>
|
|
24
24
|
<p>Manjaro</p>
|
|
25
25
|
<pre><code>$ sudo pamac install penguins-eggs
|
|
@@ -27,7 +27,7 @@ $ sudo dpkg -i penguins-eggs_10.0.48-1_amd64.deb
|
|
|
27
27
|
<h1>USAGE</h1>
|
|
28
28
|
<pre><code>$ eggs (-v|--version|version)
|
|
29
29
|
|
|
30
|
-
penguins-eggs/10.0.
|
|
30
|
+
penguins-eggs/10.0.50
|
|
31
31
|
$ eggs --help [COMMAND]
|
|
32
32
|
|
|
33
33
|
USAGE
|
|
@@ -48,67 +48,10 @@ sudo eggs dad
|
|
|
48
48
|
<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>
|
|
49
49
|
<h1>COMMANDS</h1>
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="#eggs-adapt"><code>eggs adapt</code></a></li>
|
|
52
|
-
<li><a href="#eggs-analyze"><code>eggs analyze</code></a></li>
|
|
53
51
|
<li><a href="#eggs-autocomplete-shell"><code>eggs autocomplete [SHELL]</code></a></li>
|
|
54
|
-
<li><a href="#eggs-calamares"><code>eggs calamares</code></a></li>
|
|
55
|
-
<li><a href="#eggs-config"><code>eggs config</code></a></li>
|
|
56
|
-
<li><a href="#eggs-cuckoo"><code>eggs cuckoo</code></a></li>
|
|
57
|
-
<li><a href="#eggs-dad"><code>eggs dad</code></a></li>
|
|
58
|
-
<li><a href="#eggs-export-iso"><code>eggs export iso</code></a></li>
|
|
59
|
-
<li><a href="#eggs-export-pkg"><code>eggs export pkg</code></a></li>
|
|
60
52
|
<li><a href="#eggs-help-command"><code>eggs help [COMMAND]</code></a></li>
|
|
61
|
-
<li><a href="#eggs-install"><code>eggs install</code></a></li>
|
|
62
|
-
<li><a href="#eggs-kill"><code>eggs kill</code></a></li>
|
|
63
|
-
<li><a href="#eggs-krill"><code>eggs krill</code></a></li>
|
|
64
|
-
<li><a href="#eggs-love"><code>eggs love</code></a></li>
|
|
65
|
-
<li><a href="#eggs-mom"><code>eggs mom</code></a></li>
|
|
66
|
-
<li><a href="#eggs-produce"><code>eggs produce</code></a></li>
|
|
67
|
-
<li><a href="#eggs-status"><code>eggs status</code></a></li>
|
|
68
|
-
<li><a href="#eggs-syncfrom"><code>eggs syncfrom</code></a></li>
|
|
69
|
-
<li><a href="#eggs-syncto"><code>eggs syncto</code></a></li>
|
|
70
|
-
<li><a href="#eggs-tools-clean"><code>eggs tools clean</code></a></li>
|
|
71
|
-
<li><a href="#eggs-tools-ppa"><code>eggs tools ppa</code></a></li>
|
|
72
|
-
<li><a href="#eggs-tools-skel"><code>eggs tools skel</code></a></li>
|
|
73
|
-
<li><a href="#eggs-tools-stat"><code>eggs tools stat</code></a></li>
|
|
74
|
-
<li><a href="#eggs-tools-yolk"><code>eggs tools yolk</code></a></li>
|
|
75
|
-
<li><a href="#eggs-update"><code>eggs update</code></a></li>
|
|
76
53
|
<li><a href="#eggs-version"><code>eggs version</code></a></li>
|
|
77
|
-
<li><a href="#eggs-wardrobe-get-repo"><code>eggs wardrobe get [REPO]</code></a></li>
|
|
78
|
-
<li><a href="#eggs-wardrobe-list-repo"><code>eggs wardrobe list [REPO]</code></a></li>
|
|
79
|
-
<li><a href="#eggs-wardrobe-show-repo"><code>eggs wardrobe show [REPO]</code></a></li>
|
|
80
|
-
<li><a href="#eggs-wardrobe-wear-repo"><code>eggs wardrobe wear [REPO]</code></a></li>
|
|
81
54
|
</ul>
|
|
82
|
-
<h2><code>eggs adapt</code></h2>
|
|
83
|
-
<p>adapt monitor resolution for VM only</p>
|
|
84
|
-
<pre><code>USAGE
|
|
85
|
-
$ eggs adapt [-h] [-v]
|
|
86
|
-
|
|
87
|
-
FLAGS
|
|
88
|
-
-h, --help Show CLI help.
|
|
89
|
-
-v, --verbose
|
|
90
|
-
|
|
91
|
-
DESCRIPTION
|
|
92
|
-
adapt monitor resolution for VM only
|
|
93
|
-
|
|
94
|
-
EXAMPLES
|
|
95
|
-
$ eggs adapt
|
|
96
|
-
</code></pre>
|
|
97
|
-
<h2><code>eggs analyze</code></h2>
|
|
98
|
-
<p>analyze for syncto</p>
|
|
99
|
-
<pre><code>USAGE
|
|
100
|
-
$ eggs analyze [-h] [-v]
|
|
101
|
-
|
|
102
|
-
FLAGS
|
|
103
|
-
-h, --help Show CLI help.
|
|
104
|
-
-v, --verbose verbose
|
|
105
|
-
|
|
106
|
-
DESCRIPTION
|
|
107
|
-
analyze for syncto
|
|
108
|
-
|
|
109
|
-
EXAMPLES
|
|
110
|
-
sudo eggs analyze
|
|
111
|
-
</code></pre>
|
|
112
55
|
<h2><code>eggs autocomplete [SHELL]</code></h2>
|
|
113
56
|
<p>Display autocomplete installation instructions.</p>
|
|
114
57
|
<pre><code>USAGE
|
|
@@ -133,130 +76,6 @@ EXAMPLES
|
|
|
133
76
|
$ eggs autocomplete powershell
|
|
134
77
|
|
|
135
78
|
$ eggs autocomplete --refresh-cache
|
|
136
|
-
</code></pre>
|
|
137
|
-
<h2><code>eggs calamares</code></h2>
|
|
138
|
-
<p>configure calamares or install or configure it</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
|
-
configure calamares or install or configure it
|
|
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]
|
|
189
|
-
|
|
190
|
-
FLAGS
|
|
191
|
-
-h, --help Show CLI help.
|
|
192
|
-
|
|
193
|
-
DESCRIPTION
|
|
194
|
-
PXE start with proxy-dhcp
|
|
195
|
-
|
|
196
|
-
EXAMPLES
|
|
197
|
-
sudo eggs cuckoo
|
|
198
|
-
</code></pre>
|
|
199
|
-
<h2><code>eggs dad</code></h2>
|
|
200
|
-
<p>ask help from daddy - TUI configuration helper</p>
|
|
201
|
-
<pre><code>USAGE
|
|
202
|
-
$ eggs dad [-c] [-d] [-f <value>] [-h] [-v]
|
|
203
|
-
|
|
204
|
-
FLAGS
|
|
205
|
-
-c, --clean remove old configuration before to create
|
|
206
|
-
-d, --default reset to default values
|
|
207
|
-
-f, --file=<value> use a file configuration custom
|
|
208
|
-
-h, --help Show CLI help.
|
|
209
|
-
-v, --verbose
|
|
210
|
-
|
|
211
|
-
DESCRIPTION
|
|
212
|
-
ask help from daddy - TUI configuration helper
|
|
213
|
-
|
|
214
|
-
EXAMPLES
|
|
215
|
-
sudo dad
|
|
216
|
-
|
|
217
|
-
sudo dad --clean
|
|
218
|
-
|
|
219
|
-
sudo dad --default
|
|
220
|
-
</code></pre>
|
|
221
|
-
<h2><code>eggs export iso</code></h2>
|
|
222
|
-
<p>export iso in the destination host</p>
|
|
223
|
-
<pre><code>USAGE
|
|
224
|
-
$ eggs export iso [-C] [-c] [-h] [-v]
|
|
225
|
-
|
|
226
|
-
FLAGS
|
|
227
|
-
-C, --checksum export checksums md5 and sha256
|
|
228
|
-
-c, --clean delete old ISOs before to copy
|
|
229
|
-
-h, --help Show CLI help.
|
|
230
|
-
-v, --verbose verbose
|
|
231
|
-
|
|
232
|
-
DESCRIPTION
|
|
233
|
-
export iso in the destination host
|
|
234
|
-
|
|
235
|
-
EXAMPLES
|
|
236
|
-
$ eggs export iso
|
|
237
|
-
|
|
238
|
-
$ eggs export iso --clean
|
|
239
|
-
</code></pre>
|
|
240
|
-
<h2><code>eggs export pkg</code></h2>
|
|
241
|
-
<p>export pkg/iso to the destination host</p>
|
|
242
|
-
<pre><code>USAGE
|
|
243
|
-
$ eggs export pkg [-a] [-c] [-h] [-v]
|
|
244
|
-
|
|
245
|
-
FLAGS
|
|
246
|
-
-a, --all export all archs
|
|
247
|
-
-c, --clean remove old .deb before to copy
|
|
248
|
-
-h, --help Show CLI help.
|
|
249
|
-
-v, --verbose verbose
|
|
250
|
-
|
|
251
|
-
DESCRIPTION
|
|
252
|
-
export pkg/iso to the destination host
|
|
253
|
-
|
|
254
|
-
EXAMPLES
|
|
255
|
-
$ eggs export pkg
|
|
256
|
-
|
|
257
|
-
$ eggs export pkg --clean
|
|
258
|
-
|
|
259
|
-
$ eggs export pkg --all
|
|
260
79
|
</code></pre>
|
|
261
80
|
<h2><code>eggs help [COMMAND]</code></h2>
|
|
262
81
|
<p>Display help for eggs.</p>
|
|
@@ -271,333 +90,6 @@ FLAGS
|
|
|
271
90
|
|
|
272
91
|
DESCRIPTION
|
|
273
92
|
Display help for eggs.
|
|
274
|
-
</code></pre>
|
|
275
|
-
<h2><code>eggs install</code></h2>
|
|
276
|
-
<p>krill: the CLI system installer - the egg became a penguin!</p>
|
|
277
|
-
<pre><code>USAGE
|
|
278
|
-
$ eggs install [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
279
|
-
|
|
280
|
-
FLAGS
|
|
281
|
-
-H, --halt Halt the system after installation
|
|
282
|
-
-N, --none Swap none: 256M
|
|
283
|
-
-S, --suspend Swap suspend: RAM x 2
|
|
284
|
-
-b, --btrfs Format btrfs
|
|
285
|
-
-c, --chroot chroot before to end
|
|
286
|
-
-d, --domain=<value> Domain name, defult: .local
|
|
287
|
-
-h, --help Show CLI help.
|
|
288
|
-
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
289
|
-
-k, --crypted Crypted CLI installation
|
|
290
|
-
-n, --nointeractive no user interaction
|
|
291
|
-
-p, --pve Proxmox VE install
|
|
292
|
-
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
293
|
-
-s, --small Swap small: RAM
|
|
294
|
-
-u, --unattended Unattended installation
|
|
295
|
-
-v, --verbose Verbose
|
|
296
|
-
|
|
297
|
-
DESCRIPTION
|
|
298
|
-
krill: the CLI system installer - the egg became a penguin!
|
|
299
|
-
|
|
300
|
-
ALIASES
|
|
301
|
-
$ eggs krill
|
|
302
|
-
|
|
303
|
-
EXAMPLES
|
|
304
|
-
sudo eggs install
|
|
305
|
-
|
|
306
|
-
sudo eggs install --unattended --halt
|
|
307
|
-
|
|
308
|
-
sudo eggs install --chroot
|
|
309
|
-
</code></pre>
|
|
310
|
-
<h2><code>eggs kill</code></h2>
|
|
311
|
-
<p>kill the eggs/free the nest</p>
|
|
312
|
-
<pre><code>USAGE
|
|
313
|
-
$ eggs kill [-h] [-i] [-n] [-v]
|
|
314
|
-
|
|
315
|
-
FLAGS
|
|
316
|
-
-h, --help Show CLI help.
|
|
317
|
-
-i, --isos erase all ISOs on remote mount
|
|
318
|
-
-n, --nointeractive no user interaction
|
|
319
|
-
-v, --verbose verbose
|
|
320
|
-
|
|
321
|
-
DESCRIPTION
|
|
322
|
-
kill the eggs/free the nest
|
|
323
|
-
|
|
324
|
-
EXAMPLES
|
|
325
|
-
sudo eggs kill
|
|
326
|
-
</code></pre>
|
|
327
|
-
<h2><code>eggs krill</code></h2>
|
|
328
|
-
<p>krill: the CLI system installer - the egg became a penguin!</p>
|
|
329
|
-
<pre><code>USAGE
|
|
330
|
-
$ eggs krill [-b] [-c] [-k] [-d <value>] [-H] [-h] [-i] [-n] [-N] [-p] [-r] [-s] [-S] [-u] [-v]
|
|
331
|
-
|
|
332
|
-
FLAGS
|
|
333
|
-
-H, --halt Halt the system after installation
|
|
334
|
-
-N, --none Swap none: 256M
|
|
335
|
-
-S, --suspend Swap suspend: RAM x 2
|
|
336
|
-
-b, --btrfs Format btrfs
|
|
337
|
-
-c, --chroot chroot before to end
|
|
338
|
-
-d, --domain=<value> Domain name, defult: .local
|
|
339
|
-
-h, --help Show CLI help.
|
|
340
|
-
-i, --ip hostname as ip, eg: ip-192-168-1-33
|
|
341
|
-
-k, --crypted Crypted CLI installation
|
|
342
|
-
-n, --nointeractive no user interaction
|
|
343
|
-
-p, --pve Proxmox VE install
|
|
344
|
-
-r, --random Add random to hostname, eg: colibri-ay412dt
|
|
345
|
-
-s, --small Swap small: RAM
|
|
346
|
-
-u, --unattended Unattended installation
|
|
347
|
-
-v, --verbose Verbose
|
|
348
|
-
|
|
349
|
-
DESCRIPTION
|
|
350
|
-
krill: the CLI system installer - the egg became a penguin!
|
|
351
|
-
|
|
352
|
-
ALIASES
|
|
353
|
-
$ eggs krill
|
|
354
|
-
|
|
355
|
-
EXAMPLES
|
|
356
|
-
sudo eggs install
|
|
357
|
-
|
|
358
|
-
sudo eggs install --unattended --halt
|
|
359
|
-
|
|
360
|
-
sudo eggs install --chroot
|
|
361
|
-
</code></pre>
|
|
362
|
-
<h2><code>eggs love</code></h2>
|
|
363
|
-
<p>the simplest way to get an egg!</p>
|
|
364
|
-
<pre><code>USAGE
|
|
365
|
-
$ eggs love [-h] [-v]
|
|
366
|
-
|
|
367
|
-
FLAGS
|
|
368
|
-
-h, --help Show CLI help.
|
|
369
|
-
-v, --verbose
|
|
370
|
-
|
|
371
|
-
DESCRIPTION
|
|
372
|
-
the simplest way to get an egg!
|
|
373
|
-
|
|
374
|
-
EXAMPLES
|
|
375
|
-
$ eggs auto
|
|
376
|
-
</code></pre>
|
|
377
|
-
<h2><code>eggs mom</code></h2>
|
|
378
|
-
<p>ask help from mommy - TUI helper</p>
|
|
379
|
-
<pre><code>USAGE
|
|
380
|
-
$ eggs mom [-h]
|
|
381
|
-
|
|
382
|
-
FLAGS
|
|
383
|
-
-h, --help Show CLI help.
|
|
384
|
-
|
|
385
|
-
DESCRIPTION
|
|
386
|
-
ask help from mommy - TUI helper
|
|
387
|
-
|
|
388
|
-
EXAMPLES
|
|
389
|
-
$ eggs mom
|
|
390
|
-
</code></pre>
|
|
391
|
-
<h2><code>eggs produce</code></h2>
|
|
392
|
-
<p>produce a live image from your system whithout your data</p>
|
|
393
|
-
<pre><code>USAGE
|
|
394
|
-
$ eggs produce [--addons <value>...] [--basename <value>] [-c] [-C] [--excludes <value>...] [-h] [--links
|
|
395
|
-
<value>...] [-m] [-N] [-n] [-p] [-P <value>] [--release] [-s] [-f] [--theme <value>] [-u] [-v] [-y]
|
|
396
|
-
|
|
397
|
-
FLAGS
|
|
398
|
-
-C, --cryptedclone crypted clone
|
|
399
|
-
-N, --noicon no icon eggs on desktop
|
|
400
|
-
-P, --prefix=<value> prefix
|
|
401
|
-
-c, --clone clone
|
|
402
|
-
-f, --standard standard compression: xz -b 1M
|
|
403
|
-
-h, --help Show CLI help.
|
|
404
|
-
-m, --max max compression: xz -Xbcj ...
|
|
405
|
-
-n, --nointeractive no user interaction
|
|
406
|
-
-p, --pendrive optimized for pendrive: zstd -b 1M -Xcompression-level 15
|
|
407
|
-
-s, --script script mode. Generate scripts to manage iso build
|
|
408
|
-
-u, --unsecure /root contents are included on live
|
|
409
|
-
-v, --verbose verbose
|
|
410
|
-
-y, --yolk force yolk renew
|
|
411
|
-
--addons=<value>... addons to be used: adapt, pve, rsupport
|
|
412
|
-
--basename=<value> basename
|
|
413
|
-
--excludes=<value>... use: static, homes, home
|
|
414
|
-
--links=<value>... desktop links
|
|
415
|
-
--release release: remove penguins-eggs, calamares and dependencies after installation
|
|
416
|
-
--theme=<value> theme for livecd, calamares branding and partitions
|
|
417
|
-
|
|
418
|
-
DESCRIPTION
|
|
419
|
-
produce a live image from your system whithout your data
|
|
420
|
-
|
|
421
|
-
EXAMPLES
|
|
422
|
-
sudo eggs produce # fast compression
|
|
423
|
-
|
|
424
|
-
sudo eggs produce --max # max compression
|
|
425
|
-
|
|
426
|
-
sudo eggs produce --pendrive # compression optomized pendrive
|
|
427
|
-
|
|
428
|
-
sudo eggs produce --clone # clone
|
|
429
|
-
|
|
430
|
-
sudo eggs produce --cryptedclone # crypted clone
|
|
431
|
-
|
|
432
|
-
sudo eggs produce --basename=colibri
|
|
433
|
-
|
|
434
|
-
sudo eggs produce --theme lastos
|
|
435
|
-
|
|
436
|
-
sudo eggs produce --excludes static # you can customize it
|
|
437
|
-
|
|
438
|
-
sudo eggs produce --excludes homes # exclude /home/*
|
|
439
|
-
|
|
440
|
-
sudo eggs produce --excludes home # exclude ~/*
|
|
441
|
-
</code></pre>
|
|
442
|
-
<h2><code>eggs status</code></h2>
|
|
443
|
-
<p>informations about eggs status</p>
|
|
444
|
-
<pre><code>USAGE
|
|
445
|
-
$ eggs status [-h] [-v]
|
|
446
|
-
|
|
447
|
-
FLAGS
|
|
448
|
-
-h, --help Show CLI help.
|
|
449
|
-
-v, --verbose
|
|
450
|
-
|
|
451
|
-
DESCRIPTION
|
|
452
|
-
informations about eggs status
|
|
453
|
-
|
|
454
|
-
EXAMPLES
|
|
455
|
-
$ eggs status
|
|
456
|
-
</code></pre>
|
|
457
|
-
<h2><code>eggs syncfrom</code></h2>
|
|
458
|
-
<p>restore users and user data from a LUKS volumes</p>
|
|
459
|
-
<pre><code>USAGE
|
|
460
|
-
$ eggs syncfrom [--delete <value>] [-f <value>] [-h] [-r <value>] [-v]
|
|
461
|
-
|
|
462
|
-
FLAGS
|
|
463
|
-
-f, --file=<value> file containing luks-volume encrypted
|
|
464
|
-
-h, --help Show CLI help.
|
|
465
|
-
-r, --rootdir=<value> rootdir of the installed system, when used from live
|
|
466
|
-
-v, --verbose verbose
|
|
467
|
-
--delete=<value> rsync --delete delete extraneous files from dest dirs
|
|
468
|
-
|
|
469
|
-
DESCRIPTION
|
|
470
|
-
restore users and user data from a LUKS volumes
|
|
471
|
-
|
|
472
|
-
EXAMPLES
|
|
473
|
-
sudo eggs syncfrom
|
|
474
|
-
|
|
475
|
-
sudo eggs syncfrom --file /path/to/luks-volume
|
|
476
|
-
</code></pre>
|
|
477
|
-
<h2><code>eggs syncto</code></h2>
|
|
478
|
-
<p>Save users and users' data ENCRYPTED</p>
|
|
479
|
-
<pre><code>USAGE
|
|
480
|
-
$ eggs syncto [-e] [-f <value>] [-h] [-v]
|
|
481
|
-
|
|
482
|
-
FLAGS
|
|
483
|
-
-e, --excludes use: exclude.list.d/home.list
|
|
484
|
-
-f, --file=<value> file luks-volume encrypted
|
|
485
|
-
-h, --help Show CLI help.
|
|
486
|
-
-v, --verbose verbose
|
|
487
|
-
|
|
488
|
-
DESCRIPTION
|
|
489
|
-
Save users and users' data ENCRYPTED
|
|
490
|
-
|
|
491
|
-
EXAMPLES
|
|
492
|
-
sudo eggs syncto
|
|
493
|
-
|
|
494
|
-
sudo eggs syncto --file /path/to/luks-volume
|
|
495
|
-
|
|
496
|
-
sudo eggs syncto --excludes
|
|
497
|
-
</code></pre>
|
|
498
|
-
<h2><code>eggs tools clean</code></h2>
|
|
499
|
-
<p>clean system log, apt, etc</p>
|
|
500
|
-
<pre><code>USAGE
|
|
501
|
-
$ eggs tools clean [-h] [-n] [-v]
|
|
502
|
-
|
|
503
|
-
FLAGS
|
|
504
|
-
-h, --help Show CLI help.
|
|
505
|
-
-n, --nointeractive no user interaction
|
|
506
|
-
-v, --verbose verbose
|
|
507
|
-
|
|
508
|
-
DESCRIPTION
|
|
509
|
-
clean system log, apt, etc
|
|
510
|
-
|
|
511
|
-
EXAMPLES
|
|
512
|
-
sudo eggs tools clean
|
|
513
|
-
</code></pre>
|
|
514
|
-
<h2><code>eggs tools ppa</code></h2>
|
|
515
|
-
<p>add/remove repo</p>
|
|
516
|
-
<pre><code>USAGE
|
|
517
|
-
$ eggs tools ppa [-a] [-h] [-n] [-r] [-v]
|
|
518
|
-
|
|
519
|
-
FLAGS
|
|
520
|
-
-a, --add add penguins-eggs PPA repository
|
|
521
|
-
-h, --help Show CLI help.
|
|
522
|
-
-n, --nointeractive no user interaction
|
|
523
|
-
-r, --remove remove penguins-eggs PPA repository
|
|
524
|
-
-v, --verbose verbose
|
|
525
|
-
|
|
526
|
-
DESCRIPTION
|
|
527
|
-
add/remove repo
|
|
528
|
-
|
|
529
|
-
EXAMPLES
|
|
530
|
-
sudo eggs tools ppa --add
|
|
531
|
-
|
|
532
|
-
sudo eggs tools ppa --remove
|
|
533
|
-
</code></pre>
|
|
534
|
-
<h2><code>eggs tools skel</code></h2>
|
|
535
|
-
<p>update skel from home configuration</p>
|
|
536
|
-
<pre><code>USAGE
|
|
537
|
-
$ eggs tools skel [-h] [-u <value>] [-v]
|
|
538
|
-
|
|
539
|
-
FLAGS
|
|
540
|
-
-h, --help Show CLI help.
|
|
541
|
-
-u, --user=<value> user to be used
|
|
542
|
-
-v, --verbose
|
|
543
|
-
|
|
544
|
-
DESCRIPTION
|
|
545
|
-
update skel from home configuration
|
|
546
|
-
|
|
547
|
-
EXAMPLES
|
|
548
|
-
sudo eggs tools skel
|
|
549
|
-
|
|
550
|
-
sudo eggs tools skel --user user-to-be-copied
|
|
551
|
-
</code></pre>
|
|
552
|
-
<h2><code>eggs tools stat</code></h2>
|
|
553
|
-
<p>get statistics from sourceforge</p>
|
|
554
|
-
<pre><code>USAGE
|
|
555
|
-
$ eggs tools stat [-h] [-m] [-y]
|
|
556
|
-
|
|
557
|
-
FLAGS
|
|
558
|
-
-h, --help Show CLI help.
|
|
559
|
-
-m, --month current month
|
|
560
|
-
-y, --year current year
|
|
561
|
-
|
|
562
|
-
DESCRIPTION
|
|
563
|
-
get statistics from sourceforge
|
|
564
|
-
|
|
565
|
-
EXAMPLES
|
|
566
|
-
$ eggs tools stat
|
|
567
|
-
|
|
568
|
-
$ eggs tools stat --month
|
|
569
|
-
|
|
570
|
-
$ eggs tools stat --year
|
|
571
|
-
</code></pre>
|
|
572
|
-
<h2><code>eggs tools yolk</code></h2>
|
|
573
|
-
<p>configure eggs to install without internet</p>
|
|
574
|
-
<pre><code>USAGE
|
|
575
|
-
$ eggs tools yolk [-h] [-v]
|
|
576
|
-
|
|
577
|
-
FLAGS
|
|
578
|
-
-h, --help Show CLI help.
|
|
579
|
-
-v, --verbose
|
|
580
|
-
|
|
581
|
-
DESCRIPTION
|
|
582
|
-
configure eggs to install without internet
|
|
583
|
-
|
|
584
|
-
EXAMPLES
|
|
585
|
-
sudo eggs tools yolk
|
|
586
|
-
</code></pre>
|
|
587
|
-
<h2><code>eggs update</code></h2>
|
|
588
|
-
<p>update the Penguins' eggs tool</p>
|
|
589
|
-
<pre><code>USAGE
|
|
590
|
-
$ eggs update [-h] [-v]
|
|
591
|
-
|
|
592
|
-
FLAGS
|
|
593
|
-
-h, --help Show CLI help.
|
|
594
|
-
-v, --verbose verbose
|
|
595
|
-
|
|
596
|
-
DESCRIPTION
|
|
597
|
-
update the Penguins' eggs tool
|
|
598
|
-
|
|
599
|
-
EXAMPLES
|
|
600
|
-
$ eggs update
|
|
601
93
|
</code></pre>
|
|
602
94
|
<h2><code>eggs version</code></h2>
|
|
603
95
|
<pre><code>USAGE
|
|
@@ -613,98 +105,6 @@ FLAG DESCRIPTIONS
|
|
|
613
105
|
--verbose Show additional information about the CLI.
|
|
614
106
|
|
|
615
107
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
616
|
-
</code></pre>
|
|
617
|
-
<h2><code>eggs wardrobe get [REPO]</code></h2>
|
|
618
|
-
<p>get warorobe</p>
|
|
619
|
-
<pre><code>USAGE
|
|
620
|
-
$ eggs wardrobe get [REPO] [-h] [-v]
|
|
621
|
-
|
|
622
|
-
ARGUMENTS
|
|
623
|
-
REPO repository to get
|
|
624
|
-
|
|
625
|
-
FLAGS
|
|
626
|
-
-h, --help Show CLI help.
|
|
627
|
-
-v, --verbose
|
|
628
|
-
|
|
629
|
-
DESCRIPTION
|
|
630
|
-
get warorobe
|
|
631
|
-
|
|
632
|
-
EXAMPLES
|
|
633
|
-
$ eggs wardrobe get
|
|
634
|
-
|
|
635
|
-
$ eggs wardrobe get your-wardrobe
|
|
636
|
-
</code></pre>
|
|
637
|
-
<h2><code>eggs wardrobe list [REPO]</code></h2>
|
|
638
|
-
<p>list costumes and accessoires in wardrobe</p>
|
|
639
|
-
<pre><code>USAGE
|
|
640
|
-
$ eggs wardrobe list [REPO] [-d <value>] [-h] [-v]
|
|
641
|
-
|
|
642
|
-
ARGUMENTS
|
|
643
|
-
REPO wardrobe to get
|
|
644
|
-
|
|
645
|
-
FLAGS
|
|
646
|
-
-d, --distro=<value> distro
|
|
647
|
-
-h, --help Show CLI help.
|
|
648
|
-
-v, --verbose
|
|
649
|
-
|
|
650
|
-
DESCRIPTION
|
|
651
|
-
list costumes and accessoires in wardrobe
|
|
652
|
-
|
|
653
|
-
EXAMPLES
|
|
654
|
-
$ eggs wardrobe list
|
|
655
|
-
|
|
656
|
-
$ eggs wardrobe list your-wardrobe
|
|
657
|
-
|
|
658
|
-
$ eggs wardrobe list --distro arch
|
|
659
|
-
</code></pre>
|
|
660
|
-
<h2><code>eggs wardrobe show [REPO]</code></h2>
|
|
661
|
-
<p>show costumes/accessories in wardrobe</p>
|
|
662
|
-
<pre><code>USAGE
|
|
663
|
-
$ eggs wardrobe show [REPO] [-h] [-j] [-v] [-w <value>]
|
|
664
|
-
|
|
665
|
-
ARGUMENTS
|
|
666
|
-
REPO costume to show
|
|
667
|
-
|
|
668
|
-
FLAGS
|
|
669
|
-
-h, --help Show CLI help.
|
|
670
|
-
-j, --json output JSON
|
|
671
|
-
-v, --verbose
|
|
672
|
-
-w, --wardrobe=<value> wardrobe
|
|
673
|
-
|
|
674
|
-
DESCRIPTION
|
|
675
|
-
show costumes/accessories in wardrobe
|
|
676
|
-
|
|
677
|
-
EXAMPLES
|
|
678
|
-
$ eggs wardrobe show colibri
|
|
679
|
-
|
|
680
|
-
$ eggs wardrobe show accessories/firmwares
|
|
681
|
-
|
|
682
|
-
$ eggs wardrobe show accessories/
|
|
683
|
-
</code></pre>
|
|
684
|
-
<h2><code>eggs wardrobe wear [REPO]</code></h2>
|
|
685
|
-
<p>wear costume/accessories from wardrobe</p>
|
|
686
|
-
<pre><code>USAGE
|
|
687
|
-
$ eggs wardrobe wear [REPO] [-h] [-a] [-f] [-v] [-w <value>]
|
|
688
|
-
|
|
689
|
-
ARGUMENTS
|
|
690
|
-
REPO costume to wear
|
|
691
|
-
|
|
692
|
-
FLAGS
|
|
693
|
-
-a, --no_accessories not install accessories
|
|
694
|
-
-f, --no_firmwares not install firmwares
|
|
695
|
-
-h, --help Show CLI help.
|
|
696
|
-
-v, --verbose
|
|
697
|
-
-w, --wardrobe=<value> wardrobe
|
|
698
|
-
|
|
699
|
-
DESCRIPTION
|
|
700
|
-
wear costume/accessories from wardrobe
|
|
701
|
-
|
|
702
|
-
EXAMPLES
|
|
703
|
-
sudo eggs wardrobe wear duck
|
|
704
|
-
|
|
705
|
-
sudo eggs wardrobe wear accessories/firmwares
|
|
706
|
-
|
|
707
|
-
sudo eggs wardrobe wear wagtail/waydroid
|
|
708
108
|
</code></pre>
|
|
709
109
|
<h1>FILES</h1>
|
|
710
110
|
<pre><code> /etc/penguins-eggs.d
|
package/package.json
CHANGED