summaryrefslogtreecommitdiffstats
path: root/source/a/elilo/eliloconfig
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/elilo/eliloconfig')
-rw-r--r--source/a/elilo/eliloconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/a/elilo/eliloconfig b/source/a/elilo/eliloconfig
index bcded54d8..a662927bf 100644
--- a/source/a/elilo/eliloconfig
+++ b/source/a/elilo/eliloconfig
@@ -176,12 +176,6 @@ if [ "$REPLY" = "skip" ]; then
exit
fi
-# Make sure efivarfs is active since we'll need it to
-# change UEFI boot menu entries:
-if [ "$(/bin/ls /sys/firmware/efi/efivars 2> /dev/null | wc -l)" = "0" ]; then
- mount -t efivarfs none /sys/firmware/efi/efivars
-fi
-
efibootmgr -v | rev | cut -f 2- | rev | grep Boot0 | grep Slackware | while read line ; do
# Reject entries that don't exactly match as not our business
if [ ! "$(echo $line | cut -f 2- -d ' ')" = "Slackware" ]; then