diff --git a/README.livemedia-creator b/README.livemedia-creator index 55f12c1e..9c0ade44 100644 --- a/README.livemedia-creator +++ b/README.livemedia-creator @@ -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 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 the repo each time you run it. To speed things up you either need a local diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator index e4f2423d..8a60f3a1 100755 --- a/src/sbin/livemedia-creator +++ b/src/sbin/livemedia-creator @@ -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"