hide stdout (but not stderr) by sysctl during initramfs

This commit is contained in:
Patrick Schleizer 2020-01-30 06:13:42 -05:00
parent d69c1839cd
commit 85d2aa1365
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -15,7 +15,7 @@ prereqs)
;; ;;
esac esac
sysctl -p ${rootmnt}/etc/sysctl.conf sysctl -p ${rootmnt}/etc/sysctl.conf >/dev/null
sysctl -p ${rootmnt}/etc/sysctl.d/*.conf sysctl -p ${rootmnt}/etc/sysctl.d/*.conf >/dev/null
true true