mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Remove rootfstype for Raspberry Pi 5 (#3037)
This commit is contained in:
parent
714912a2a9
commit
0ec5c22d3a
@ -30,6 +30,7 @@ install_boot() {
|
||||
if [ "$RAUC_SYSTEM_COMPATIBLE" = "haos-rpi5-64" ]; then
|
||||
rm -rf "${BOOT_MNT}/slot-default"
|
||||
cp -r "${BOOT_NEW}/slot-A" "${BOOT_MNT}/slot-default"
|
||||
sed -i "1 s/rootfstype=squashfs //" /mnt/boot/cmdline.txt
|
||||
else
|
||||
# Backup boot config
|
||||
cp -f "${BOOT_MNT}"/*.txt "${BOOT_TMP}/" || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user