diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 981ce07a..26edc7cf 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -45,7 +45,7 @@ source "arm" "rpi64-pwnagotchi" { name = "root" type = "83" start_sector = "532480" - filesystem = "f2fs" + filesystem = "ext4" size = "0" mountpoint = "/" } diff --git a/builder/raspberrypi64.yml b/builder/raspberrypi64.yml index b9e6682d..12f99ed7 100644 --- a/builder/raspberrypi64.yml +++ b/builder/raspberrypi64.yml @@ -189,13 +189,6 @@ content: | pi:$6$3jNr0GA9KIyt4hmM$efeVIopdMQ8DGgEPCWWlbx3mJJNAYci1lEXGdlky0xPyjqwKNbwTL5SrCcpb4144C4IvzWjn7Iv.QjqmU7iyT/ - - name: change root filesystem - replace: - dest: /boot/firmware/cmdline.txt - backup: no - regexp: "rootfstype=ext4" - replace: "rootfstype=f2fs" - - name: enable ssh on boot file: path: /boot/firmware/ssh