summaryrefslogtreecommitdiffstats
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
parente1005a8757719c21d2278f1e6913cc2f681946b0 (diff)
downloadjenkins.debian.net-49a7cb3ee697bf46a73aa184ae70f74817e0b613.tar.xz
another FIXME moved to TODO
-rw-r--r--TODO3
-rwxr-xr-xbin/g-i-installation.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index fab846f6..f05bbebd 100644
--- a/TODO
+++ b/TODO
@@ -33,10 +33,11 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
* move this setup to jenkis.d.o and start real team maintaince of jenkins.d.o
** set up a mailinglist
-=== to do once jenkins.d.n runs jessie
+=== To be done once jenkins.d.n runs jessie
* replace with bin/setsid.py workaround with setsid from the util-linux package from jessie
* etc/pbuilderrc: remove /run/shm bindmount once we are running jessie - this is a workaround for #700591
+* bin/g-i-installation: use lvcreate without --virtualsize
=== jenkins-job-builder related
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