penguins-eggs 10.0.37 → 10.0.40

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 (71) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +31 -30
  3. package/conf/derivatives.yaml +3 -2
  4. package/conf/distros/opensuse/README.md +3 -0
  5. package/conf/distros/opensuse/calamares/calamares-modules/bootloader-config/bootloader-config.sh +40 -0
  6. package/conf/distros/opensuse/calamares/calamares-modules/bootloader-config/module.yml +9 -0
  7. package/conf/distros/opensuse/calamares/calamares-modules/cleanup/cleanup.sh +13 -0
  8. package/conf/distros/opensuse/calamares/calamares-modules/cleanup/module.yml +9 -0
  9. package/conf/distros/opensuse/calamares/modules/bootloader.yml +57 -0
  10. package/conf/distros/opensuse/calamares/modules/displaymanager.yml +23 -0
  11. package/conf/distros/opensuse/calamares/modules/finished.yml +5 -0
  12. package/conf/distros/opensuse/calamares/modules/fstab.yml +12 -0
  13. package/conf/distros/opensuse/calamares/modules/locale.yml +98 -0
  14. package/conf/distros/opensuse/calamares/modules/luksopenswaphookcfg.yml +5 -0
  15. package/conf/distros/opensuse/calamares/modules/machineid.yml +17 -0
  16. package/conf/distros/opensuse/calamares/modules/mount.yml +56 -0
  17. package/conf/distros/opensuse/calamares/modules/packages.yml +6 -0
  18. package/conf/distros/opensuse/calamares/modules/partition.yml +242 -0
  19. package/conf/distros/opensuse/calamares/modules/removeuser.yml +15 -0
  20. package/conf/distros/opensuse/calamares/modules/unpackfs.yml +6 -0
  21. package/conf/distros/opensuse/calamares/modules/users.yml +18 -0
  22. package/conf/distros/opensuse/calamares/modules/welcome.yml +19 -0
  23. package/conf/distros/opensuse/calamares/settings.yml +57 -0
  24. package/conf/distros/rolling/calamares/modules/finished.yml +2 -1
  25. package/conf/distros/rolling/calamares/modules/partition.yml +1 -1
  26. package/conf/distros/rolling/calamares/settings.yml +3 -1
  27. package/dist/classes/bleach.js +5 -1
  28. package/dist/classes/cli-autologin.js +33 -27
  29. package/dist/classes/distro.js +48 -47
  30. package/dist/classes/families/fedora.js +1 -1
  31. package/dist/classes/incubation/fisherman.d.ts +1 -1
  32. package/dist/classes/incubation/fisherman.js +1 -1
  33. package/dist/classes/incubation/incubator.js +8 -0
  34. package/dist/classes/locales.js +1 -1
  35. package/dist/classes/ovary.d.ts +2 -6
  36. package/dist/classes/ovary.js +25 -32
  37. package/dist/classes/pacman.js +11 -11
  38. package/dist/classes/tailor.d.ts +11 -14
  39. package/dist/classes/tailor.js +184 -247
  40. package/dist/classes/utils.js +1 -1
  41. package/dist/commands/wardrobe/wear.js +3 -0
  42. package/dist/components/finished.js +5 -4
  43. package/dist/components/install.js +12 -8
  44. package/dist/interfaces/i-materia.d.ts +9 -14
  45. package/dist/krill/modules/add-user.js +9 -12
  46. package/dist/krill/modules/bootloader-config.js +15 -0
  47. package/dist/krill/modules/bootloader.js +2 -2
  48. package/dist/krill/modules/del-live-user.js +3 -2
  49. package/dist/krill/modules/fstab.js +2 -0
  50. package/dist/krill/modules/initramfs.js +10 -0
  51. package/dist/krill/modules/locale.js +5 -5
  52. package/dist/krill/modules/m-keyboard.js +3 -16
  53. package/dist/krill/modules/machine-id.js +3 -3
  54. package/dist/krill/modules/mkfs.d.ts +2 -0
  55. package/dist/krill/modules/mkfs.js +2 -0
  56. package/dist/krill/modules/unpackfs.js +3 -2
  57. package/dist/krill/sequence.d.ts +9 -6
  58. package/dist/krill/sequence.js +162 -259
  59. package/dracut/dracut.conf.d/01-live.conf +2 -1
  60. package/manpages/doc/man/eggs.1.gz +0 -0
  61. package/manpages/doc/man/eggs.html +4 -4
  62. package/mkinitcpio/arch/README.md +48 -0
  63. package/mkinitcpio/arch/mkinitcpio.conf +4 -3
  64. package/mkinitfs/initramfs-init.in +4 -3
  65. package/package.json +12 -9
  66. package/syslinux/chain.c32 +0 -0
  67. package/syslinux/isolinux.bin +0 -0
  68. package/syslinux/ldlinux.c32 +0 -0
  69. package/syslinux/libcom32.c32 +0 -0
  70. package/syslinux/libutil.c32 +0 -0
  71. package/syslinux/vesamenu.c32 +0 -0
