penguins-eggs 25.9.7 → 25.9.8

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 (88) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +28 -28
  3. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  4. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  5. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  6. package/addons/eggs/theme/applications/install-system.desktop +0 -0
  7. package/assets/calamares/install-system.sh +0 -0
  8. package/assets/penguins-eggs.desktop +0 -0
  9. package/assets/penguins-krill.desktop +0 -0
  10. package/assets/penguins-links-add.desktop +0 -0
  11. package/assets/penguins-live-installer.desktop +0 -0
  12. package/bin/dev.js +0 -0
  13. package/conf/distros/alpine/calamares/calamares-modules/machineid-openrc/machineid-openrc.sh +0 -0
  14. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  15. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  16. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  17. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  19. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  20. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  21. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  22. package/conf/distros/fedora/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  23. package/conf/distros/opensuse/calamares/calamares-modules/bootloaderspecification/bootloaderspecification.sh +0 -0
  24. package/conf/distros/opensuse/calamares/settings.yml +0 -0
  25. package/conf/distros/opensuse/calamares/zstd2lzo.sh +0 -0
  26. package/conf/init/unattended.sh +0 -0
  27. package/dist/classes/utils.d/kernel.d.ts +2 -9
  28. package/dist/classes/utils.d/kernel.js +4 -58
  29. package/dist/commands/export/pkg.js +3 -2
  30. package/dist/commands/update.js +8 -8
  31. package/dist/{penguins-eggs_25.9.7-1_arm64.deb → penguins-eggs_25.9.8-1_amd64.deb} +0 -0
  32. package/dist/penguins-eggs_25.9.8-1_amd64.deb.sha256 +1 -0
  33. package/dist/{penguins-eggs_25.9.7-1_i386.deb → penguins-eggs_25.9.8-1_arm64.deb} +0 -0
  34. package/dist/penguins-eggs_25.9.8-1_arm64.deb.sha256 +1 -0
  35. package/dist/{penguins-eggs_25.9.7-1_amd64.deb → penguins-eggs_25.9.8-1_i386.deb} +0 -0
  36. package/dist/penguins-eggs_25.9.8-1_i386.deb.sha256 +1 -0
  37. package/eui/eui-autostart-cinnamon.desktop +0 -0
  38. package/eui/eui-autostart-xfce.desktop +0 -0
  39. package/eui/eui-create-image.sh +0 -0
  40. package/eui/eui-start.sh +0 -0
  41. package/package.json +125 -131
  42. package/perrisbrewery/scripts/postinst +0 -0
  43. package/perrisbrewery/scripts/postrm +0 -0
  44. package/perrisbrewery/scripts/preinst +0 -0
  45. package/perrisbrewery/scripts/prerm +0 -0
  46. package/pods/almalinux.sh +0 -0
  47. package/pods/archlinux.sh +0 -0
  48. package/pods/ci/kernel-overlay-install.sh +0 -0
  49. package/pods/ci/minimal/almalinux-container2host.sh +0 -0
  50. package/pods/ci/minimal/archlinux-container2host.sh +0 -0
  51. package/pods/ci/minimal/debian-container2host.sh +0 -0
  52. package/pods/ci/minimal/fedora-container2host.sh +0 -0
  53. package/pods/ci/minimal/manjaro-container2host.sh +0 -0
  54. package/pods/ci/minimal/opensuse-container2host.sh +0 -0
  55. package/pods/ci/penguins-eggs-execute.sh +0 -0
  56. package/pods/ci/penguins-eggs-install.sh +0 -0
  57. package/pods/ci/run +0 -0
  58. package/pods/ci/run-on-almalinux.sh +0 -0
  59. package/pods/ci/run-on-archlinux.sh +0 -0
  60. package/pods/ci/run-on-debian.sh +0 -0
  61. package/pods/ci/run-on-devuan.sh +0 -0
  62. package/pods/ci/run-on-fedora.sh +0 -0
  63. package/pods/ci/run-on-manjaro.sh +0 -0
  64. package/pods/ci/run-on-opensuse.sh +0 -0
  65. package/pods/ci/run-on-rockylinux.sh +0 -0
  66. package/pods/ci/run-on-ubuntu.sh +0 -0
  67. package/pods/debian.sh +0 -0
  68. package/pods/devuan.sh +0 -0
  69. package/pods/fedora.sh +0 -0
  70. package/pods/lmde.sh +0 -0
  71. package/pods/manjaro.sh +0 -0
  72. package/pods/opensuse.sh +0 -0
  73. package/pods/podman.command.sh +0 -0
  74. package/pods/rocky.sh +0 -0
  75. package/pods/run-build-packages-debs.sh +0 -0
  76. package/pods/run-create-debs.sh +0 -0
  77. package/pods/ubuntu.sh +0 -0
  78. package/scripts/99clean +0 -0
  79. package/scripts/adapt.sh +0 -0
  80. package/scripts/bros/waydroid-helper.sh +0 -0
  81. package/scripts/lsb_release +0 -0
  82. package/scripts/mom.sh +0 -0
  83. package/scripts/pve-live.service +0 -0
  84. package/scripts/pve-live.sh +0 -0
  85. package/scripts/resy +0 -0
  86. package/dist/penguins-eggs_25.9.7-1_amd64.deb.sha256 +0 -1
  87. package/dist/penguins-eggs_25.9.7-1_arm64.deb.sha256 +0 -1
  88. package/dist/penguins-eggs_25.9.7-1_i386.deb.sha256 +0 -1
