diff --git a/scripts/BuildScripts/InitramfsScripts/buildInitramFs.sh b/scripts/BuildScripts/InitramfsScripts/buildInitramFs.sh index a6b43a82a..2a9c97c22 100755 --- a/scripts/BuildScripts/InitramfsScripts/buildInitramFs.sh +++ b/scripts/BuildScripts/InitramfsScripts/buildInitramFs.sh @@ -64,7 +64,7 @@ then fi #A hacky way to ensure the loops are properly unmounted and the temp files are properly deleted. -#Without this, a reboot is sometimes required to properly clean the loop devices and ensure a clean build +#Without this, a reboot is sometimes required to properly clean the loop devices and ensure a clean build cleanup() { set +e diff --git a/scripts/BuildScripts/KernelScripts/buildKernel.sh b/scripts/BuildScripts/KernelScripts/buildKernel.sh index aa927fe40..3a3e493dd 100755 --- a/scripts/BuildScripts/KernelScripts/buildKernel.sh +++ b/scripts/BuildScripts/KernelScripts/buildKernel.sh @@ -53,6 +53,7 @@ TARGET=$5 KERNEL_CONFIG=$6 #this is the same as the kernel partition size +#the kernel is limited to 32MB as long as we need compatibility with depthcharge MAX_KERNEL_SIZE=$(expr 65536 \* 512) cd $BUILD_DIR