summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-05 04:11:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-05 04:11:28 +0200
commitb12b9cd0f763e7d67a2b78f136b682d54b6b75ab (patch)
treeb0a92b3e5346e3eee9e42d5d23f46b7c76ac404d /scripts
parent7bd985bf406b637ffd422e0d7d85cd0a72021b02 (diff)
parent76563c556bd14319938eae3f9ee376b5c50c21cd (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-rpi.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install-rpi.sh b/scripts/install-rpi.sh
index 5d282d29f..ed85cc53e 100755
--- a/scripts/install-rpi.sh
+++ b/scripts/install-rpi.sh
@@ -76,9 +76,9 @@ parted -s $1 unit cyl mkpart primary fat32 $datasize $maxsize
parted -s $1 set 1 boot on
sfdisk --change-id $1 4 88
sleep 2
-mkfs.vfat ${1}1
-mkfs.ext4 ${1}2
-mkfs.ext4 ${1}3
+mkfs.vfat ${1}1 >/dev/null
+mkfs.ext4 -q -O ^huge_file ${1}2
+mkfs.ext4 -q -O ^huge_file ${1}3
sync
sleep 2