1
0
mirror of https://github.com/MichielDerhaeg/build-linux.git synced 2025-09-02 20:52:36 +02:00

locales and themes of grub are omitted

This commit is contained in:
Michiel Derhaeg
2016-08-26 13:35:10 +02:00
parent 943ab0802c
commit 1e42db83cc

View File

@@ -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)