Update mountpoint for boot partition

This commit is contained in:
ck
2024-02-05 13:42:59 -05:00
parent f895b06978
commit 0638832532

View File

@ -39,7 +39,7 @@ source "arm" "rpi64-pwnagotchi" {
start_sector = "8192" start_sector = "8192"
filesystem = "fat" filesystem = "fat"
size = "256M" size = "256M"
mountpoint = "/boot" mountpoint = "/boot/firmware"
} }
image_partitions { image_partitions {
name = "root" name = "root"