deviceinfo: add initfs_extra_compression
For configuring the archive compression parameters for the initramfs-extra archive.
This commit is contained in:
@@ -14,10 +14,11 @@ import (
|
||||
)
|
||||
|
||||
type DeviceInfo struct {
|
||||
InitfsCompression string
|
||||
MesaDriver string
|
||||
ModulesInitfs string
|
||||
UbootBoardname string
|
||||
InitfsCompression string
|
||||
InitfsExtraCompression string
|
||||
MesaDriver string
|
||||
ModulesInitfs string
|
||||
UbootBoardname string
|
||||
}
|
||||
|
||||
func ReadDeviceinfo(file string) (DeviceInfo, error) {
|
||||
|
Reference in New Issue
Block a user