penguins-eggs 9.4.9 → 9.4.12

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 (50) hide show
  1. package/.oclif.manifest.json +1 -1
  2. package/README.md +5 -5
  3. package/addons/README.md +1 -1
  4. package/addons/eggs/theme/applications/install-system.desktop +1 -1
  5. package/addons/eggs/theme/livecd/grub.theme.cfg +1 -1
  6. package/addons/templates/grub.template +5 -2
  7. package/conf/derivatives.yaml +6 -1
  8. package/conf/distros/devel/calamares/calamares-modules/automirror/automirror.yml +17 -0
  9. package/conf/distros/devel/calamares/calamares-modules/automirror/main.py +168 -0
  10. package/conf/distros/devel/calamares/calamares-modules/automirror/module.yml +7 -0
  11. package/conf/distros/devel/calamares/modules/_displaymanager.yml +9 -0
  12. package/conf/distros/devel/calamares/modules/_packages.yml +16 -0
  13. package/conf/distros/devel/calamares/modules/after_bootloader_context.yml +18 -0
  14. package/conf/distros/devel/calamares/modules/automirror.yml +16 -0
  15. package/conf/distros/devel/calamares/modules/before_bootloader_context.yml +24 -0
  16. package/conf/distros/devel/calamares/modules/before_bootloader_mkdirs_context.yml +10 -0
  17. package/conf/distros/devel/calamares/modules/bootloader.yml +33 -0
  18. package/conf/distros/devel/calamares/modules/finished.yml +3 -0
  19. package/conf/distros/devel/calamares/modules/fstab.yml +2 -0
  20. package/conf/distros/devel/calamares/modules/grubcfg.yml +3 -0
  21. package/conf/distros/devel/calamares/modules/locale.yml +8 -0
  22. package/conf/distros/devel/calamares/modules/machineid.yml +8 -0
  23. package/conf/distros/devel/calamares/modules/mount.yml +38 -0
  24. package/conf/distros/devel/calamares/modules/partition.yml +8 -0
  25. package/conf/distros/devel/calamares/modules/shellprocess_add386arch.yml +5 -0
  26. package/conf/distros/devel/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
  27. package/conf/distros/devel/calamares/modules/shellprocess_logs.yml +5 -0
  28. package/conf/distros/devel/calamares/modules/unpackfs.yml +5 -0
  29. package/conf/distros/devel/calamares/modules/users.yml +23 -0
  30. package/conf/distros/devel/calamares/modules/welcome.yml +26 -0
  31. package/conf/distros/devel/calamares/settings.yml +72 -0
  32. package/conf/exclude.list +117 -98
  33. package/dist/classes/distro.js +3 -4
  34. package/dist/classes/incubation/incubator.js +3 -3
  35. package/dist/classes/ovary.js +4 -1
  36. package/dist/classes/pacman.js +5 -4
  37. package/dist/classes/utils.js +33 -37
  38. package/dist/krill/modules/initramfs.js +2 -2
  39. package/manpages/doc/man/eggs.1.gz +0 -0
  40. package/manpages/doc/man/eggs.html +6 -6
  41. package/mkinitcpio/crystal/mkinitcpio-install.conf +5 -0
  42. package/mkinitcpio/crystal/mkinitcpio-produce.conf +7 -0
  43. package/mkinitcpio/manjaro/README.md +1 -1
  44. package/package.json +1 -1
  45. package/conf/distros/groovy/README.md +0 -9
  46. package/conf/distros/hirsute/README.md +0 -9
  47. package/conf/distros/impish/README.md +0 -9
  48. package/conf/distros/kinetic/README.md +0 -41
  49. package/conf/distros/thirtyfive/README.md +0 -3
  50. package/conf/distros/tumbleweed/README.md +0 -3
@@ -28,7 +28,7 @@ You can use simple USB or USB with ventoy, iso file with proxmox ve, virtualbox,
28
28
  * penguins-eggs PKGBUILD on [community](https://gitlab.manjaro.org/packages/community/penguins-eggs)
29
29
  * penguins-eggs PKGBUILD [my way](https://github.com/pieroproietti/penguins-eggs-manjaro) (*)
30
30
  * penguins-eggs [sources](https://github.com/pieroproietti/penguins-eggs)
31
- * penguins-eggs [book](https://penguins-eggs.net/docs/Tutorial/users-guide)
31
+ * penguins-eggs [book](https://penguins-eggs.net/docs/Tutorial/eggs-users-guide)
32
32
  * penguins-eggs [blog](https://penguins-eggs.net)
33
33
 
34
34
  (*) Here we refere always to that, but I hope with same help to solve the problems and have it in community again.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "penguins-eggs",
3
3
  "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
- "version": "9.4.9",
4
+ "version": "9.4.12",
5
5
  "author": "Piero Proietti @pieroproietti",
6
6
  "bin": {
7
7
  "eggs": "bin/run"
@@ -1,9 +0,0 @@
1
- # Ubuntu 20.10 groovy
2
-
3
- It take all configuration from Ubuntu focal
4
-
5
- Used by
6
- - Pop!-OS (added grub-pc-bin)
7
-
8
- ISSUES
9
- * check installation on BIOS standard
@@ -1,9 +0,0 @@
1
- # Ubuntu 21.04 hirsute
2
-
3
- It take all configuration from Ubuntu focal
4
-
5
- Used by
6
- - hirsute
7
-
8
- ISSUES
9
- * added 23 april 2021
@@ -1,9 +0,0 @@
1
- # Ubuntu 21.10 impish
2
-
3
- It take all configuration from Ubuntu focal
4
-
5
- Used by
6
- - hirsute
7
-
8
- ISSUES
9
- * added 16 october 2021
@@ -1,41 +0,0 @@
1
- # Ubuntu 22.10 kinetic
2
-
3
- It take all configuration from Ubuntu focal
4
-
5
- Used by
6
- - kinetic
7
-
8
- ISSUES
9
- * added
10
-
11
- # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
12
- # Do not edit.
13
- #
14
- # This file might be symlinked as /etc/resolv.conf. If you're looking at
15
- # /etc/resolv.conf and seeing this text, you have followed the symlink.
16
- #
17
- # This is a dynamic resolv.conf file for connecting local clients to the
18
- # internal DNS stub resolver of systemd-resolved. This file lists all
19
- # configured search domains.
20
- #
21
- # Run "resolvectl status" to see details about the uplink DNS servers
22
- # currently in use.
23
- #
24
- # Third party programs should typically not access this file directly, but only
25
- # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
26
- # different way, replace this symlink by a static file or a different symlink.
27
- #
28
- # See man:systemd-resolved.service(8) for details about the supported modes of
29
- # operation for /etc/resolv.conf.
30
-
31
- nameserver 127.0.0.53
32
- options edns0 trust-ad
33
- search .
34
-
35
- ls /etc/resolv.conf -l
36
- lrwxrwxrwx 1 root root 39 apr 27 07:49 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
37
-
38
- quindi:
39
-
40
- ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
41
-
@@ -1,3 +0,0 @@
1
- # fedoras
2
-
3
- do to
@@ -1,3 +0,0 @@
1
- # openSUSE
2
-
3
- do to