Skip to content

Commit c81f4c5

Browse files
committed
Fix mount
1 parent 8f3e1f4 commit c81f4c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setup/basic.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ while true; do
5656
echo "linsysfs ${INSTALL_DIR}/sys linsysfs rw,late 0 0" >> /etc/fstab
5757
echo "/tmp ${INSTALL_DIR}/tmp nullfs rw,late 0 0" >> /etc/fstab
5858
echo "#/home ${INSTALL_DIR}/home nullfs rw,late 0 0" >> /etc/fstab
59+
mount -al
5960
break
6061
;;
6162
*)
@@ -73,6 +74,7 @@ while true; do
7374
echo "linsysfs ${INSTALL_DIR}/sys linsysfs rw,late 0 0" >> /etc/fstab
7475
echo "/tmp ${INSTALL_DIR}/tmp nullfs rw,late 0 0" >> /etc/fstab
7576
echo "#/home ${INSTALL_DIR}/home nullfs rw,late 0 0" >> /etc/fstab
77+
mount -al
7678
break
7779
;;
7880
*)

0 commit comments

Comments
 (0)