mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
check kernel8 image in /boot/firmware/ (#4528)
This commit is contained in:
parent
81a2a013c8
commit
8f7f08cea9
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ if [ "${baseimage}" = "raspios_arm64" ]; then
|
||||||
echo "# Raspiblitz" | tee -a $configFile
|
echo "# Raspiblitz" | tee -a $configFile
|
||||||
# ensure that kernel8.img is used to set PAGE_SIZE to 4K
|
# ensure that kernel8.img is used to set PAGE_SIZE to 4K
|
||||||
# https://github.com/raspiblitz/raspiblitz/issues/4346
|
# https://github.com/raspiblitz/raspiblitz/issues/4346
|
||||||
if [ -f /boot/kernel8.img ]; then
|
if [ -f /boot/firmware/kernel8.img ]; then
|
||||||
echo 'kernel=kernel8.img' | tee -a $configFile
|
echo 'kernel=kernel8.img' | tee -a $configFile
|
||||||
fi
|
fi
|
||||||
echo "max_usb_current=1" | tee -a $configFile
|
echo "max_usb_current=1" | tee -a $configFile
|
||||||
|
|
Loading…
Add table
Reference in a new issue