From 9a2e608395012d0bcb51c7d7372a492f879f5c77 Mon Sep 17 00:00:00 2001 From: Garret Raziel Date: Wed, 18 Mar 2015 13:43:40 +0100 Subject: [PATCH] small change in createhdds.sh --- createhdds.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/createhdds.sh b/createhdds.sh index 1860dac..b17f36b 100755 --- a/createhdds.sh +++ b/createhdds.sh @@ -27,11 +27,11 @@ mount /dev/sda1 / write /testfile "Hello, world!" _EOF_ -echo "Creating fedora21.img..." +echo "Creating disk_f21_minimal.img..." # TODO: it should be possible to create updated image, but there is a bug, see https://bugzilla.redhat.com/show_bug.cgi?id=1084221 # so you are required to manually boot this image and run 'yum -y update' -#virt-builder fedora-21 -o fedora21.img --update --selinux-relabel --root-password password:weakpassword -virt-builder fedora-21 -o fedora21.img --root-password password:weakpassword +#virt-builder fedora-21 -o disk_f21_minimal.img --update --selinux-relabel --root-password password:weakpassword +virt-builder fedora-21 -o disk_f21_minimal.img --root-password password:weakpassword echo "Creating disk_ks.img..." curl -o "/tmp/root-user-crypted-net.ks" "https://jskladan.fedorapeople.org/kickstarts/root-user-crypted-net.ks"