diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-08 02:52:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-13 20:55:22 +0100 |
commit | 4d589e31e932cc09a36a2ce9b5927ba21ee467fd (patch) | |
tree | 0710caf590d36d26cf725d5649dbf5b94c1c4751 /scripts | |
parent | 7dacac37a697f63d45b0d23071a0861582138d1d (diff) |
grub: rework package, add mips support, update to latest git
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create.sh | 2 |
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 |