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/package.json
CHANGED
|
@@ -1,128 +1,134 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
],
|
|
87
|
-
"homepage": "https://penguins-eggs.net",
|
|
88
|
-
"keywords": [
|
|
89
|
-
"oclif",
|
|
90
|
-
"remaster",
|
|
91
|
-
"system"
|
|
92
|
-
],
|
|
93
|
-
"license": "MIT",
|
|
94
|
-
"main": "dist/index.js",
|
|
95
|
-
"type": "module",
|
|
96
|
-
"oclif": {
|
|
97
|
-
"bin": "eggs",
|
|
98
|
-
"dirname": "penguins-eggs",
|
|
99
|
-
"commands": "./dist/commands",
|
|
100
|
-
"plugins": [
|
|
101
|
-
"@oclif/plugin-help",
|
|
102
|
-
"@oclif/plugin-autocomplete",
|
|
103
|
-
"@oclif/plugin-version"
|
|
2
|
+
"name": "penguins-eggs",
|
|
3
|
+
"shortName": "eggs",
|
|
4
|
+
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
|
|
5
|
+
"version": "25.9.7",
|
|
6
|
+
"author": "Piero Proietti",
|
|
7
|
+
"bin": {
|
|
8
|
+
"eggs": "./bin/run.js"
|
|
9
|
+
},
|
|
10
|
+
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@oclif/core": "^4.5.2",
|
|
13
|
+
"@oclif/plugin-autocomplete": "^3.2.34",
|
|
14
|
+
"@oclif/plugin-help": "^6.2.32",
|
|
15
|
+
"@oclif/plugin-version": "^2.2.32",
|
|
16
|
+
"@types/express": "^5.0.3",
|
|
17
|
+
"ansis": "^4.1.0",
|
|
18
|
+
"axios": "^1.11.0",
|
|
19
|
+
"chalk": "^5.6.0",
|
|
20
|
+
"cli-cursor": "^5.0.0",
|
|
21
|
+
"debug": "^4.4.1",
|
|
22
|
+
"express": "^5.1.0",
|
|
23
|
+
"ink": "^5",
|
|
24
|
+
"ink-progress-bar": "^3.0.0",
|
|
25
|
+
"ink-spinner": "^5.0.0",
|
|
26
|
+
"inquirer": "^12.9.4",
|
|
27
|
+
"js-yaml": "^4.1.0",
|
|
28
|
+
"mustache": "^4.2.0",
|
|
29
|
+
"netmask": "^2.0.2",
|
|
30
|
+
"react": "^18.3.1",
|
|
31
|
+
"read": "^4.1.0",
|
|
32
|
+
"shelljs": "^0.10.0",
|
|
33
|
+
"systeminformation": "^5.27.8",
|
|
34
|
+
"tftp": "^0.1.2",
|
|
35
|
+
"ws": "^8.18.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@oclif/prettier-config": "^0.2.1",
|
|
39
|
+
"@oclif/test": "^4.1.13",
|
|
40
|
+
"@types/chai": "^5.2.2",
|
|
41
|
+
"@types/debug": "^4.1.12",
|
|
42
|
+
"@types/glob": "^9.0.0",
|
|
43
|
+
"@types/inquirer": "^9.0.8",
|
|
44
|
+
"@types/js-yaml": "^4.0.9",
|
|
45
|
+
"@types/mocha": "^10.0.8",
|
|
46
|
+
"@types/mustache": "^4.2.6",
|
|
47
|
+
"@types/netmask": "^2.0.5",
|
|
48
|
+
"@types/node": "^22.15.30",
|
|
49
|
+
"@types/react": "^18.3.1",
|
|
50
|
+
"@types/read": "^0.0.32",
|
|
51
|
+
"@types/shelljs": "^0.8.17",
|
|
52
|
+
"@types/ws": "^8.18.1",
|
|
53
|
+
"chai": "^6.0.1",
|
|
54
|
+
"eslint": "^9.35.0",
|
|
55
|
+
"eslint-config-oclif": "^6.0.101",
|
|
56
|
+
"eslint-config-prettier": "^10.1.8",
|
|
57
|
+
"glob": "^11.0.3",
|
|
58
|
+
"mocha": "^11.7.2",
|
|
59
|
+
"oclif": "^4.22.16",
|
|
60
|
+
"perrisbrewery": "^10",
|
|
61
|
+
"prettier": "^3.6.2",
|
|
62
|
+
"shx": "^0.4.0",
|
|
63
|
+
"ts-node": "10.9.2",
|
|
64
|
+
"ts-prune": "^0.10.3",
|
|
65
|
+
"typescript": "^5.9.2"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=16.0.0"
|
|
69
|
+
},
|
|
70
|
+
"files": [
|
|
71
|
+
".oclif.manifest.json",
|
|
72
|
+
"/addons",
|
|
73
|
+
"/assets",
|
|
74
|
+
"/bin",
|
|
75
|
+
"/conf",
|
|
76
|
+
"/dist",
|
|
77
|
+
"/dracut",
|
|
78
|
+
"/eui",
|
|
79
|
+
"/maker",
|
|
80
|
+
"/manpages",
|
|
81
|
+
"/mkinitcpio",
|
|
82
|
+
"/mkinitfs",
|
|
83
|
+
"/perrisbrewery",
|
|
84
|
+
"/pods",
|
|
85
|
+
"/scripts"
|
|
104
86
|
],
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
"
|
|
109
|
-
|
|
87
|
+
"homepage": "https://penguins-eggs.net",
|
|
88
|
+
"keywords": [
|
|
89
|
+
"oclif",
|
|
90
|
+
"remaster",
|
|
91
|
+
"system"
|
|
92
|
+
],
|
|
93
|
+
"license": "MIT",
|
|
94
|
+
"main": "dist/index.js",
|
|
95
|
+
"type": "module",
|
|
96
|
+
"oclif": {
|
|
97
|
+
"bin": "eggs",
|
|
98
|
+
"dirname": "penguins-eggs",
|
|
99
|
+
"commands": "./dist/commands",
|
|
100
|
+
"plugins": [
|
|
101
|
+
"@oclif/plugin-help",
|
|
102
|
+
"@oclif/plugin-autocomplete",
|
|
103
|
+
"@oclif/plugin-version"
|
|
104
|
+
],
|
|
105
|
+
"topicSeparator": " ",
|
|
106
|
+
"topics": {
|
|
107
|
+
"hello": {
|
|
108
|
+
"description": "Say hello to the world and others"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"repository": "pieroproietti/penguins-eggs",
|
|
113
|
+
"scripts": {
|
|
114
|
+
"_postpack": "shx rm -f oclif.manifest.json",
|
|
115
|
+
"_prepack": "oclif manifest && ocl -t linux-x64",
|
|
116
|
+
"build": "shx rm -rf dist && tsc -b",
|
|
117
|
+
"deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
|
|
118
|
+
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
119
|
+
"lint": "eslint . --ext .ts",
|
|
120
|
+
"manifest": "oclif manifest",
|
|
121
|
+
"posttest": "pnpm run lint",
|
|
122
|
+
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
|
|
123
|
+
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
124
|
+
"unused": "ts-prune",
|
|
125
|
+
"version": "oclif readme && git add README.md"
|
|
126
|
+
},
|
|
127
|
+
"types": "dist/index.d.ts",
|
|
128
|
+
"pnpm": {
|
|
129
|
+
"overrides": {
|
|
130
|
+
"react": "^18.3.1",
|
|
131
|
+
"@types/react": "^18.3.18"
|
|
132
|
+
}
|
|
110
133
|
}
|
|
111
|
-
|
|
112
|
-
"repository": "pieroproietti/penguins-eggs",
|
|
113
|
-
"types": "dist/index.d.ts",
|
|
114
|
-
"scripts": {
|
|
115
|
-
"_postpack": "shx rm -f oclif.manifest.json",
|
|
116
|
-
"_prepack": "oclif manifest && ocl -t linux-x64",
|
|
117
|
-
"build": "shx rm -rf dist && tsc -b",
|
|
118
|
-
"deb": "shx rm -rf dist && tsc -p . && oclif manifest && pb deb --release $(cat ./release)",
|
|
119
|
-
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
120
|
-
"lint": "eslint . --ext .ts",
|
|
121
|
-
"manifest": "oclif manifest",
|
|
122
|
-
"posttest": "pnpm run lint",
|
|
123
|
-
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r . && pb tarballs --release $(cat ./release)",
|
|
124
|
-
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
125
|
-
"unused": "ts-prune",
|
|
126
|
-
"version": "oclif readme && git add README.md"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
134
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,21 +4,20 @@
|
|
|
4
4
|
# common dependencies
|
|
5
5
|
common:
|
|
6
6
|
- coreutils
|
|
7
|
-
- cryptsetup
|
|
8
|
-
|
|
7
|
+
- cryptsetup
|
|
8
|
+
#- cryptsetup-initramfs
|
|
9
9
|
- curl # wardrobe
|
|
10
|
-
- dbus-bin | uuidgen-runtime # uuid-runtime per devuan
|
|
11
10
|
- dosfstools # eggs
|
|
12
11
|
- dpkg-dev # yolk
|
|
13
12
|
- git # wardrobe
|
|
14
13
|
- jq # mom
|
|
15
14
|
- live-boot # eggs
|
|
15
|
+
- live-boot # questo va reinstallato
|
|
16
16
|
- live-boot-doc # eggs
|
|
17
17
|
- live-boot-initramfs-tools # eggs
|
|
18
|
-
- live-config-systemd | live-config-sysvinit
|
|
19
18
|
- live-tools # eggs
|
|
20
19
|
- lvm2 # pvdisplay in krill
|
|
21
|
-
- nodejs (>= 16)
|
|
20
|
+
- nodejs (>= 16)
|
|
22
21
|
- parted
|
|
23
22
|
- rsync
|
|
24
23
|
- squashfs-tools
|
|
@@ -28,27 +27,11 @@ common:
|
|
|
28
27
|
# bootloaders common
|
|
29
28
|
- ipxe
|
|
30
29
|
- pxelinux
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# arm64: grub-efi-arm64-bin, ipxe, shim-signed, u-boot-tools,
|
|
34
|
-
# amd64: grub-pc-bin, grub-efi-ia32-bin, grub-efi-amd64-bin, syslinux-common, ipxe, isolinux, pxelinux, shim-signed
|
|
35
|
-
# i386: grub-pc-bin, grub-efi-ia32-bin, syslinux-common, ipxe, isolinux, pxelinux
|
|
36
|
-
|
|
30
|
+
- pxelinux
|
|
31
|
+
|
|
37
32
|
arch:
|
|
38
33
|
amd64:
|
|
39
34
|
- grub-efi-amd64-bin
|
|
40
35
|
- isolinux
|
|
41
36
|
- shim-signed
|
|
42
37
|
- syslinux-common
|
|
43
|
-
|
|
44
|
-
i386:
|
|
45
|
-
- grub-pc-bin
|
|
46
|
-
- isolinux
|
|
47
|
-
- grub-efi-ia32-bin
|
|
48
|
-
- syslinux-common
|
|
49
|
-
|
|
50
|
-
arm64:
|
|
51
|
-
- grub-efi-arm64-bin
|
|
52
|
-
- shim-signed
|
|
53
|
-
- u-boot-tools
|
|
54
|
-
|
package/pods/almalinux.sh
CHANGED
|
File without changes
|
package/pods/archlinux.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run-on-debian.sh
CHANGED
|
File without changes
|
package/pods/ci/run-on-devuan.sh
CHANGED
|
File without changes
|
package/pods/ci/run-on-fedora.sh
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pods/ci/run-on-ubuntu.sh
CHANGED
|
File without changes
|
package/pods/debian.sh
CHANGED
|
File without changes
|
package/pods/devuan.sh
CHANGED
|
File without changes
|
package/pods/fedora.sh
CHANGED
|
File without changes
|
package/pods/lmde.sh
CHANGED
|
File without changes
|
package/pods/manjaro.sh
CHANGED
|
File without changes
|
package/pods/opensuse.sh
CHANGED
|
File without changes
|
package/pods/podman.command.sh
CHANGED
|
File without changes
|
package/pods/rocky.sh
CHANGED
|
File without changes
|
|
File without changes
|
package/pods/run-create-debs.sh
CHANGED
|
File without changes
|
package/pods/ubuntu.sh
CHANGED
|
File without changes
|
package/scripts/99clean
CHANGED
|
File without changes
|
package/scripts/adapt.sh
CHANGED
|
File without changes
|
|
File without changes
|
package/scripts/lsb_release
CHANGED
|
File without changes
|
package/scripts/mom.sh
CHANGED
|
File without changes
|
package/scripts/pve-live.service
CHANGED
|
File without changes
|
package/scripts/pve-live.sh
CHANGED
|
File without changes
|
package/scripts/resy
CHANGED
|
File without changes
|