From 4d589e31e932cc09a36a2ce9b5927ba21ee467fd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Nov 2016 02:52:30 +0100 Subject: grub: rework package, add mips support, update to latest git --- scripts/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create.sh') 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 -- cgit v1.2.3