summaryrefslogtreecommitdiff
path: root/mkimage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkimage.sh')
-rwxr-xr-xmkimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkimage.sh b/mkimage.sh
index be56d455..87092c2b 100755
--- a/mkimage.sh
+++ b/mkimage.sh
@@ -108,7 +108,7 @@ trap "umount $part; dummy_kpartx_delete $img" EXIT
# Unpack all the strata that are to be installed.
for stratum
do
- tar -C "$mp" -xf "$stratum"
+ tar -C "$mp" -xhf "$stratum"
done
# Configure fstab for the new system.