support automounting partitions if 'automount' string is present on boot command line

This commit is contained in:
TomasM
2017-12-15 05:31:04 -05:00
parent 08c52c2854
commit 96eecc9058
3 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ union_append_bundles "$DATA" "$BUNDLES" "$UNION"
# rootcopy
copy_rootcopy_content "$DATA" "$UNION"
# create empty fstab
# create fstab
fstab_create "$UNION"
debug_shell
header "Live Kit done, starting $LIVEKITNAME"