mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
12 lines
267 B
Bash
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
|