mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
boot partition can now contain subfolders
This commit is contained in:
parent
9ebf6ac3cd
commit
6908ec6ed9
@ -50,7 +50,7 @@ mkdir -p $BOOT
|
||||
mount -o loop $loop_dev $BOOT
|
||||
|
||||
msg "copying boot filesystem contents"
|
||||
cp $BOOT_SRC/* $BOOT
|
||||
cp -r $BOOT_SRC/* $BOOT
|
||||
sync
|
||||
|
||||
msg "unmounting boot filesystem"
|
||||
|
Loading…
x
Reference in New Issue
Block a user