From 64878c39a82fe1fe7650ec65496cb0541469dddd Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Fri, 20 Feb 2009 04:32:34 +0100 Subject: [PATCH] force iso9660 for trigger ISO media check livecd-creator set rootfstype=auto while condition in initrd is: if [ "x$check_iso" == "x1" -a -x /bin/checkisomd5 -a "x$rootfstype" == "xiso9660" ]; then ... --- ovirt-node-image.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks index e4d2bd1..0e441bd 100644 --- a/ovirt-node-image.ks +++ b/ovirt-node-image.ks @@ -61,7 +61,7 @@ sed -i -e 's/ quiet//' $LIVE_ROOT/isolinux/isolinux.cfg awk ' BEGIN { # append additional default boot parameters - add_boot_params="check" + add_boot_params="check rootfstype=iso9660" } /^label linux0/ { linux0=1 } linux0==1 && $1=="append" { -- 2.11.4.GIT