diff options
Diffstat (limited to 'scripts/boot/9990-fstab.sh')
-rwxr-xr-x | scripts/boot/9990-fstab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-fstab.sh b/scripts/boot/9990-fstab.sh index dc3f07b..abc7b23 100755 --- a/scripts/boot/9990-fstab.sh +++ b/scripts/boot/9990-fstab.sh @@ -13,7 +13,7 @@ Fstab () return fi - if [ -e /run ] + if [ -e /root/etc/fstab.d ] then # wheezy _FSTAB="/root/etc/fstab.d/live" |