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"