penguins-eggs 25.9.8 → 25.9.14

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 (91) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/LICENSE +123 -0
  3. package/README.md +33 -31
  4. package/README.pdf +2625 -2497
  5. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  6. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  7. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  8. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  9. package/assets/calamares/install-system.sh +0 -0
  10. package/assets/penguins-eggs.desktop +0 -0
  11. package/assets/penguins-krill.desktop +0 -0
  12. package/assets/penguins-links-add.desktop +0 -0
  13. package/assets/penguins-live-installer.desktop +0 -0
  14. package/bin/dev.js +0 -0
  15. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  16. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  20. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  22. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  23. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  24. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  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/init/unattended.sh +0 -0
  29. package/dist/classes/ovary.d/live-create-structure.js +35 -52
  30. package/dist/classes/ovary.d/produce.js +4 -0
  31. package/dist/classes/ovary.d.ts +5 -1
  32. package/dist/classes/ovary.js +4 -1
  33. package/dist/commands/export/pkg.js +1 -1
  34. package/dist/commands/tools/ppa.d.ts +1 -2
  35. package/dist/commands/tools/ppa.js +51 -60
  36. package/eui/eui-autostart-cinnamon.desktop +0 -0
  37. package/eui/eui-autostart-xfce.desktop +0 -0
  38. package/eui/eui-create-image.sh +0 -0
  39. package/eui/eui-start.sh +0 -0
  40. package/package.json +131 -125
  41. package/perrisbrewery/scripts/postinst +0 -0
  42. package/perrisbrewery/scripts/postrm +0 -0
  43. package/perrisbrewery/scripts/preinst +0 -0
  44. package/perrisbrewery/scripts/prerm +0 -0
  45. package/pods/almalinux.sh +0 -0
  46. package/pods/archlinux.sh +0 -0
  47. package/pods/ci/kernel-overlay-install.sh +0 -0
  48. package/pods/ci/minimal/almalinux-container2host.sh +0 -0
  49. package/pods/ci/minimal/archlinux-container2host.sh +0 -0
  50. package/pods/ci/minimal/debian-container2host.sh +0 -0
  51. package/pods/ci/minimal/fedora-container2host.sh +0 -0
  52. package/pods/ci/minimal/manjaro-container2host.sh +0 -0
  53. package/pods/ci/minimal/opensuse-container2host.sh +0 -0
  54. package/pods/ci/penguins-eggs-execute.sh +0 -0
  55. package/pods/ci/penguins-eggs-install.sh +0 -0
  56. package/pods/ci/run +0 -0
  57. package/pods/ci/run-on-almalinux.sh +0 -0
  58. package/pods/ci/run-on-archlinux.sh +0 -0
  59. package/pods/ci/run-on-debian.sh +0 -0
  60. package/pods/ci/run-on-devuan.sh +0 -0
  61. package/pods/ci/run-on-fedora.sh +0 -0
  62. package/pods/ci/run-on-manjaro.sh +0 -0
  63. package/pods/ci/run-on-opensuse.sh +0 -0
  64. package/pods/ci/run-on-rockylinux.sh +0 -0
  65. package/pods/ci/run-on-ubuntu.sh +0 -0
  66. package/pods/debian.sh +0 -0
  67. package/pods/devuan.sh +0 -0
  68. package/pods/fedora.sh +0 -0
  69. package/pods/lmde.sh +0 -0
  70. package/pods/manjaro.sh +0 -0
  71. package/pods/opensuse.sh +0 -0
  72. package/pods/podman.command.sh +0 -0
  73. package/pods/rocky.sh +0 -0
  74. package/pods/run-build-packages-debs.sh +0 -0
  75. package/pods/run-create-debs.sh +0 -0
  76. package/pods/ubuntu.sh +0 -0
  77. package/scripts/99clean +0 -0
  78. package/scripts/adapt.sh +0 -0
  79. package/scripts/bros/waydroid-helper.sh +0 -0
  80. package/scripts/lsb_release +0 -0
  81. package/scripts/mom.sh +0 -0
  82. package/scripts/pve-live.service +0 -0
  83. package/scripts/pve-live.sh +0 -0
  84. package/scripts/resy +0 -0
  85. package/dist/penguins-eggs_25.9.8-1_amd64.deb +0 -0
  86. package/dist/penguins-eggs_25.9.8-1_amd64.deb.sha256 +0 -1
  87. package/dist/penguins-eggs_25.9.8-1_arm64.deb +0 -0
  88. package/dist/penguins-eggs_25.9.8-1_arm64.deb.sha256 +0 -1
  89. package/dist/penguins-eggs_25.9.8-1_i386.deb +0 -0
  90. package/dist/penguins-eggs_25.9.8-1_i386.deb.sha256 +0 -1
  91. package/perrisbrewery/template/dependencies-bionic.yaml +0 -37
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.8",
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.102",
56
- "eslint-config-prettier": "^10.1.8",
57
- "glob": "^11.0.3",
58
- "mocha": "^11.7.2",
59
- "oclif": "^4.22.18",
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.14",
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.3",
13
+ "@oclif/plugin-autocomplete": "^3.2.34",
14
+ "@oclif/plugin-help": "^6.2.33",
15
+ "@oclif/plugin-version": "^2.2.33",
16
+ "@types/express": "^5.0.3",
17
+ "ansis": "^4.1.0",
18
+ "axios": "^1.12.2",
19
+ "chalk": "^5.6.2",
20
+ "cli-cursor": "^5.0.0",
21
+ "debug": "^4.4.3",
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.6",
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.10",
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.14",
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.18",
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.104",
56
+ "eslint-config-prettier": "^10.1.8",
57
+ "glob": "^11.0.3",
58
+ "mocha": "^11.7.2",
59
+ "oclif": "^4.22.22",
60
+ "perrisbrewery": "^25.9.16",
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
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
@@ -1 +0,0 @@
1
- 32be4d7f9678261c852de642d436ff14a8a08fac1a6c4144905a7122c924d9b1 penguins-eggs_25.9.8-1_amd64.deb
@@ -1 +0,0 @@
1
- c4b13e267b858e9c66f439ea4164d98c2fc49c06db58999123bcbec87d61f55b penguins-eggs_25.9.8-1_arm64.deb
@@ -1 +0,0 @@
1
- c28a8df8a40a61df8b97f2d1e9ddeddf3a4986852dee0e40f221380fafde8b6a penguins-eggs_25.9.8-1_i386.deb
@@ -1,37 +0,0 @@
1
- # Description: This file contains the dependencies for the packages in the project.
2
- ---
3
- ##
4
- # common dependencies
5
- common:
6
- - coreutils
7
- - cryptsetup
8
- #- cryptsetup-initramfs
9
- - curl # wardrobe
10
- - dosfstools # eggs
11
- - dpkg-dev # yolk
12
- - git # wardrobe
13
- - jq # mom
14
- - live-boot # eggs
15
- - live-boot # questo va reinstallato
16
- - live-boot-doc # eggs
17
- - live-boot-initramfs-tools # eggs
18
- - live-tools # eggs
19
- - lvm2 # pvdisplay in krill
20
- - nodejs (>= 16)
21
- - parted
22
- - rsync
23
- - squashfs-tools
24
- - sshfs # eggs
25
- - xorriso
26
-
27
- # bootloaders common
28
- - ipxe
29
- - pxelinux
30
- - pxelinux
31
-
32
- arch:
33
- amd64:
34
- - grub-efi-amd64-bin
35
- - isolinux
36
- - shim-signed
37
- - syslinux-common