Merge pull request #51 from MilhouseVH/variable_part_size

Allow for a custom system partition start sector + custom system size
This commit is contained in:
Lukas Rusak
2016-03-29 21:53:42 -07:00
7 changed files with 34 additions and 11 deletions

View File

@@ -204,3 +204,8 @@
# set the addon dirs
ADDON_PATH="$ADDON_VERSION/$PROJECT/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
# Default size of system partition, in MB, eg. 512
SYSTEM_SIZE=512
# Default system partition offset, in sectors, eg. 2048
SYSTEM_PART_START=2048