@@ -1,8 +1,9 @@
1
1
  # dracut.conf.d/01-live.conf
2
2
  mdadmconf="no"
3
3
  lvmconf="no"
4
+ #dmsetup="no" unfortunately, dmsetup block all the device mapper devices
4
5
  squash_compress="zstd"
5
6
  compress="zstd"
6
7
  add_dracutmodules+=" livenet dmsquash-live dmsquash-live-ntfs convertfs pollcdrom qemu qemu-net "
7
8
  hostonly="no"
8
- early_microcode="no"
9
+ early_microcode="no"
Binary file
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  </head>
8
8
  <body>
9
- <h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.37</h1>
9
+ <h1>eggs(1) -- the reproductive system of penguins: eggs v10.0.40</h1>
10
10
  <h1>SYNOPSIS</h1>
11
11
  <p>eggs is a console utility, in active development, who let you to remaster your system and redistribuite it as live ISO image.</p>
12
12
  <h1>INSTALL</h1>
@@ -15,11 +15,11 @@
15
15
  </code></pre>
16
16
  <p>Arch</p>
17
17
  <pre><code>$ sudo pacman -S penguins-eggs
18
- $ sudo pacman -U penguins-eggs_10.0.37-1_amd64-1-x86_64.pkg.tar.zst
18
+ $ sudo pacman -U penguins-eggs_10.0.40-bionic-1_amd64-1-x86_64.pkg.tar.zst
19
19
  </code></pre>
20
20
  <p>Debian/Devuan/Ubuntu</p>
21
21
  <pre><code>$ sudo apt install penguins-eggs
22
- $ sudo dpkg -i penguins-eggs_10.0.37-1_amd64.deb
22
+ $ sudo dpkg -i penguins-eggs_10.0.40-bionic-1_amd64.deb
23
23
  </code></pre>
24
24
  <p>Manjaro</p>
25
25
  <pre><code>$ sudo pamac install penguins-eggs
@@ -27,7 +27,7 @@ $ sudo dpkg -i penguins-eggs_10.0.37-1_amd64.deb
27
27
  <h1>USAGE</h1>
28
28
  <pre><code>$ eggs (-v|--version|version)
29
29
 
30
- penguins-eggs/10.0.37
30
+ penguins-eggs/10.0.40
31
31
  $ eggs --help [COMMAND]
32
32
 
33
33
  USAGE
