penguins-eggs 25.8.28 → 25.9.3
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 +36 -31
- package/README.pdf +2720 -2021
- 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/init/unattended.sh +0 -0
- package/dist/classes/incubation/incubator.js +5 -1
- 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.d.ts +2 -1
- package/dist/classes/utils.js +19 -5
- package/dist/commands/export/pkg.js +3 -3
- package/dist/krill/classes/sequence.d/add_user.js +6 -0
- package/dist/krill/classes/sequence.d/bootloader.js +27 -4
- package/dist/krill/classes/sequence.d/bootloader_config.js +60 -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 +8 -8
- package/dist/{penguins-eggs_25.8.28-1_i386.deb → penguins-eggs_25.9.3-1_amd64.deb} +0 -0
- package/dist/penguins-eggs_25.9.3-1_amd64.deb.sha256 +1 -0
- package/dist/{penguins-eggs_25.8.28-1_arm64.deb → penguins-eggs_25.9.3-1_arm64.deb} +0 -0
- package/dist/penguins-eggs_25.9.3-1_arm64.deb.sha256 +1 -0
- package/dist/{penguins-eggs_25.8.28-1_amd64.deb → penguins-eggs_25.9.3-1_i386.deb} +0 -0
- package/dist/penguins-eggs_25.9.3-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 +10 -7
- 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/dist/penguins-eggs_25.8.28-1_amd64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.8.28-1_arm64.deb.sha256 +0 -1
- package/dist/penguins-eggs_25.8.28-1_i386.deb.sha256 +0 -1
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
52f636944437dab835f49e806f1e1718bc2322d4894ed81ae886909b97738bb0 penguins-eggs_25.9.3-1_i386.deb
|
|
File without changes
|
|
File without changes
|
package/eui/eui-create-image.sh
CHANGED
|
File without changes
|
package/eui/eui-start.sh
CHANGED
|
File without changes
|
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.3",
|
|
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.34.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
|
|
@@ -5,30 +5,33 @@
|
|
|
5
5
|
common:
|
|
6
6
|
- coreutils
|
|
7
7
|
- cryptsetup
|
|
8
|
-
|
|
8
|
+
#- cryptsetup-initramfs
|
|
9
9
|
- curl # wardrobe
|
|
10
10
|
- dosfstools # eggs
|
|
11
11
|
- dpkg-dev # yolk
|
|
12
12
|
- git # wardrobe
|
|
13
13
|
- jq # mom
|
|
14
14
|
- live-boot # eggs
|
|
15
|
+
- live-boot # questo va reinstallato
|
|
15
16
|
- live-boot-doc # eggs
|
|
16
17
|
- live-boot-initramfs-tools # eggs
|
|
17
18
|
- live-tools # eggs
|
|
18
19
|
- lvm2 # pvdisplay in krill
|
|
19
20
|
- nodejs (>= 16)
|
|
20
|
-
- live-boot # questo va reinstallato
|
|
21
21
|
- parted
|
|
22
|
-
- penguins-bootloaders-pc-amd64
|
|
23
22
|
- rsync
|
|
24
23
|
- squashfs-tools
|
|
25
24
|
- sshfs # eggs
|
|
26
25
|
- xorriso
|
|
27
26
|
|
|
28
|
-
#
|
|
27
|
+
# bootloaders common
|
|
28
|
+
- ipxe
|
|
29
|
+
- pxelinux
|
|
30
|
+
- pxelinux
|
|
31
|
+
|
|
29
32
|
arch:
|
|
30
33
|
amd64:
|
|
31
34
|
- grub-efi-amd64-bin
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
- syslinux-
|
|
35
|
+
- isolinux
|
|
36
|
+
- shim-signed
|
|
37
|
+
- syslinux-common
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
05498508d7860a84a12a8c8c7aaa9680c6c6743d74b534b6069fafe6bfd46b6f penguins-eggs_25.8.28-1_amd64.deb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1934d71c93cb97c8d7a728e8ae8617594c9baab385fc371d3c420f3f47394005 penguins-eggs_25.8.28-1_arm64.deb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c34883fec332c18410b19e7d422b5ab7d9df7a6626a9d449d03a4d12b7c07427 penguins-eggs_25.8.28-1_i386.deb
|