summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-08 02:52:30 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-13 20:55:22 +0100
commit4d589e31e932cc09a36a2ce9b5927ba21ee467fd (patch)
tree0710caf590d36d26cf725d5649dbf5b94c1c4751 /scripts/create.sh
parent7dacac37a697f63d45b0d23071a0861582138d1d (diff)
grub: rework package, add mips support, update to latest git
Diffstat (limited to 'scripts/create.sh')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index f421d4b80..1d0c467d0 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -152,7 +152,7 @@ else
fi
if (( usegrub )); then
- tar -xOzf "$src" boot/grub/core.img >"$T/core.img"
+ tar -xOJf "$src" boot/grub/core.img >"$T/core.img"
integer coreimgsz=$($statcmd "$T/core.img")
if (( coreimgsz < 1024 )); then
print -u2 core.img is probably too small: $coreimgsz