Make sure dracut uses no-hostonly mode
This commit is contained in:
parent
f34c8ac468
commit
214e4da39e
@ -111,7 +111,8 @@ passwd -d root > /dev/null
|
|||||||
cat /dev/null > /dev/fstab
|
cat /dev/null > /dev/fstab
|
||||||
|
|
||||||
11. Don't delete initramfs files from /boot in %post
|
11. Don't delete initramfs files from /boot in %post
|
||||||
12. Have dracut-norescue, grub-efi, memtest86+ and syslinux in the package list
|
12. Have dracut-norescue, dracut-nohostonly, grub-efi, memtest86+ and
|
||||||
|
syslinux in the %packages list
|
||||||
|
|
||||||
One drawback to using virt-install is that it pulls the packages from
|
One drawback to using virt-install is that it pulls the packages from
|
||||||
the repo each time you run it. To speed things up you either need a local
|
the repo each time you run it. To speed things up you either need a local
|
||||||
|
@ -62,7 +62,7 @@ except ImportError:
|
|||||||
|
|
||||||
# Default parameters for rebuilding initramfs, override with --dracut-args
|
# Default parameters for rebuilding initramfs, override with --dracut-args
|
||||||
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
|
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
|
||||||
"--omit", "plymouth"]
|
"--omit", "plymouth", "--no-hostonly"]
|
||||||
|
|
||||||
ROOT_PATH = "/mnt/sysimage/"
|
ROOT_PATH = "/mnt/sysimage/"
|
||||||
RUNTIME = "images/install.img"
|
RUNTIME = "images/install.img"
|
||||||
|
Loading…
Reference in New Issue
Block a user