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:
parent
9dc294dbbf
commit
49a86cc303
2 changed files with 5 additions and 2 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue