Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org
--- lfs/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/grub b/lfs/grub index ba74408..72b9551 100644 --- a/lfs/grub +++ b/lfs/grub @@ -100,8 +100,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -m 644 $(DIR_SRC)/config/grub2/default /etc/default/grub
# Disable hardening. - paxctl -mpes /usr/sbin/grub-bios-setup /usr/sbin/grub-probe - paxctl -mpexs /usr/bin/grub-script-check + paxctl -mpesc /usr/sbin/grub-bios-setup /usr/sbin/grub-probe + paxctl -mpexsc /usr/bin/grub-script-check
# We don't need to install unifont just to generate a grub2 compatible # font archive for the graphical boot menu. The following command only