diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 22:41:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-13 22:41:08 +0100 |
commit | 769618067dbfedf3c9aa19b28139d8eb413fa9a1 (patch) | |
tree | 344c5d538a0a082ac326e40b83081527efbb530e /helpers | |
parent | 7e16acb2458da4983dfdc153b7059ec6ddb11c5c (diff) | |
download | vyos-live-build-769618067dbfedf3c9aa19b28139d8eb413fa9a1.tar.gz vyos-live-build-769618067dbfedf3c9aa19b28139d8eb413fa9a1.zip |
Fixing fstab handling.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_hacks | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks index 524b3e25b..b3bcb2e21 100755 --- a/helpers/lh_chroot_hacks +++ b/helpers/lh_chroot_hacks @@ -50,10 +50,6 @@ Create_lockfile .lock # Removing udev mac caching rule 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 net) if [ ! -f chroot/usr/bin/smbmount ] |