summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-19 10:13:08 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-19 10:13:08 +0100
commit49a7cb3ee697bf46a73aa184ae70f74817e0b613 (patch)
tree1752bfecd3ad55913445780d5055da33717d7ea9 /bin/g-i-installation.sh
parente1005a8757719c21d2278f1e6913cc2f681946b0 (diff)
downloadjenkins.debian.net-49a7cb3ee697bf46a73aa184ae70f74817e0b613.tar.xz
another FIXME moved to TODO
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
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