From 0bdc87b3da78fa1ca75176633dd2f373871f25f8 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 9 Dec 2014 23:55:30 +0100 Subject: preinit: mount sysfs by default It's really not convenient not to have /sys mounted at boot, so let's do it early now. --- .preinit | 1 + 1 file changed, 1 insertion(+) diff --git a/.preinit b/.preinit index d1b5548..3273a02 100644 --- a/.preinit +++ b/.preinit @@ -3,6 +3,7 @@ # random, urandom, tty0, tty, console, ptmx, initctl, full, fd mt /proc /proc proc rw +mt /sys /sys sysfs rw # we first try to mount /tmp as a tmpfs, next /var if it fails. # this is dangerous on hard disks, since it will mount /var as -- 1.7.12.1