Default n900 bootfs to ext2.

This commit is contained in:
parazyd 2019-02-11 14:42:04 +00:00
parent 8fb8ce6772
commit c8b4854dcf
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ size=1337
#inittab=""
parted_type="dos"
parted_boot="fat32 8192s 270335s"
parted_boot="ext2 8192s 270335s"
parted_root="ext4 270336s 100%"
bootfs="vfat"
bootfs="ext2"
extra_packages+=(firmware-ti-connectivity)
custmodules=()