aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/grub.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-19 22:51:55 +0000
commit2e2f8f359c865382cbc138e4572ab9a63d736775 (patch)
treef76a820e8f39d46926ad0e6a5dc8f478ae429615 /chapter8/grub.sh
parente4633200ea4609597950f991ce43f1a4d9f3cfbb (diff)
parent6b11f48c20f4411008c28ccb86463a98c0f06fef (diff)
Merge branch 'chapter10'
Diffstat (limited to 'chapter8/grub.sh')
-rw-r--r--chapter8/grub.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/grub.sh b/chapter8/grub.sh
index 9c2917b..128cdb9 100644
--- a/chapter8/grub.sh
+++ b/chapter8/grub.sh
@@ -2,15 +2,15 @@
set -e
sed "s/gold-version/& -R .note.gnu.property/" \
- -i Makefile.in grub-core/Makefile.in
+ -i Makefile.in grub-core/Makefile.in &&
./configure --prefix=/usr \
--sbindir=/sbin \
--sysconfdir=/etc \
--disable-efiemu \
- --disable-werror
+ --disable-werror &&
-make
+make &&
-make -j1 install
+make -j1 install &&
mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions