penguins-eggs 9.0.16 → 9.0.25

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 (38) hide show
  1. package/README.md +43 -22
  2. package/addons/templates/grub.template +2 -0
  3. package/addons/{blissos → waydroid}/theme/applications/install-debian.desktop +0 -0
  4. package/addons/{blissos → waydroid}/theme/artwork/install-debian.png +0 -0
  5. package/addons/{blissos → waydroid}/theme/calamares/branding/branding.desc +0 -0
  6. package/addons/{blissos → waydroid}/theme/calamares/branding/languages.png +0 -0
  7. package/addons/{blissos → waydroid}/theme/calamares/branding/show.qml +0 -0
  8. package/addons/{blissos → waydroid}/theme/calamares/branding/slide1.png +0 -0
  9. package/addons/{blissos → waydroid}/theme/calamares/branding/slide2.png +0 -0
  10. package/addons/{blissos → waydroid}/theme/calamares/branding/slide3.png +0 -0
  11. package/addons/{blissos/theme/calamares/branding/blissos-logo.png → waydroid/theme/calamares/branding/waydroid-logo.png} +0 -0
  12. package/addons/{blissos → waydroid}/theme/calamares/branding/welcome.png +0 -0
  13. package/addons/{blissos → waydroid}/theme/calamares/modules/partition.yml +0 -0
  14. package/addons/{blissos → waydroid}/theme/livecd/grub.theme.cfg +1 -1
  15. package/addons/{blissos → waydroid}/theme/livecd/isolinux.theme.cfg +1 -1
  16. package/addons/{blissos → waydroid}/theme/livecd/splash.png +0 -0
  17. package/lib/classes/incubation/incubator.js +5 -0
  18. package/lib/classes/krill_install.d.ts +48 -25
  19. package/lib/classes/krill_install.js +456 -185
  20. package/lib/classes/krill_prepare.d.ts +7 -3
  21. package/lib/classes/krill_prepare.js +35 -14
  22. package/lib/classes/ovary.js +6 -1
  23. package/lib/commands/install.d.ts +1 -0
  24. package/lib/commands/install.js +14 -3
  25. package/lib/commands/kill.js +1 -1
  26. package/lib/commands/produce.js +1 -1
  27. package/lib/components/partitions.d.ts +1 -2
  28. package/lib/components/partitions.js +1 -4
  29. package/lib/interfaces/i-devices.d.ts +1 -0
  30. package/lib/interfaces/i-krill.d.ts +0 -1
  31. package/lib/lib/cli-autologin.js +8 -3
  32. package/lib/lib/select_installation_mode.js +1 -1
  33. package/manpages/doc/man/eggs.html +65 -6
  34. package/oclif.manifest.json +1 -1
  35. package/package.json +13 -12
  36. package/scripts/_eggs +9 -8
  37. package/scripts/eggs.bash +3 -3
  38. /package/scripts/{not-used/pve-live.sh → pve-live.sh} +0 -0
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "penguins-eggs",
3
3
  "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
- "version": "9.0.16",
4
+ "version": "9.0.25",
5
5
  "author": "Piero Proietti @pieroproietti",
6
6
  "bin": {
7
7
  "eggs": "bin/run"
8
8
  },
9
9
  "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
10
10
  "dependencies": {
11
- "@oclif/core": "1.2.1",
12
- "@oclif/plugin-autocomplete": "1.2.0",
13
- "@oclif/plugin-help": "^5.1.10",
11
+ "@oclif/core": "github:pieroproietti/core#oclif-main",
12
+ "@oclif/plugin-autocomplete": "^1.2.0",
13
+ "@oclif/plugin-help": "^5.1.11",
14
14
  "@oclif/plugin-not-found": "^2.3.1",
15
15
  "@oclif/plugin-version": "^1.0.4",
16
16
  "@oclif/plugin-warn-if-update-available": "^2.0.4",
17
- "axios": "^0.25.0",
17
+ "axios": "^0.26.0",
18
18
  "chalk": "^4.1.0",
19
19
  "ink": "^3.2.0",
20
20
  "ink-big-text": "^1.2.0",
@@ -22,35 +22,36 @@
22
22
  "inquirer": "^8.2.0",
23
23
  "js-yaml": "^4.1.0",
24
24
  "mustache": "^4.2.0",
25
+ "npm": "^8.5.1",
25
26
  "pjson": "github:pieroproietti/pjson",
26
27
  "react": "^17.0.2",
27
- "shelljs": "github:shelljs/shelljs",
28
+ "shelljs": "0.8.5",
28
29
  "tslib": "^2.3.1"
29
30
  },
