mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Changed from dphys-swapfile to zram-tools
Fix on auto-update.py
This commit is contained in:
@ -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 = "/"
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user