[scripts] configure proper partition type for ext3 boot fs

This commit is contained in:
Fabio Erculiani
2012-02-22 15:57:50 +01:00
parent 65f0d7f8e8
commit 5bab5bc71c
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
export BOOT_PART_MKFS_ARGS="-L boot"
export BOOT_PART_TYPE=ext3
export BOOT_PART_TYPE_MBR=83
export BOOT_PART_TYPE_INSIDE_ROOT=1
export ROOT_PART_TYPE=ext4
export MAKE_TARBALL=0