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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user