mirror of https://github.com/parazyd/arm-sdk.git
Default n900 bootfs to ext2.
This commit is contained in:
parent
8fb8ce6772
commit
c8b4854dcf
|
|
@ -30,9 +30,9 @@ size=1337
|
||||||
#inittab=""
|
#inittab=""
|
||||||
|
|
||||||
parted_type="dos"
|
parted_type="dos"
|
||||||
parted_boot="fat32 8192s 270335s"
|
parted_boot="ext2 8192s 270335s"
|
||||||
parted_root="ext4 270336s 100%"
|
parted_root="ext4 270336s 100%"
|
||||||
bootfs="vfat"
|
bootfs="ext2"
|
||||||
|
|
||||||
extra_packages+=(firmware-ti-connectivity)
|
extra_packages+=(firmware-ti-connectivity)
|
||||||
custmodules=()
|
custmodules=()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue