Load root directory from sd card
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user