mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
default to mounting USB device on /media
This commit is contained in:
parent
86f3e9f5dc
commit
22282da905
@ -28,4 +28,8 @@ if [ ! -d /media ]; then
|
||||
mkdir /media
|
||||
fi
|
||||
|
||||
mount -o ro $1 /media
|
||||
if [ -z "$1" ]; then
|
||||
mount -o ro /media
|
||||
else
|
||||
mount -o ro $1 /media
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user