1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00
Files
2022-04-25 22:17:20 -04:00

12 lines
267 B
Bash

./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-efiemu \
--disable-werror
make
make install
mv /etc/bash_completion.d/grub /usr/share/bash-completion/completions
grub-install $LOOP --target i386-pc