@@ -1621,5 +1621,5 @@
1621
1621
  ]
1622
1622
  }
1623
1623
  },
1624
- "version": "25.9.7"
1624
+ "version": "25.9.8"
1625
1625
  }
package/README.md CHANGED
@@ -536,7 +536,7 @@ EXAMPLES
536
536
  $ eggs adapt
537
537
  ```
538
538
 
539
- _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/adapt.ts)_
539
+ _See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/adapt.ts)_
540
540
 
541
541
  ## `eggs analyze`
542
542
 
@@ -557,7 +557,7 @@ EXAMPLES
557
557
  sudo eggs analyze
558
558
  ```
559
559
 
560
- _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/analyze.ts)_
560
+ _See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/analyze.ts)_
561
561
 
562
562
  ## `eggs autocomplete [SHELL]`
563
563
 
@@ -621,7 +621,7 @@ EXAMPLES
621
621
  sudo eggs calamares --remove
622
622
  ```
623
623
 
624
- _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/calamares.ts)_
624
+ _See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/calamares.ts)_
625
625
 
626
626
  ## `eggs config`
627
627
 
@@ -648,7 +648,7 @@ EXAMPLES
648
648
  sudo eggs config --clean --nointeractive
649
649
  ```
650
650
 
651
- _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/config.ts)_
651
+ _See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/config.ts)_
652
652
 
653
653
  ## `eggs cuckoo`
654
654
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  sudo eggs cuckoo
670
670
  ```
671
671
 
672
- _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/cuckoo.ts)_
672
+ _See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/cuckoo.ts)_
673
673
 
674
674
  ## `eggs dad`
675
675
 
@@ -698,7 +698,7 @@ EXAMPLES
698
698
  sudo dad --default
699
699
  ```
700
700
 
701
- _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/dad.ts)_
701
+ _See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/dad.ts)_
702
702
 
703
703
  ## `eggs export iso`
704
704
 
@@ -723,7 +723,7 @@ EXAMPLES
723
723
  $ eggs export iso --clean
724
724
  ```
725
725
 
726
- _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/iso.ts)_
726
+ _See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/iso.ts)_
727
727
 
728
728
  ## `eggs export pkg`
729
729
 
@@ -750,7 +750,7 @@ EXAMPLES
750
750
  $ eggs export pkg --all
751
751
  ```
752
752
 
753
- _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/pkg.ts)_
753
+ _See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/pkg.ts)_
754
754
 
755
755
  ## `eggs export tarballs`
756
756
 
@@ -774,7 +774,7 @@ EXAMPLES
774
774
  $ eggs export tarballs --clean
775
775
  ```
776
776
 
777
- _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/export/tarballs.ts)_
777
+ _See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/export/tarballs.ts)_
778
778
 
779
779
  ## `eggs help [COMMAND]`
780
780
 
@@ -836,7 +836,7 @@ EXAMPLES
836
836
  sudo eggs install --chroot
837
837
  ```
838
838
 
839
- _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/install.ts)_
839
+ _See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/install.ts)_
840
840
 
841
841
  ## `eggs kill`
842
842
 
