mirror of
https://github.com/MichielDerhaeg/build-linux.git
synced 2025-09-03 05:02: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
|
mount $looppart mountdir
|
||||||
cd mountdir
|
cd mountdir
|
||||||
tar --xattrs -xpf ../fs.tar
|
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 ..
|
cd ..
|
||||||
|
|
||||||
## generate grub.cfg (since linux 3.8 32-bit MBR "NT disk signatures" are allowed)
|
## generate grub.cfg (since linux 3.8 32-bit MBR "NT disk signatures" are allowed)
|
||||||
|
Reference in New Issue
Block a user