Fixing fstab handling.
This commit is contained in:
parent
7e16acb245
commit
769618067d
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue