add nofail options to fstab entries, skip adding boot device there

(since in most cases it's going to be NTFS and it wouldn't mount it twice anyway)
This commit is contained in:
TomasM
2017-12-16 12:43:02 -05:00
parent d7a44bc45f
commit b407aed085
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ union_append_bundles "$DATA" "$BUNDLES" "$UNION"
copy_rootcopy_content "$DATA" "$UNION"
# create fstab
fstab_create "$UNION"
fstab_create "$UNION" "$DATAMNT"
debug_shell
header "Live Kit done, starting $LIVEKITNAME"
change_root "$UNION"