Fixing fstab handling.

This commit is contained in:
Daniel Baumann 2007-11-13 22:41:08 +01:00
parent 7e16acb245
commit 769618067d
1 changed files with 0 additions and 4 deletions

View File

@ -50,10 +50,6 @@ Create_lockfile .lock
# Removing udev mac caching rule # Removing udev mac caching rule
Chroot "rm -f /etc/udev/rules.d/z25_persistent-net.rules" Chroot "rm -f /etc/udev/rules.d/z25_persistent-net.rules"
# Blanking out fstab, so the live-initramfs will know to populate it
Chroot "rm -f /etc/fstab"
Chroot "touch /etc/fstab"
case "${LH_BINARY_IMAGES}" in case "${LH_BINARY_IMAGES}" in
net) net)
if [ ! -f chroot/usr/bin/smbmount ] if [ ! -f chroot/usr/bin/smbmount ]