mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Merge branch 'master' of github.com:ccrisan/motioneyeos
This commit is contained in:
commit
92b32805eb
@ -90,6 +90,7 @@ mkdir -p $BOOT
|
||||
|
||||
if [ `uname` == "Darwin" ]; then
|
||||
BOOT_DEV=${SDCARD_DEV}s1 # e.g. /dev/disk4s1
|
||||
umount ${SDCARD_DEV}* 2>/dev/null || true
|
||||
mount_msdos $BOOT_DEV $BOOT
|
||||
else # assuming Linux
|
||||
BOOT_DEV=${SDCARD_DEV}p1 # e.g. /dev/mmcblk0p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user