diff options
Diffstat (limited to 'scripts/live-bottom/12fstab')
| -rwxr-xr-x | scripts/live-bottom/12fstab | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index b5b5602..73e18d4 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -22,6 +22,11 @@ esac . /scripts/live-functions +if [ -n "${NOFSTAB}" ] +then + exit 0 +fi + log_begin_msg "Configuring fstab..." # live-initramfs script |