@@ -859,7 +859,7 @@ EXAMPLES
859
859
  sudo eggs kill
860
860
  ```
861
861
 
862
- _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/kill.ts)_
862
+ _See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/kill.ts)_
863
863
 
864
864
  ## `eggs krill`
865
865
 
@@ -921,7 +921,7 @@ EXAMPLES
921
921
  $ eggs auto
922
922
  ```
923
923
 
924
- _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/love.ts)_
924
+ _See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/love.ts)_
925
925
 
926
926
  ## `eggs mom`
927
927
 
@@ -941,7 +941,7 @@ EXAMPLES
941
941
  $ eggs mom
942
942
  ```
943
943
 
944
- _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/mom.ts)_
944
+ _See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/mom.ts)_
945
945
 
946
946
  ## `eggs pods [DISTRO]`
947
947
 
@@ -968,7 +968,7 @@ EXAMPLES
968
968
  $ eggs pods ubuntu
969
969
  ```
970
970
 
971
- _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/pods.ts)_
971
+ _See code: [src/commands/pods.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/pods.ts)_
972
972
 
973
973
  ## `eggs produce`
974
974
 
@@ -1029,7 +1029,7 @@ EXAMPLES
1029
1029
  sudo eggs produce --excludes home # exclude ~/*
1030
1030
  ```
1031
1031
 
1032
- _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/produce.ts)_
1032
+ _See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/produce.ts)_
1033
1033
 
1034
1034
  ## `eggs status`
1035
1035
 
@@ -1050,7 +1050,7 @@ EXAMPLES
1050
1050
  $ eggs status
1051
1051
  ```
1052
1052
 
1053
- _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/status.ts)_
1053
+ _See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/status.ts)_
1054
1054
 
1055
1055
  ## `eggs syncfrom`
1056
1056
 
@@ -1076,7 +1076,7 @@ EXAMPLES
1076
1076
  sudo eggs syncfrom --file /path/to/luks-volume
1077
1077
  ```
1078
1078
 
1079
- _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncfrom.ts)_
1079
+ _See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncfrom.ts)_
1080
1080
 
1081
1081
  ## `eggs syncto`
1082
1082
 
@@ -1103,7 +1103,7 @@ EXAMPLES
1103
1103
  sudo eggs syncto --excludes
1104
1104
  ```
1105
1105
 
1106
- _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/syncto.ts)_
1106
+ _See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/syncto.ts)_
1107
1107
 
1108
1108
  ## `eggs tools clean`
1109
1109
 
@@ -1125,7 +1125,7 @@ EXAMPLES
1125
1125
  sudo eggs tools clean
1126
1126
  ```
1127
1127
 
1128
- _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/clean.ts)_
1128
+ _See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/clean.ts)_
1129
1129
 
1130
1130
  ## `eggs tools ppa`
1131
1131
 
@@ -1151,7 +1151,7 @@ EXAMPLES
1151
1151
  sudo eggs tools ppa --remove
1152
1152
  ```
1153
1153
 
1154
- _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/ppa.ts)_
1154
+ _See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/ppa.ts)_
1155
1155
 
1156
1156
  ## `eggs tools skel`
1157
1157
 
@@ -1175,7 +1175,7 @@ EXAMPLES
1175
1175
  sudo eggs tools skel --user user-to-be-copied
1176
1176
  ```
1177
1177
 
1178
- _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/skel.ts)_
1178
+ _See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/skel.ts)_
1179
1179
 
1180
1180
  ## `eggs tools stat`
1181
1181
 
@@ -1201,7 +1201,7 @@ EXAMPLES
1201
1201
  $ eggs tools stat --year
1202
1202
  ```
1203
1203
 
1204
- _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/stat.ts)_
1204
+ _See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/stat.ts)_
1205
1205
 
1206
1206
  ## `eggs tools yolk`
1207
1207
 
@@ -1222,7 +1222,7 @@ EXAMPLES
1222
1222
  sudo eggs tools yolk
1223
1223
  ```
1224
1224
 
1225
- _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/tools/yolk.ts)_
1225
+ _See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/tools/yolk.ts)_
1226
1226
 
1227
1227
  ## `eggs update`
1228
1228
 
@@ -1243,7 +1243,7 @@ EXAMPLES
1243
1243
  $ eggs update
1244
1244
  ```
1245
1245
 
