mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +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
|
mount -o loop $loop_dev $BOOT
|
||||||
|
|
||||||
msg "copying boot filesystem contents"
|
msg "copying boot filesystem contents"
|
||||||
cp $BOOT_SRC/* $BOOT
|
cp -r $BOOT_SRC/* $BOOT
|
||||||
sync
|
sync
|
||||||
|
|
||||||
msg "unmounting boot filesystem"
|
msg "unmounting boot filesystem"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user