Make sure dracut uses no-hostonly mode

This commit is contained in:
Brian C. Lane 2013-08-13 17:11:42 -07:00
parent 96ecdd4e6e
commit 0319abbb58
2 changed files with 3 additions and 2 deletions

View File

@ -111,7 +111,8 @@ passwd -d root > /dev/null
cat /dev/null > /dev/fstab
11. Don't delete initramfs files from /boot in %post
12. Have grub-efi, memtest86+ and syslinux in the package list
12. Have dracut-config-generic, grub-efi, memtest86+ 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

View File

@ -62,7 +62,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"