mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
udev: remove /var/run mount from initskript.
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
|
||||
case "${1}" in
|
||||
start)
|
||||
boot_mesg "Mount /var/run..."
|
||||
mount -n -t tmpfs tmpfs /var/run -o size=2M
|
||||
|
||||
boot_mesg "Populating /dev with device nodes..."
|
||||
if ! grep -q '[[:space:]]sysfs' /proc/mounts; then
|
||||
echo_failure
|
||||
|
||||
Reference in New Issue
Block a user