summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build')
-rwxr-xr-xscripts/build/binary_hdd2
-rwxr-xr-xscripts/build/source_hdd2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_hdd b/scripts/build/binary_hdd
index 616fc07d3..407901a2d 100755
--- a/scripts/build/binary_hdd
+++ b/scripts/build/binary_hdd
@@ -219,7 +219,7 @@ Losetup $FREELO chroot/binary.img 1
case "${LB_BINARY_FILESYSTEM}" in
ext2|ext3|ext4)
MKFS="${LB_BINARY_FILESYSTEM}"
- MKFS_OPTIONS="-L ${LB_HDD_LABEL} -m 0"
+ MKFS_OPTIONS="-L ${LB_HDD_LABEL} -m 0 -O ^64bit"
MOUNT_OPTIONS=""
;;
diff --git a/scripts/build/source_hdd b/scripts/build/source_hdd
index 978f02383..6788c011b 100755
--- a/scripts/build/source_hdd
+++ b/scripts/build/source_hdd
@@ -104,7 +104,7 @@ Losetup $FREELO ${LIVE_IMAGE_NAME}-source.img 1
case "${LB_BINARY_FILESYSTEM}" in
ext2|ext3|ext4)
MKFS="${LB_BINARY_FILESYSTEM}"
- MKFS_OPTIONS="-L ${LB_HDD_LABEL} -m 0"
+ MKFS_OPTIONS="-L ${LB_HDD_LABEL} -m 0 -O ^64bit"
MOUNT_OPTIONS=""
;;