From 49a7cb3ee697bf46a73aa184ae70f74817e0b613 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 19 Feb 2015 10:13:08 +0100 Subject: another FIXME moved to TODO --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 76078ba4..9e45797e 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -184,7 +184,7 @@ show_preseed() { bootstrap_system() { cd $WORKSPACE echo "Creating throw-away logical volume with ${DISKSIZE_IN_GB} GiB now." - # FIXME: the --virtualsize option will not be needed once wheezy is not tested anymore + # the --virtualsize option will not be needed once wheezy is not tested anymore sudo lvcreate --virtualsize ${DISKSIZE_IN_GB}G -L${DISKSIZE_IN_GB}G -n $NAME $VG echo "Creating raw disk image with ${DISKSIZE_IN_GB} GiB now." sudo qemu-img create -f raw $LV ${DISKSIZE_IN_GB}G -- cgit v1.2.3-54-g00ecf