Commit the sysctl settings prior to first mount.

This commit is contained in:
Jeffrey Townsend
2016-10-20 21:15:05 +00:00
parent 36391179b2
commit f61b2436f1

View File

@@ -1,6 +1,10 @@
#!/bin/sh
. /lib/lsb/init-functions
# Apply the existing sysctl settings prior to first mount.
sysctl --quiet --system
log_action_begin_msg "Mounting filesystems..."
onl-mounts -q mount all
log_action_end_msg 0