Changed from dphys-swapfile to zram-tools

Fix on auto-update.py
This commit is contained in:
Jeroen Oudshoorn
2024-01-17 19:53:36 +01:00
parent 0f4eda8039
commit 0786b6757e
2 changed files with 1 additions and 8 deletions

View File

@ -45,7 +45,7 @@ source "arm" "rpi64-pwnagotchi" {
name = "root" name = "root"
type = "83" type = "83"
start_sector = "532480" start_sector = "532480"
filesystem = "f2fs" filesystem = "ext4"
size = "0" size = "0"
mountpoint = "/" mountpoint = "/"
} }

View File

@ -189,13 +189,6 @@
content: | content: |
pi:$6$3jNr0GA9KIyt4hmM$efeVIopdMQ8DGgEPCWWlbx3mJJNAYci1lEXGdlky0xPyjqwKNbwTL5SrCcpb4144C4IvzWjn7Iv.QjqmU7iyT/ 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 - name: enable ssh on boot
file: file:
path: /boot/firmware/ssh path: /boot/firmware/ssh