30
31
  "devDependencies": {
31
- "@oclif/test": "^2.0.3",
32
+ "@oclif/test": "^2.1.0",
32
33
  "@types/chai": "^4.3.0",
33
34
  "@types/ink-big-text": "^1.2.1",
34
35
  "@types/ink-gradient": "^2.0.1",
35
- "@types/inquirer": "^8.1.3",
36
+ "@types/inquirer": "^8.2.0",
36
37
  "@types/js-yaml": "^4.0.5",
37
38
  "@types/mocha": "^9.1.0",
38
39
  "@types/mustache": "^4.1.2",
39
40
  "@types/node": "^16.11.13",
40
- "@types/react": "^17.0.38",
41
+ "@types/react": "^17.0.39",
41
42
  "@types/shelljs": "^0.8.11",
42
- "chai": "^4.3.4",
43
+ "chai": "^4.3.6",
43
44
  "eslint": "^7.3.2",
44
45
  "eslint-config-oclif": "^4.0.0",
45
46
  "eslint-config-oclif-typescript": "^1.0.2",
46
47
  "globby": "^11.0.1",
47
- "mocha": "^9.1.4",
48
+ "mocha": "^9.2.0",
48
49
  "nyc": "^15.1.0",
49
50
  "oclif": "github:pieroproietti/oclif",
50
51
  "perrisbrewery": "github:pieroproietti/perrisbrewery",
51
52
  "prettier": "^2.5.1",
52
53
  "shx": "^0.3.4",
53
- "ts-node": "^10.4.0",
54
+ "ts-node": "^10.5.0",
54
55
  "typedoc": "^0.22.11",
55
56
  "typescript": "^4.5.5"
56
57
  },
package/scripts/_eggs CHANGED
@@ -20,7 +20,7 @@ _eggs () {
20
20
  "install:command-line system installer - the egg became a penguin!"
21
21
  "kill:kill the eggs/free the nest"
22
22
  "mom:ask for mommy - gui helper"
23
- "produce:the system produce an egg: iso image of your system"
23
+ "produce:produce a live image from your system whithout your data"
24
24
  "remove:remove eggs and others stuff"
25
25
  "syncfrom:Restore users, server and datas from luks-eggs-backup"
26
26
  "syncto:Backup users, server and datas to luks-eggs-backup"
@@ -31,8 +31,8 @@ _eggs () {
31
31
  "tools\:yolk:configure eggs to install without internet"
32
32
  "update:update the penguin's eggs tool"
33
33
  "help:Display help for <%= config.bin %>."
34
- "version:"
35
34
  "autocomplete:display autocomplete installation instructions"
35
+ "version:"
36
36
  )
37
37
 
38
38
  _set_flags () {
@@ -123,6 +123,7 @@ install)
123
123
  _command_flags=(
124
124
  "--cli[force use CLI installer]"
125
125
  "--crypted[crypted CLI installation]"
126
+ "--pve[Proxmox VE install]"
126
127
  "--help[Show CLI help.]"
127
128
  "--verbose[verbose]"
128
129
  )
@@ -170,8 +171,8 @@ remove)
170
171
 
171
172
  syncfrom)
172
173
  _command_flags=(
173
- "--krill[krill]"
174
- "--file=-[file with LUKS volume encrypted]:"
174
+ "--file=-[file with LUKS volume encrypted]:"
175
+ "--rootdir=-[rootdir of the installed system, when used from live]:"
175
176
  "--help[Show CLI help.]"
176
177
  "--verbose[verbose]"
177
178
  )
@@ -239,15 +240,15 @@ help)
239
240
  )
240
241
  ;;
241
242
 
242
- version)
243
+ autocomplete)
243
244
  _command_flags=(
244
-
245
+ "--refresh-cache[Refresh cache (ignores displaying instructions)]"
245
246
  )
246
247
  ;;
247
248
 
248
- autocomplete)
249
+ version)
249
250
  _command_flags=(
250
- "--refresh-cache[Refresh cache (ignores displaying instructions)]"
251
+
251
252
  )
252
253
  ;;
253
254
 
package/scripts/eggs.bash CHANGED
@@ -21,12 +21,12 @@ export:deb --help --clean --amd64 --i386 --armel --arm64 --all
21
21
  export:docs --help
22
22
  export:iso --help --backup --clean
23
23
  info --verbose --help
24
- install --cli --crypted --help --verbose
24
+ install --cli --crypted --pve --help --verbose
25
25
  kill --help --verbose
26
26
  mom --help
27
27
  produce --prefix --basename --backup --fast --normal --max --verbose --yolk --script --help --theme --addons --release
28
28
  remove --purge --autoremove --help --verbose
29
- syncfrom --krill --file --help --verbose
29
+ syncfrom --file --rootdir --help --verbose
30
30
  syncto --krill --file --help --verbose
31
31
  tools:clean --help --verbose
32
32
  tools:locales --help --reinstall --verbose
@@ -35,8 +35,8 @@ tools:stat --help --month --year
35
35
  tools:yolk --help --verbose
36
36
  update --help --apt --basket --verbose
37
37
  help --nested-commands
38
- version
39
38
  autocomplete --refresh-cache
39
+ version
40
40
  "
41
41
 
42
42
  function __trim_colon_commands()
File without changes