1246
- _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/update.ts)_
1246
+ _See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/update.ts)_
1247
1247
 
1248
1248
  ## `eggs version`
1249
1249
 
@@ -1289,7 +1289,7 @@ EXAMPLES
1289
1289
  $ eggs wardrobe get your-wardrobe
1290
1290
  ```
1291
1291
 
1292
- _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/get.ts)_
1292
+ _See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/get.ts)_
1293
1293
 
1294
1294
  ## `eggs wardrobe list [REPO]`
1295
1295
 
@@ -1318,7 +1318,7 @@ EXAMPLES
1318
1318
  $ eggs wardrobe list --distro arch
1319
1319
  ```
1320
1320
 
1321
- _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/list.ts)_
1321
+ _See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/list.ts)_
1322
1322
 
1323
1323
  ## `eggs wardrobe show [REPO]`
1324
1324
 
@@ -1348,7 +1348,7 @@ EXAMPLES
1348
1348
  $ eggs wardrobe show accessories/
1349
1349
  ```
1350
1350
 
1351
- _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/show.ts)_
1351
+ _See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/show.ts)_
1352
1352
 
1353
1353
  ## `eggs wardrobe wear [REPO]`
1354
1354
 
@@ -1379,7 +1379,7 @@ EXAMPLES
1379
1379
  sudo eggs wardrobe wear wagtail/waydroid
1380
1380
  ```
1381
1381
 
1382
- _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.7/src/commands/wardrobe/wear.ts)_
1382
+ _See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v25.9.8/src/commands/wardrobe/wear.ts)_
1383
1383
  <!-- commandsstop -->
1384
1384
 
