1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-19 10:35:08 +03:00

initfs: fix ls and init chroot

We don't always have an initramfs-extra anymore, implement the
deviceinfo check for this. Also ensure we init the chroot before trying
to use it.

Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
Casey Connolly 2025-05-26 16:25:08 +02:00
parent 9dc294dbbf
commit 49a86cc303
2 changed files with 5 additions and 2 deletions

View file

@ -114,6 +114,7 @@ class Deviceinfo:
dev_touchscreen: str | None = ""
dev_touchscreen_calibration: str | None = ""
append_dtb: str | None = ""
create_initfs_extra: str | None
# bootloader
flash_method: str = ""