[scripts] mkloopcard.sh: export mkfs args to overridable env var

This commit is contained in:
Fabio Erculiani
2012-02-14 16:01:59 +01:00
parent eb41b3e1b9
commit df20927ca7
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
export BOOT_PART_MKFS_ARGS="-L boot"
export BOOT_PART_TYPE=ext3
export BOOT_PART_TYPE_INSIDE_ROOT=1
export ROOT_PART_TYPE=ext4