1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

mounting /dev/

This commit is contained in:
Jerry Vonau 2025-02-15 10:45:44 -06:00
parent c935eb52bc
commit 38494d20c9

View file

@ -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.