diff options
Diffstat (limited to 'components/9990-fstab.sh')
| -rwxr-xr-x | components/9990-fstab.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/9990-fstab.sh b/components/9990-fstab.sh index a8d9123..c79aa42 100755 --- a/components/9990-fstab.sh +++ b/components/9990-fstab.sh @@ -25,5 +25,10 @@ Fstab () echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> /root/etc/fstab fi + if [ -z "${NOFASTBOOT}" ] + then + touch root/fastboot + fi + log_end_msg } |
