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.
- package/.oclif.manifest.json +1 -1
- package/README.md +5 -5
- package/addons/README.md +1 -1
- package/addons/eggs/theme/applications/install-system.desktop +1 -1
- package/addons/eggs/theme/livecd/grub.theme.cfg +1 -1
- package/addons/templates/grub.template +5 -2
- package/conf/derivatives.yaml +6 -1
- package/conf/distros/devel/calamares/calamares-modules/automirror/automirror.yml +17 -0
- package/conf/distros/devel/calamares/calamares-modules/automirror/main.py +168 -0
- package/conf/distros/devel/calamares/calamares-modules/automirror/module.yml +7 -0
- package/conf/distros/devel/calamares/modules/_displaymanager.yml +9 -0
- package/conf/distros/devel/calamares/modules/_packages.yml +16 -0
- package/conf/distros/devel/calamares/modules/after_bootloader_context.yml +18 -0
- package/conf/distros/devel/calamares/modules/automirror.yml +16 -0
- package/conf/distros/devel/calamares/modules/before_bootloader_context.yml +24 -0
- package/conf/distros/devel/calamares/modules/before_bootloader_mkdirs_context.yml +10 -0
- package/conf/distros/devel/calamares/modules/bootloader.yml +33 -0
- package/conf/distros/devel/calamares/modules/finished.yml +3 -0
- package/conf/distros/devel/calamares/modules/fstab.yml +2 -0
- package/conf/distros/devel/calamares/modules/grubcfg.yml +3 -0
- package/conf/distros/devel/calamares/modules/locale.yml +8 -0
- package/conf/distros/devel/calamares/modules/machineid.yml +8 -0
- package/conf/distros/devel/calamares/modules/mount.yml +38 -0
- package/conf/distros/devel/calamares/modules/partition.yml +8 -0
- package/conf/distros/devel/calamares/modules/shellprocess_add386arch.yml +5 -0
- package/conf/distros/devel/calamares/modules/shellprocess_bug-LP#1829805.yml +5 -0
- package/conf/distros/devel/calamares/modules/shellprocess_logs.yml +5 -0
- package/conf/distros/devel/calamares/modules/unpackfs.yml +5 -0
- package/conf/distros/devel/calamares/modules/users.yml +23 -0
- package/conf/distros/devel/calamares/modules/welcome.yml +26 -0
- package/conf/distros/devel/calamares/settings.yml +72 -0
- package/conf/exclude.list +117 -98
- package/dist/classes/distro.js +3 -4
- package/dist/classes/incubation/incubator.js +3 -3
- package/dist/classes/ovary.js +4 -1
- package/dist/classes/pacman.js +5 -4
- package/dist/classes/utils.js +33 -37
- package/dist/krill/modules/initramfs.js +2 -2
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +6 -6
- package/mkinitcpio/crystal/mkinitcpio-install.conf +5 -0
- package/mkinitcpio/crystal/mkinitcpio-produce.conf +7 -0
- package/mkinitcpio/manjaro/README.md +1 -1
- package/package.json +1 -1
- package/conf/distros/groovy/README.md +0 -9
- package/conf/distros/hirsute/README.md +0 -9
- package/conf/distros/impish/README.md +0 -9
- package/conf/distros/kinetic/README.md +0 -41
- package/conf/distros/thirtyfive/README.md +0 -3
- 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,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
|
-
|