@@ -0,0 +1,48 @@
1
+ # Trubles after installing Arch
2
+
3
+ When initramfs stop in emergency shell, you can mount it, depending on the filesystem used on installation:
4
+
5
+ ## ext4
6
+ ```
7
+ mount /dev/sda1 /new_root
8
+ exit
9
+ ```
10
+
11
+ Then, once the system is started:
12
+ ```
13
+ sudo nano /etc/default/grub
14
+ ```
15
+ replace:
16
+ ```
17
+ GRUB_CMDLINE_LINUX="rootflags=subvol=@"
18
+ ```
19
+ with:
20
+ ```
21
+ GRUB_CMDLINE_LINUX="rootfstype=ext4"
22
+ ```
23
+ and reinstall grub:
24
+ ```
25
+ grub-mkconfig -o /boot/grub/grub.cfg
26
+ ```
27
+
28
+ ## btrfs
29
+ ```
30
+ mount -o subvol=@ /dev/sda1 /new_root
31
+ exit
32
+ ```
33
+ Then, once the system is started:
34
+ ```
35
+ sudo nano /etc/default/grub
36
+ ```
37
+ replace:
38
+ ```
39
+ GRUB_CMDLINE_LINUX="rootfstype=ext4"
40
+ ```
41
+ with:
42
+ ```
43
+ GRUB_CMDLINE_LINUX="rootflags=subvol=@"
44
+ ```
45
+ and reinstall grub:
46
+ ```
47
+ grub-mkconfig -o /boot/grub/grub.cfg```
48
+ ```
@@ -1,4 +1,5 @@
1
- MODULES=(qxl virtio-gpu virtio virtio_scsi virtio_blk virtio_pci virtio_net virtio_ring)
2
- HOOKS=(base udev modconf block keyboard keymap consolefont filesystems fsck)
1
+ MODULES=(btrfs)
2
+ FILES=()
3
+ BINARIES=(/usr/bin/btrfs)
4
+ HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block filesystems fsck)
3
5
  COMPRESSION="zstd"
4
- # removed: bochs_drm
@@ -748,7 +748,7 @@ $MOCK mount -t tmpfs -o $rootflags tmpfs $sysroot
748
748
  # sidecar start
749
749
  #
750
750
  # insert just after: $MOCK mount -t tmpfs -o $rootflags tmpfs $sysroot
751
- # NOTE: remember to add alpinelivesquashfs alpinelivelabel cow_spacesize to myopt
751
+ # NOTE: remember to add alpinelivesquashfs alpinelivelabel
752
752
  # insert at live 748
753
753
  ####################################################################################
754
754
  if [ -n "${KOPT_alpinelivelabel}" ]; then
@@ -762,7 +762,6 @@ if [ -n "${KOPT_alpinelivelabel}" ]; then
762
762
  echo "- fstype: $fstype"
763
763
  echo "- label: $KOPT_alpinelivelabel"
764
764
  echo "- filesystem.squashfs: $KOPT_alpinelivesquashfs"
765
- echo "- cow_spacesize: $KOPT_cow_spacesize NOT_USED!"
766
765
  sleep 5
767
766
 
768
767
  # Creating mountpoint
@@ -787,7 +786,9 @@ if [ -n "${KOPT_alpinelivelabel}" ]; then
787
786
  mount -t overlay overlay -o lowerdir=/media/root-ro,upperdir=/media/root-rw/root,workdir=/media/root-rw/work $sysroot
788
787
 
789
788
  # just a dummy value for /etc/machine-id
790
- echo 21733847458759515a19bd2466cdd5de | tee /sysroot/etc/machine-id
789
+ MACHINE_UUID=$(cat "$ROOT"/sys/class/dmi/id/product_uuid 2>/dev/null)
790
+ machine_id="${MACHINE_UUID//-/}"
791
+ echo $machine_id | tee /sysroot/etc/machine-id > /dev/null
791
792
  fi
792
793
  # sidecar emd #####################################################################
793
794
 
package/package.json CHANGED
@@ -2,23 +2,25 @@
2
2
  "name": "penguins-eggs",
3
3
  "shortName": "eggs",
4
4
  "description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
5
- "version": "10.0.37",
5
+ "version": "10.0.40",
6
6
  "author": "Piero Proietti",
7
7
  "bin": {
8
8
  "eggs": "./bin/run.js"
9
9
  },
10
10
  "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.0.21",
13
- "@oclif/plugin-autocomplete": "^3.2.3",
14
- "@oclif/plugin-help": "^6.2.11",
15
- "@oclif/plugin-version": "^2.2.12",
12
+ "@oclif/core": "^4.0.23",
13
+ "@oclif/plugin-autocomplete": "^3.2.4",
14
+ "@oclif/plugin-help": "^6.2.12",
15
+ "@oclif/plugin-version": "^2.2.13",
16
16
  "ansis": "^3.3.2",
17
17
  "axios": "^1.7.7",
18
18
  "chalk": "^5.3.0",
19
19
  "cli-cursor": "^4.0.0",
20
20
  "debug": "^4.3.7",
21
21
  "ink": "^5.0.1",
22
+ "ink-progress-bar": "^3.0.0",
23
+ "ink-spinner": "^5.0.0",
22
24
  "inquirer": "^9.3.6",
23
25
  "js-yaml": "^4.1.0",
24
26
  "mustache": "^4.2.0",
@@ -37,12 +39,12 @@
37
39
  "@types/debug": "^4.1.12",
38
40
  "@types/inquirer": "^9.0.7",
39
41
  "@types/js-yaml": "^4.0.9",
40
- "@types/mocha": "^10.0.7",
42
+ "@types/mocha": "^10.0.8",
41
43
  "@types/mustache": "^4.2.5",
42
44
  "@types/netmask": "^2.0.5",
43
45
  "@types/node": "^20.16.1",
44
46
  "@types/node-static": "^0.7.11",
45
- "@types/react": "^18.3.5",
47
+ "@types/react": "^18.3.8",
46
48
  "@types/shelljs": "^0.8.15",
47
49
  "chai": "^5.1.1",
48
50
  "eslint": "^8.57.0",
@@ -50,7 +52,7 @@
50
52
  "eslint-config-oclif-typescript": "^3.1.11",
51
53
  "eslint-config-prettier": "^9.1.0",
52
54
  "mocha": "^10.7.3",
53
- "oclif": "^4.14.30",
55
+ "oclif": "^4.14.35",
54
56
  "perrisbrewery": "^10.0.1",
55
57
  "prettier": "^3.3.3",
56
58
  "shx": "^0.3.4",
@@ -73,7 +75,8 @@
73
75
  "/manpages",
74
76
  "/mkinitcpio",
75
77
  "/mkinitfs",
76
- "/scripts"
78
+ "/scripts",
79
+ "/syslinux"
77
80
  ],
78
81
  "homepage": "https://penguins-eggs.net",
79
82
  "keywords": [
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file