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.
Files changed (101) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +47 -45
  3. package/README.pdf +815 -801
  4. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  5. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  6. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  7. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  8. package/assets/calamares/install-system.sh +0 -0
  9. package/assets/penguins-eggs.desktop +0 -0
  10. package/assets/penguins-krill.desktop +0 -0
  11. package/assets/penguins-links-add.desktop +0 -0
  12. package/assets/penguins-live-installer.desktop +0 -0
  13. package/bin/dev.js +0 -0
  14. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  15. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  16. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  20. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  22. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  23. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  24. package/conf/distros/openmamba/calamares/modules/users.yml +1 -1
  25. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  26. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  27. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  28. package/conf/exclude.list.d/master.list +4 -0
  29. package/conf/init/unattended.sh +0 -0
  30. package/dist/classes/incubation/incubator.js +5 -1
  31. package/dist/classes/utils.d/kernel.d.ts +9 -1
  32. package/dist/classes/utils.d/kernel.js +86 -1
  33. package/dist/classes/utils.d.ts +2 -1
  34. package/dist/classes/utils.js +14 -2
  35. package/dist/commands/export/pkg.js +16 -22
  36. package/dist/commands/tools/ppa.d.ts +6 -0
  37. package/dist/commands/tools/ppa.js +73 -26
  38. package/dist/commands/update.d.ts +2 -7
  39. package/dist/commands/update.js +102 -91
  40. package/dist/krill/classes/sequence.d/bootloader.js +24 -10
  41. package/dist/krill/classes/sequence.d/bootloader_config.js +58 -8
  42. package/dist/krill/classes/sequence.d/mkfs.js +8 -4
  43. package/dist/krill/classes/sequence.d/mount_vfs.js +24 -5
  44. package/dist/krill/classes/sequence.d/partition.d/uefi_standard.js +7 -5
  45. package/dist/krill/classes/sequence.js +9 -9
  46. package/dist/penguins-eggs_25.9.7-1_amd64.deb +0 -0
  47. package/dist/penguins-eggs_25.9.7-1_amd64.deb.sha256 +1 -0
  48. package/dist/penguins-eggs_25.9.7-1_arm64.deb +0 -0
  49. package/dist/penguins-eggs_25.9.7-1_arm64.deb.sha256 +1 -0
  50. package/dist/penguins-eggs_25.9.7-1_i386.deb +0 -0
  51. package/dist/penguins-eggs_25.9.7-1_i386.deb.sha256 +1 -0
  52. package/eui/eui-autostart-cinnamon.desktop +0 -0
  53. package/eui/eui-autostart-xfce.desktop +0 -0
  54. package/eui/eui-create-image.sh +0 -0
  55. package/eui/eui-start.sh +0 -0
  56. package/package.json +131 -125
  57. package/perrisbrewery/scripts/postinst +0 -0
  58. package/perrisbrewery/scripts/postrm +0 -0
  59. package/perrisbrewery/scripts/preinst +0 -0
  60. package/perrisbrewery/scripts/prerm +0 -0
  61. package/perrisbrewery/template/dependencies-bionic.yaml +6 -23
  62. package/pods/almalinux.sh +0 -0
  63. package/pods/archlinux.sh +0 -0
  64. package/pods/ci/kernel-overlay-install.sh +0 -0
  65. package/pods/ci/minimal/almalinux-container2host.sh +0 -0
  66. package/pods/ci/minimal/archlinux-container2host.sh +0 -0
  67. package/pods/ci/minimal/debian-container2host.sh +0 -0
  68. package/pods/ci/minimal/fedora-container2host.sh +0 -0
  69. package/pods/ci/minimal/manjaro-container2host.sh +0 -0
  70. package/pods/ci/minimal/opensuse-container2host.sh +0 -0
  71. package/pods/ci/penguins-eggs-execute.sh +0 -0
  72. package/pods/ci/penguins-eggs-install.sh +0 -0
  73. package/pods/ci/run +0 -0
  74. package/pods/ci/run-on-almalinux.sh +0 -0
  75. package/pods/ci/run-on-archlinux.sh +0 -0
  76. package/pods/ci/run-on-debian.sh +0 -0
  77. package/pods/ci/run-on-devuan.sh +0 -0
  78. package/pods/ci/run-on-fedora.sh +0 -0
  79. package/pods/ci/run-on-manjaro.sh +0 -0
  80. package/pods/ci/run-on-opensuse.sh +0 -0
  81. package/pods/ci/run-on-rockylinux.sh +0 -0
  82. package/pods/ci/run-on-ubuntu.sh +0 -0
  83. package/pods/debian.sh +0 -0
  84. package/pods/devuan.sh +0 -0
  85. package/pods/fedora.sh +0 -0
  86. package/pods/lmde.sh +0 -0
  87. package/pods/manjaro.sh +0 -0
  88. package/pods/opensuse.sh +0 -0
  89. package/pods/podman.command.sh +0 -0
  90. package/pods/rocky.sh +0 -0
  91. package/pods/run-build-packages-debs.sh +0 -0
  92. package/pods/run-create-debs.sh +0 -0
  93. package/pods/ubuntu.sh +0 -0
  94. package/scripts/99clean +0 -0
  95. package/scripts/adapt.sh +0 -0
  96. package/scripts/bros/waydroid-helper.sh +0 -0
  97. package/scripts/lsb_release +0 -0
  98. package/scripts/mom.sh +0 -0
  99. package/scripts/pve-live.service +0 -0
  100. package/scripts/pve-live.sh +0 -0
  101. package/scripts/resy +0 -0
package/package.json CHANGED
@@ -1,128 +1,134 @@
1
1
  {
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.2",
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"
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
- "topicSeparator": " ",
106
- "topics": {
107
- "hello": {
108
- "description": "Say hello to the world and others"
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
- - cryptsetup-initramfs
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) # bionic
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
- # dependencies arch specific
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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
File without changes
package/pods/rocky.sh CHANGED
File without changes
File without changes
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
File without changes
package/scripts/mom.sh CHANGED
File without changes
File without changes
File without changes
package/scripts/resy CHANGED
File without changes