mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
mounting /dev/
This commit is contained in:
parent
c935eb52bc
commit
38494d20c9
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ if [ "$1" = add ]; then
|
|||
fi
|
||||
|
||||
# Mount the filesystem.
|
||||
log info "executing command: mount -t$fstype ${options:+-o$options} $DEVNAME $mountpoint"
|
||||
log info "executing command: mount -t$fstype ${options:+-o$options} /$DEVNAME $mountpoint"
|
||||
mount "-t$fstype" "${options:+-o$options}" "$DEVNAME" "$mountpoint"
|
||||
|
||||
# Determine vendor and model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue