diff --git a/RESOURCES/OPTIONS/boot_resource/kangaroo/boot-resource b/RESOURCES/OPTIONS/boot_resource/kangaroo/boot-resource index 7790e64..c89ad0a 100644 Binary files a/RESOURCES/OPTIONS/boot_resource/kangaroo/boot-resource and b/RESOURCES/OPTIONS/boot_resource/kangaroo/boot-resource differ diff --git a/RESOURCES/OPTIONS/boot_resource/kangaroo/source/boot-resource-src b/RESOURCES/OPTIONS/boot_resource/kangaroo/source/boot-resource-src index 8f41181..e0c183c 100644 Binary files a/RESOURCES/OPTIONS/boot_resource/kangaroo/source/boot-resource-src and b/RESOURCES/OPTIONS/boot_resource/kangaroo/source/boot-resource-src differ diff --git a/RESOURCES/OPTIONS/boot_resource/kangaroo/source/process.sh b/RESOURCES/OPTIONS/boot_resource/kangaroo/source/process.sh index bfd9ac0..8e46cff 100755 --- a/RESOURCES/OPTIONS/boot_resource/kangaroo/source/process.sh +++ b/RESOURCES/OPTIONS/boot_resource/kangaroo/source/process.sh @@ -27,10 +27,13 @@ cp boot-resource-src boot-resource chmod 664 boot-resource # replace all images in the copy of the source -mount -t vfat boot-resource ./temp -/bin/cp -f ./*.bmp ./temp -umount ./temp -rm -rf temp +mount -t vfat boot-resource "$PWD/temp" -o rw +/bin/cp -f *.bmp "$PWD/temp" +sync +sync +sync +umount "$PWD/temp" +rm -rf "$PWD/temp" # setup the result boot-resource rm -f ../boot-resource diff --git a/options.cfg b/options.cfg index 0f2f056..8fe2338 100644 --- a/options.cfg +++ b/options.cfg @@ -43,4 +43,5 @@ kobra_unleashed="192.168.1.234" #app_images="set1" # Replace the boot logo -boot_resource="kangaroo" \ No newline at end of file +#boot_resource="kangaroo" +