mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-19 14:47:15 +00:00
Increase block size of kernel squashfs image to 128K (#3509)
While mksquashfs uses this value by default, Genimage's default is 4K. This is far too low value and results in slower kernel load, especially on embedded boards with a flash drive. Explicitly set it to 128K to generate same images as in pre-genimage builds.
This commit is contained in:
parent
50a0062ee6
commit
edba18f6c4
@ -4,6 +4,7 @@ image kernel.img {
|
||||
|
||||
squashfs {
|
||||
compression = "lzo"
|
||||
block-size = 131072
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user