[SCM] live-build branch, debian-next, updated. debian/3.0_a46-1-1-gf3f9ad8

Daniel Baumann daniel at debian.org
Fri Apr 6 10:10:46 UTC 2012


The following commit has been merged in the debian-next branch:
commit f3f9ad8bdec8df12bf20ae542c92ebfe75b1a86e
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 6 12:10:04 2012 +0200

    When removing fstab for live-installer also touch an empty file for it to avoid other packages failing on non-existing fstab.

diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index bdebc33..6f471ce 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -256,6 +256,7 @@ then
 	# This is a temporary hack to get rid of fstab;
 	# needs cleanup in live-boot first to proper fix.
 	rm -f chroot/etc/fstab
+	touch chroot/etc/fstab
 fi
 
 if [ "${LB_EXPOSED_ROOT}" = "true" ]

-- 
live-build



More information about the debian-live-changes mailing list