penguins-eggs 9.1.35 → 9.1.37
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/README.md +17 -17
- package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
- package/addons/eggs/adapt/bin/adapt +0 -0
- package/addons/eggs/ichoice/bin/eggs-ichoice.sh +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-debian.desktop +0 -0
- package/addons/neon/theme/applications/install-debian.desktop +0 -0
- package/addons/telos/theme/applications/install-debian.desktop +0 -0
- package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -0
- package/addons/waydroid/theme/applications/install-debian.desktop +0 -0
- package/assets/calamares/install-debian +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 +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/focal/calamares/calamares-modules/automirror/main.py +0 -0
- package/conf/tools.yaml +1 -1
- package/lib/classes/distro.js +13 -14
- package/lib/classes/ovary.js +35 -11
- package/lib/classes/utils.js +2 -1
- package/lib/krill/krill-prepare.js +1 -1
- package/lib/krill/krill-sequence.d.ts +1 -1
- package/lib/krill/krill-sequence.js +31 -31
- package/lib/krill/modules/bootloader.js +28 -2
- package/lib/krill/modules/initramfs.js +14 -2
- package/lib/krill/modules/{l/303/262cale-cfg.d.ts → locale-cfg.d.ts} +0 -0
- package/lib/krill/modules/{l/303/262cale-cfg.js → locale-cfg.js} +0 -0
- package/lib/lib/utils.d.ts +27 -0
- package/lib/lib/utils.js +54 -19
- package/mkinitcpio/archlinux/README.md +116 -0
- package/mkinitcpio/manjaro/README.md +4 -0
- package/package.json +117 -112
- package/scripts/bros/waydroid-helper.sh +0 -0
- package/scripts/eggs-adapt.sh +0 -0
- package/scripts/install-eggs-ppa.sh +0 -0
- package/scripts/mom-cli.sh +0 -0
- package/scripts/pve-live.service +0 -0
- package/scripts/pve-live.sh +0 -0
- package/scripts/resy.sh +0 -0
- package/scripts/userexist.sh +0 -0
package/package.json
CHANGED
|
@@ -1,115 +1,120 @@
|
|
|
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
|
-
"oclif",
|
|
76
|
-
"refracta",
|
|
77
|
-
"remastersys",
|
|
78
|
-
"systemback"
|
|
79
|
-
],
|
|
80
|
-
"license": "MIT",
|
|
81
|
-
"main": "./lib/index.js",
|
|
82
|
-
"oclif": {
|
|
83
|
-
"bin": "eggs",
|
|
84
|
-
"commands": "./lib/commands",
|
|
85
|
-
"plugins": [
|
|
86
|
-
"@oclif/plugin-autocomplete",
|
|
87
|
-
"@oclif/plugin-help",
|
|
88
|
-
"@oclif/plugin-not-found",
|
|
89
|
-
"@oclif/plugin-warn-if-update-available",
|
|
90
|
-
"@oclif/plugin-version"
|
|
2
|
+
"name": "penguins-eggs",
|
|
3
|
+
"description": "Perri's Brewery edition: remaster your system and distribuite it",
|
|
4
|
+
"version": "9.1.37",
|
|
5
|
+
"author": "Piero Proietti @pieroproietti",
|
|
6
|
+
"bin": {
|
|
7
|
+
"eggs": "bin/run"
|
|
8
|
+
},
|
|
9
|
+
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@oclif/core": "^1",
|
|
12
|
+
|
|
13
|
+
"@oclif/plugin-autocomplete": "1.3.0",
|
|
14
|
+
"@oclif/plugin-help": "^5.1.12",
|
|
15
|
+
"@oclif/plugin-not-found": "^2.3.1",
|
|
16
|
+
"@oclif/plugin-version": "^1.1.1",
|
|
17
|
+
"@oclif/plugin-warn-if-update-available": "^2.0.4",
|
|
18
|
+
"@oclif/test": "^2.1.0",
|
|
19
|
+
|
|
20
|
+
"axios": "^0.27.2",
|
|
21
|
+
"chalk": "^4.1.2",
|
|
22
|
+
"ink": "^3.2.0",
|
|
23
|
+
"ink-big-text": "^1.2.0",
|
|
24
|
+
"ink-gradient": "^2.0.0",
|
|
25
|
+
"inquirer": "^8.2.4",
|
|
26
|
+
"js-yaml": "^4.1.0",
|
|
27
|
+
"mustache": "^4.2.0",
|
|
28
|
+
"react": "^17.0.2",
|
|
29
|
+
"shelljs": "0.8.5",
|
|
30
|
+
"tslib": "^2.4.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/chai": "^4.3.1",
|
|
34
|
+
"@types/ink-big-text": "^1.2.1",
|
|
35
|
+
"@types/ink-gradient": "^2.0.1",
|
|
36
|
+
"@types/inquirer": "^8.2.1",
|
|
37
|
+
"@types/js-yaml": "^4.0.5",
|
|
38
|
+
"@types/mocha": "^9.1.1",
|
|
39
|
+
"@types/mustache": "^4.1.3",
|
|
40
|
+
"@types/node": "^18.6.3",
|
|
41
|
+
"@types/react": "^18.0.12",
|
|
42
|
+
"@types/shelljs": "^0.8.11",
|
|
43
|
+
"@typescript-eslint/parser": "^5.27.1",
|
|
44
|
+
"chai": "^4.3.6",
|
|
45
|
+
"eslint": "^7.32.0",
|
|
46
|
+
"eslint-config-oclif": "^4.0.0",
|
|
47
|
+
"eslint-config-oclif-typescript": "^1.0.2",
|
|
48
|
+
"globby": "^11",
|
|
49
|
+
"mocha": "^10.0.0",
|
|
50
|
+
"nyc": "^15.1.0",
|
|
51
|
+
"perrisbrewery": "^9.1.37",
|
|
52
|
+
"penguins-oclif": "^9.1.37",
|
|
53
|
+
"ts-node": "^10.8.1",
|
|
54
|
+
"typedoc": "^0.23.10",
|
|
55
|
+
"typescript": "^4.7.4"
|
|
56
|
+
},
|
|
57
|
+
"peerDependencies": {
|
|
58
|
+
"@typescript-eslint/parser": "^5.0.0",
|
|
59
|
+
"@typescript-eslint/plugin": "^5.0.0",
|
|
60
|
+
"typescript": "^4.6.0"
|
|
61
|
+
},
|
|
62
|
+
"dirname": "eggs",
|
|
63
|
+
"engines": {
|
|
64
|
+
"node": ">=14.0.0"
|
|
65
|
+
},
|
|
66
|
+
"files": [
|
|
67
|
+
"/addons",
|
|
68
|
+
"/assets",
|
|
69
|
+
"/bin",
|
|
70
|
+
"/conf",
|
|
71
|
+
"/lib",
|
|
72
|
+
"/manpages",
|
|
73
|
+
"mkinitcpio",
|
|
74
|
+
"/scripts"
|
|
91
75
|
],
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
76
|
+
"homepage": "https://penguins-eggs.net/",
|
|
77
|
+
"keywords": [
|
|
78
|
+
"oclif",
|
|
79
|
+
"refracta",
|
|
80
|
+
"remastersys",
|
|
81
|
+
"systemback"
|
|
95
82
|
],
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
83
|
+
"license": "MIT",
|
|
84
|
+
"main": "./lib/index.js",
|
|
85
|
+
"oclif": {
|
|
86
|
+
"bin": "eggs",
|
|
87
|
+
"commands": "./lib/commands",
|
|
88
|
+
"plugins": [
|
|
89
|
+
"@oclif/plugin-autocomplete",
|
|
90
|
+
"@oclif/plugin-help",
|
|
91
|
+
"@oclif/plugin-not-found",
|
|
92
|
+
"@oclif/plugin-warn-if-update-available",
|
|
93
|
+
"@oclif/plugin-version"
|
|
94
|
+
],
|
|
95
|
+
"topicSeparator": " ",
|
|
96
|
+
"additionalHelpFlags": [
|
|
97
|
+
"-h"
|
|
98
|
+
],
|
|
99
|
+
"additionalVersionFlags": [
|
|
100
|
+
"-v"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"repository": "https://github.com/pieroproietti/penguins-eggs",
|
|
104
|
+
"scripts": {
|
|
105
|
+
"build": "tsc -p .",
|
|
106
|
+
"deb": "oclif pack:deb && pb deb ./",
|
|
107
|
+
"docs": "rm docs -rf && npx typedoc src --out docs",
|
|
108
|
+
"lint": "eslint . --ext .ts --config .eslintrc",
|
|
109
|
+
"lint-and-fix": "eslint . --ext .ts --fix --config .eslintrc",
|
|
110
|
+
"postpack": "rm -f oclif.manifest.json",
|
|
111
|
+
"posttest": "eslint . --ext .ts --config .eslintrc",
|
|
112
|
+
"prepack": "rm lib -rf && tsc -b && oclif manifest && oclif readme",
|
|
113
|
+
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
|
|
114
|
+
"tarballs": "oclif pack:tarballs --root=. --targets=linux-x64 --no-xz",
|
|
115
|
+
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
116
|
+
"version": "oclif readme && git add README.md"
|
|
117
|
+
},
|
|
118
|
+
"shortName": "eggs",
|
|
119
|
+
"types": "lib/index.d.ts"
|
|
120
|
+
}
|
|
File without changes
|
package/scripts/eggs-adapt.sh
CHANGED
|
File without changes
|
|
File without changes
|
package/scripts/mom-cli.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.sh
CHANGED
|
File without changes
|
package/scripts/userexist.sh
CHANGED
|
File without changes
|