Merge pull request #4666 from MilhouseVH/installer_fix

installer: Bump FAT partition size in line with disk image
This commit is contained in:
Stephan Raue 2016-02-01 01:12:23 +01:00
commit 455a1b3986

View File

@ -19,8 +19,8 @@
DISKLABEL_SYSTEM="System"
DISKLABEL_STORAGE="Storage"
# Defaultsize of system partition (Cylinder: 16=132MB, 31=255MB)
PARTSIZE_SYSTEM="31"
# Defaultsize of system partition (Cylinder: 16=132MB, 31=255MB, 66=517MiB)
PARTSIZE_SYSTEM="66"
# additional parameters to extlinux
EXTLINUX_PARAMETERS=""