mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
mountkernfs: fix typo (wrong space character)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -39,7 +39,7 @@ case "${1}" in
|
||||
mount -t cgroup2 none /sys/fs/cgroup || failed=1
|
||||
fi
|
||||
|
||||
if ! mountpoint /sys/firmware/efi/efivars &>/dev/null && [ -d "/sys/firmware/efi" ]; then
|
||||
if ! mountpoint /sys/firmware/efi/efivars &>/dev/null && [ -d "/sys/firmware/efi" ]; then
|
||||
boot_mesg -n " /sys/firmware/efi/efivars" ${NORMAL}
|
||||
mount -t efivarfs efivarfs /sys/firmware/efi/efivars || failed=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user