1385
1385
  # GUI
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/bin/dev.js CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -22,13 +22,6 @@ export default class Kernel {
22
22
  * @returns Path al file initramfs.
23
23
  */
24
24
  static initramfs(kernel?: string): string;
25
- /**
26
- * Ricava path per initramfs/initrd
27
- *
28
- * @param kernel - Versione del kernel
29
- * @returns Path al file initramfs
30
- */
31
- static initramfsOld(kernel?: string): string;
32
25
  /**
33
26
  * ALL PRIVATE
34
27
  */
@@ -36,10 +29,10 @@ export default class Kernel {
36
29
  * most of the distros:
37
30
  * debian, fedora, opensuse, rasberry
38
31
  */
39
- private static vmlinuxFromUname;
32
+ private static vmlinuzFromUname;
40
33
  /**
41
34
  * vmlinuxFromCmdline
42
35
  * raspbery /proc/cmdline dont contain it
43
36
  */
44
- private static vmlinuxFromCmdline;
37
+ private static vmlinuzFromCmdline;
45
38
  }
@@ -9,7 +9,6 @@ import path from 'path';
9
9
  import Distro from '../distro.js';
10
10
  import Utils from '../utils.js';
11
11
  import { execSync } from 'node:child_process';
12
- import Diversions from '../diversions.js';
13
12
  /**
14
13
  * Kernel utilities for managing vmlinuz and initramfs paths
15
14
  */
@@ -22,9 +21,9 @@ export default class Kernel {
22
21
  static vmlinuz(kernel = '') {
23
22
  let vmlinuz = '';
24
23
  if (!Utils.isContainer()) {
25
- vmlinuz = this.vmlinuxFromUname();
24
+ vmlinuz = this.vmlinuzFromUname();
26
25
  if (vmlinuz === '') {
27
- vmlinuz = this.vmlinuxFromCmdline();
26
+ vmlinuz = this.vmlinuzFromCmdline();
28
27
  if (vmlinuz === '') {
29
28
  console.log('vmlinuz not found');
30
29
  process.exit(1);
@@ -126,59 +125,6 @@ export default class Kernel {
126
125
  Utils.warning(`Could not find an initramfs file for kernel ${targetKernel} in ${bootDir}.`);
127
126
  process.exit(1);
128
127
  }
129
- /**
130
- * Ricava path per initramfs/initrd
131
- *
132
- * @param kernel - Versione del kernel
133
- * @returns Path al file initramfs
134
- */
135
- static initramfsOld(kernel = '') {
136
- const distro = new Distro();
137
- let initramfs = '';
138
- if (kernel === '') {
139
- if (!Utils.isContainer()) {
140
- kernel = execSync('uname -r').toString().trim();
141
- }
142
- else {
143
- Utils.warning("cannot work on containers actually!");
144
- process.exit(1);
145
- }
146
- }
147
- // rolling...
148
- if (distro.familyId === "alpine") {
149
- let suffix = kernel.substring(kernel.lastIndexOf('-'));
150
- initramfs = `/boot/initramfs${suffix}`;
151
- }
152
- else if (distro.familyId === "archlinux" && (!Diversions.isManjaroBased(distro.distroId))) {
153
- let suffix = kernel.substring(kernel.lastIndexOf('-'));
154
- initramfs = `/boot/initramfs-linux${suffix}.img`;
155
- }
156
- else if (distro.familyId === "archlinux" && (Diversions.isManjaroBased(distro.distroId))) {
157
- let version = kernel.split('.').slice(0, 2).join('.');
158
- initramfs = `/boot/initramfs-${version}-x86_64.img`;
159
- }
160
- else {
161
- // Gestione generica per le altre distro (Debian, Fedora, SUSE, OpenMamba, cc.)
162
- const candidates = [
163
- `/boot/initrd.img-${kernel}`, // Debian, Ubuntu
164
- `/boot/initramfs-${kernel}.img`, // Fedora, RHEL
165
- `/boot/initramfs-${kernel}-1mamba-x86_64.img`, // Openmamba
166
- `/boot/initrd-${kernel}`, // openSUSE
167
- `/boot/initramfs-${kernel}`, // fallbacks
168
- ];
169
- for (const candidate of candidates) {
170
- if (fs.existsSync(candidate)) {
171
- initramfs = candidate;
172
- break;
173
- }
174
- }
175
- }
176
- if (!fs.existsSync(initramfs)) {
177
- console.error(`ERROR: initramfs file ${initramfs} does not exist!`);
178
- process.exit(1);
179
- }
180
- return initramfs;
181
- }
182
128
  /**
183
129
  * ALL PRIVATE
184
130
  */
@@ -186,7 +132,7 @@ export default class Kernel {
186
132
  * most of the distros:
187
133
  * debian, fedora, opensuse, rasberry
188
134
  */
189
- static vmlinuxFromUname() {
135
+ static vmlinuzFromUname() {
190
136
  const kernelVersion = execSync('uname -r').toString().trim();
191
137
  let kernelPath = `/boot/vmlinuz-${kernelVersion}`;
192
138
  if (fs.existsSync(kernelPath)) {
@@ -200,7 +146,7 @@ export default class Kernel {
200
146
  * vmlinuxFromCmdline
201
147
  * raspbery /proc/cmdline dont contain it
202
148
  */
203
- static vmlinuxFromCmdline() {
149
+ static vmlinuzFromCmdline() {
204
150
  let distro = new Distro();
205
151
  let vmlinuz = '';
206
152
  // Find vmlinuz in /proc/cmdline
@@ -106,13 +106,14 @@ export default class ExportPkg extends Command {
106
106
  }
107
107
  else if (familyId === 'fedora') {
108
108
  let repo = 'fedora';
109
+ let ftype = 'fc??';
109
110
  let warning = `exporting Fedora RPM packages`;
110
- filter = `penguins-eggs-[0-9][0-9].[0-9]*.[0-9]*-*.fc??.x86_64.rpm`;
111
111
  if (distro.distroId !== 'Fedora') {
112
112
  repo = 'el9';
113
+ ftype = `el?`;
113
114
  warning = `exporting Almalinux/Rocky RPM packages`;
114
- filter = `penguins-eggs-[0-9][0-9].[0-9]*.[0-9]*-*.fc??.x86_64.rpm`;
115
115
  }
116
+ filter = `penguins-eggs-[0-9][0-9].[0-9]*.[0-9]*-*.${ftype}.x86_64.rpm`;
116
117
  Utils.warning(warning);
117
118
  localPath = `/home/${this.user}/rpmbuild/RPMS/x86_64`;
118
119
  remotePath = this.Tu.config.remotePathPackages + `/` + repo;
@@ -73,7 +73,7 @@ export default class Update extends Command {
73
73
  */
74
74
  async choosePkg() {
75
75
  const choices = ['Abort'];
76
- choices.push('LAN', 'Source', 'Package_Manager');
76
+ choices.push('LAN', 'Package_Manager', 'Source');
77
77
  const questions = [
78
78
  {
79
79
  choices,
@@ -100,19 +100,19 @@ export default class Update extends Command {
100
100
  cmd = 'sudo pacman -S penguins-eggs';
101
101
  }
102
102
  else if (this.distro.familyId === "debian") {
103
- cmd = 'sudo apt install penguins-eggs';
103
+ cmd = 'sudo apt install penguins-eggs\nsudo apt reinstall penguins-eggs';
104
104
  }
105
105
  else if (this.distro.familyId === "fedora") {
106
- cmd = 'sudo dnf install penguins-eggs\nsudo dnf install penguins-eggs';
106
+ cmd = 'sudo dnf install penguins-eggs\nsudo dnf reinstall penguins-eggs';
107
107
  }
108
108
  else if (this.distro.familyId === "openmamba") {
109
- cmd = 'sudo dnf install penguins-eggs\nsudo dnf install penguins-eggs';
109
+ cmd = 'sudo dnf install penguins-eggs\nsudo dnf reinstall penguins-eggs';
110
110
  }
111
111
  else if (this.distro.familyId === "opensuse") {
112
- cmd = 'sudo zypper install penguins-eggs';
112
+ cmd = 'sudo zypper install penguins-eggs\\zypper install --force penguins-eggs';
113
113
  }
114
114
  Utils.titles(`update`);
115
- Utils.warning(`To update/install penguins-eggs cut and copy follow commands`);
115
+ Utils.warning(`To install/update penguins-eggs cut and copy one of the follow commands`);
116
116
  console.log();
117
117
  console.log(cmd);
118
118
  console.log();
@@ -156,7 +156,7 @@ export default class Update extends Command {
156
156
  let repo = 'debs';
157
157
  filter = `penguins-eggs_??.*.*-?_${Utils.uefiArch()}.deb`;
158
158
  copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
159
- install = `dpkg -i /tmp/${filter}`;
159
+ install = `apt reinstall /tmp/${filter}`;
160
160
  /**
161
161
  * fedora/el9
162
162
  */
@@ -188,7 +188,7 @@ export default class Update extends Command {
188
188
  let repo = 'opensuse';
189
189
  filter = `penguins-eggs-*.*.*-?.opensuse.x86_64.rpm`;
190
190
  copy = `scp ${Tu.config.remoteUser}@${Tu.config.remoteHost}:${Tu.config.remotePathPackages}/${repo}/${filter} /tmp`;
191
- install = `zypper install /tmp/${filter}`;
191
+ install = `zypper install --force /tmp/${filter} || zypper install /tmp/${filter}`;
192
192
  }
193
193
  /**
194
194
  * copy and install
@@ -0,0 +1 @@
1
+ 32be4d7f9678261c852de642d436ff14a8a08fac1a6c4144905a7122c924d9b1 penguins-eggs_25.9.8-1_amd64.deb
@@ -0,0 +1 @@
1
+ c4b13e267b858e9c66f439ea4164d98c2fc49c06db58999123bcbec87d61f55b penguins-eggs_25.9.8-1_arm64.deb
@@ -0,0 +1 @@
1
+ c28a8df8a40a61df8b97f2d1e9ddeddf3a4986852dee0e40f221380fafde8b6a penguins-eggs_25.9.8-1_i386.deb
File without changes
File without changes
File without changes
package/eui/eui-start.sh CHANGED
File without changes
package/package.json CHANGED
@@ -1,134 +1,128 @@
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.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"
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"
86
104
  ],
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
- }
105
+ "topicSeparator": " ",
106
+ "topics": {
107
+ "hello": {
108
+ "description": "Say hello to the world and others"
109
+ }
133
110
  }
134
- }
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
+ }
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
- 3930ad85d31d4d2446c15a710bc0263d2fdb86d17ab6632db42a07a5b60c7404 penguins-eggs_25.9.7-1_amd64.deb
@@ -1 +0,0 @@
1
- a6f9943c573d294c3d67e3c475cfd04fa80b4a97a5a25304ce93eaaae0251d0c penguins-eggs_25.9.7-1_arm64.deb
@@ -1 +0,0 @@
1
- 590e0952befc90f777d12c52e8c7ce0ac5232637f0b61bfb5d7592038f5da3c3 penguins-eggs_25.9.7-1_i386.deb