]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/commitdiff
Print more debug info
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 23 Jun 2019 14:24:44 +0000 (16:24 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 23 Jun 2019 14:24:44 +0000 (16:24 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
generate_image.sh

index 90cc862c53b016a8ef98177852292e674e540c25..88e4506d02895da7bdf61bef72be4e0f7ee8c11d 100755 (executable)
@@ -55,6 +55,7 @@ dd if=/dev/zero of=${IMAGE_BASE_FILE} seek=${IMAGE_SIZE}M count=1k bs=1
 # Setup the loopback device.
 outlo=`losetup -f --show ${IMAGE_BASE_FILE}`
 
 # Setup the loopback device.
 outlo=`losetup -f --show ${IMAGE_BASE_FILE}`
 
+log INFO "Loop device is ${outlo}"
 log INFO "Create partions and filesystem"
 
 # Create and msdos compatible table on the image.
 log INFO "Create partions and filesystem"
 
 # Create and msdos compatible table on the image.