diff options
author | XECDesign <[email protected]> | 2017-11-07 05:43:01 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-07 05:43:01 +0000 |
commit | 31fcc809538fda3459efcc953929103aca888122 (patch) | |
tree | f5e4dcf40def7f154b8d151f2e4956bc7ca7f71f /export-image/prerun.sh | |
parent | 90adfb155185909d4555dce673fafc260f33f2ab (diff) |
Fix typo in export-image
Fixes #132
Diffstat (limited to 'export-image/prerun.sh')
-rwxr-xr-x | export-image/prerun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-image/prerun.sh b/export-image/prerun.sh index e2979cf..8104f45 100755 --- a/export-image/prerun.sh +++ b/export-image/prerun.sh @@ -58,7 +58,7 @@ for FEATURE in metadata_csum 64bit; do fi done mkdosfs -n boot -F 32 -v $BOOT_DEV > /dev/null -mkfs.ext4 -L rootfs-O $ROOT_FEATURES $ROOT_DEV > /dev/null +mkfs.ext4 -L rootfs -O $ROOT_FEATURES $ROOT_DEV > /dev/null mount -v $ROOT_DEV ${ROOTFS_DIR} -t ext4 mkdir -p ${ROOTFS_DIR}/boot |