From 1e42db83cc4f3a198ba1e42594a0a7e0a05328d2 Mon Sep 17 00:00:00 2001 From: Michiel Derhaeg Date: Fri, 26 Aug 2016 13:35:10 +0200 Subject: [PATCH] locales and themes of grub are omitted --- gen_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_image.sh b/gen_image.sh index 988be4d..da43a8e 100755 --- a/gen_image.sh +++ b/gen_image.sh @@ -18,7 +18,7 @@ mkdir -p mountdir mount $looppart mountdir cd mountdir tar --xattrs -xpf ../fs.tar -grub-install --target=i386-pc --boot-directory="$PWD/boot" $loopdevice +grub-install --locales="" --themes="" --target=i386-pc --boot-directory="$PWD/boot" $loopdevice cd .. ## generate grub.cfg (since linux 3.8 32-bit MBR "NT disk signatures" are allowed)