[SCM] debian-live/live-helper branch, master, updated. 1.0_a38-1-15-g522c245

Daniel Baumann daniel at debian.org
Sat Mar 1 13:55:23 UTC 2008


The following commit has been merged in the master branch:
commit 522c2455bcae9af108feb99a824b8ea13a78787e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 1 14:43:47 2008 +0100

    Adding temporary hack to remove fstab when using live-installer.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index ffa9d9c..4112521 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -104,6 +104,13 @@ then
 	chown -R --quiet 999:999 chroot/home/${LH_USERNAME}
 fi
 
+# This is a temporary hack to get rid of fstab;
+# needs cleanup in live-initramfs first to proper fix.
+if [ "${LH_DEBIAN_INSTALLER}" = "live" ]
+then
+	rm -f chroot/etc/fstab
+fi
+
 if [ "${LH_EXPOSED_ROOT}" = "enabled" ]
 then
 	# Make sure RW dirs exist so that the initramfs script has

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list