Make sure dracut uses no-hostonly mode
Related: rhbz#1184021
This commit is contained in:
parent
14c3324cac
commit
e087f5a33c
@ -126,7 +126,7 @@ cat /dev/null > /dev/fstab
|
||||
there is no /etc/fstab
|
||||
|
||||
11. Don't delete initramfs files from /boot in %post
|
||||
12. Have grub2-efi, shim, memtest86+, isomd5sum and syslinux in the package list
|
||||
12. Have dracut-config-generic, grub2-efi, shim, memtest86+, isomd5sum and syslinux in the package list
|
||||
13. Omit dracut-config-rescue from the package list "-dracut-config-rescue"
|
||||
|
||||
One drawback to using virt-install is that it pulls the packages from
|
||||
|
@ -64,7 +64,7 @@ except ImportError:
|
||||
|
||||
# Default parameters for rebuilding initramfs, override with --dracut-args
|
||||
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
|
||||
"--omit", "plymouth"]
|
||||
"--omit", "plymouth", "--no-hostonly"]
|
||||
|
||||
ROOT_PATH = "/mnt/sysimage/"
|
||||
RUNTIME = "images/install.img"
|
||||
|
Loading…
Reference in New Issue
Block a user