aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-08-26 05:12:34 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-08-26 05:12:34 +0800
commit35ad6631746c316d169e3a2673cfdd0c635867b7 (patch)
tree47840b95add6dae72bf23338ad7bf78b6cdba3ed
parenta4e4addb5a4ab9babe03935b454b8fa57be22913 (diff)
grub: remove --sbindir (merged /usr)
-rw-r--r--chapter08/grub.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 69e098daa..07be0e851 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -53,7 +53,6 @@
<para>Prepare GRUB for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
- --sbindir=/sbin \
--sysconfdir=/etc \
--disable-efiemu \
--disable-werror</userinput></screen>