mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Build: speedup uboot kernel load (#338)
This commit is contained in:
parent
32fe415515
commit
2a2e97ddf9
@ -86,7 +86,7 @@ function create_kernel_image() {
|
|||||||
|
|
||||||
# Make image
|
# Make image
|
||||||
dd if=/dev/zero of="${kernel_img}" bs=${KERNEL_SIZE} count=1
|
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
|
# Mount / init file structs
|
||||||
mkdir -p /mnt/data/
|
mkdir -p /mnt/data/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user