chore(dev): autologin to alpine and writable rootfs

This commit is contained in:
2025-11-14 13:59:34 -05:00
parent 2a9c9f6907
commit e0bd703511
7 changed files with 26 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ has-item = "\\vmlinuz"
[actions.chainload-kernel]
chainload.path = "$boot\\vmlinuz"
chainload.options = ["console=hvc0"]
chainload.options = ["console=hvc0", "overlaytmpfs=yes"]
chainload.linux-initrd = "$boot\\initramfs"
[entries.kernel]