From 0786b6757e39eee5ba6f45aef1206aebef38d731 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 17 Jan 2024 19:53:36 +0100 Subject: [PATCH] Changed from dphys-swapfile to zram-tools Fix on auto-update.py --- builder/pwnagotchi.json.pkr.hcl | 2 +- builder/raspberrypi64.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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