We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e1f4 commit c81f4c5Copy full SHA for c81f4c5
scripts/setup/basic.sh
@@ -56,6 +56,7 @@ while true; do
56
echo "linsysfs ${INSTALL_DIR}/sys linsysfs rw,late 0 0" >> /etc/fstab
57
echo "/tmp ${INSTALL_DIR}/tmp nullfs rw,late 0 0" >> /etc/fstab
58
echo "#/home ${INSTALL_DIR}/home nullfs rw,late 0 0" >> /etc/fstab
59
+ mount -al
60
break
61
;;
62
*)
@@ -73,6 +74,7 @@ while true; do
73
74
75
76
77
78
79
80
0 commit comments