mirror of https://github.com/parazyd/arm-sdk.git
chromeveyron: Add bootpart and rootpart.
This commit is contained in:
parent
d03e5a0a05
commit
1dc743816d
|
|
@ -29,6 +29,8 @@ size=1730
|
||||||
#inittab=""
|
#inittab=""
|
||||||
|
|
||||||
parted_type="gpt"
|
parted_type="gpt"
|
||||||
|
bootpart="vfat"
|
||||||
|
rootpart="ext4"
|
||||||
gpt_boot=(8192 32768)
|
gpt_boot=(8192 32768)
|
||||||
gpt_root=(40960)
|
gpt_root=(40960)
|
||||||
bootfs="none"
|
bootfs="none"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue