diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-26 05:12:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-26 05:12:34 +0800 |
commit | 35ad6631746c316d169e3a2673cfdd0c635867b7 (patch) | |
tree | 47840b95add6dae72bf23338ad7bf78b6cdba3ed /chapter08/grub.xml | |
parent | a4e4addb5a4ab9babe03935b454b8fa57be22913 (diff) |
grub: remove --sbindir (merged /usr)
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 1 |
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> |