mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-02 11:44:39 -05:00
hide stdout (but not stderr) by sysctl during initramfs
This commit is contained in:
parent
d69c1839cd
commit
85d2aa1365
@ -15,7 +15,7 @@ prereqs)
|
||||
;;
|
||||
esac
|
||||
|
||||
sysctl -p ${rootmnt}/etc/sysctl.conf
|
||||
sysctl -p ${rootmnt}/etc/sysctl.d/*.conf
|
||||
sysctl -p ${rootmnt}/etc/sysctl.conf >/dev/null
|
||||
sysctl -p ${rootmnt}/etc/sysctl.d/*.conf >/dev/null
|
||||
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user