Load root directory from sd card

This commit is contained in:
Byron Lathi
2023-08-12 16:09:03 -07:00
parent 7039e649bb
commit fd9389268a
9 changed files with 277 additions and 211 deletions

View File

@@ -1,8 +1,8 @@
DEVICE=/dev/mmcblk0
TMPMOUNT=/tmp/sd
FSDIR=fsdir
FSDIR=../fsdir
V=
V=-v
echo "$(tput bold setaf 11)Mounting Device$(tput sgr 0)"
mkdir $V -p $TMPMOUNT
@@ -16,4 +16,4 @@ echo
echo "$(tput bold setaf 11)Unmounting Device$(tput sgr 0)"
sudo umount $V $DEVICE
rmdir $V $TMPMOUNT
echo
echo