diff --git a/debian/chroot.install b/debian/chroot.install index 35a875d..7b5df08 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -198,7 +198,7 @@ grep "/var/tmp" /target/etc/fstab || echo "/tmp /var/tmp no ### Remove all occurrences to target and avoid double slashs sed -i 's;target;;g' /target/etc/fstab -sed -i 's;//;;g' /target/etc/fstab +sed -i 's;//;/;g' /target/etc/fstab ## }}} ## Network {{{ ### Get all informations from current network configuration in rescue mode