This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 11a3bd48989b7009d057d882d300c9c17e42c08c (commit) from b7cf050eeb930fe684cb287380e8c4dd6ed0459b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 11a3bd48989b7009d057d882d300c9c17e42c08c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 30 13:51:13 2021 +0100
mountkernfs: fix typo (wrong space character)
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/initscripts/system/mountkernfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/src/initscripts/system/mountkernfs b/src/initscripts/system/mountkernfs index 1f1426077..905d2f874 100644 --- a/src/initscripts/system/mountkernfs +++ b/src/initscripts/system/mountkernfs @@ -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
hooks/post-receive -- IPFire 2.x development tree