boot partition can now contain subfolders

This commit is contained in:
Calin Crisan 2017-04-25 21:49:45 +03:00
parent 9ebf6ac3cd
commit 6908ec6ed9

View File

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