mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Build: speedup uboot kernel load (#338)
This commit is contained in:
parent
8f8817cacd
commit
32d4b18c1f
@ -86,7 +86,7 @@ function create_kernel_image() {
|
||||
|
||||
# Make image
|
||||
dd if=/dev/zero of="${kernel_img}" bs=${KERNEL_SIZE} count=1
|
||||
mkfs.ext4 -L "hassos-kernel" -E lazy_itable_init=0,lazy_journal_init=0 "${kernel_img}"
|
||||
mkfs.ext4 -L "hassos-kernel" -E lazy_itable_init=0,lazy_journal_init=0 -O ^extent,^64bit "${kernel_img}"
|
||||
|
||||
# Mount / init file structs
|
||||
mkdir -p /mnt/data/
|
||||
|
Loading…
x
Reference in New Issue
Block a user