Hello
Because /run is not mounted as tmpfs when it should, system startup
breaks totally.
I've added
if grep -E -q "^[^[:space:]]+ /run (dev)?tmpfs" /proc/mounts; then
mount -n -o remount,${dev_mount_options} -t tmpfs tmpfs /run
else
mount -n -o rw -t tmpfs tmpfs /run
fi
to my /etc/init.d/mountkernfs.sh to fix this.
Cheers
Seegras
--
"Those who give up essential liberties for temporary safety deserve
neither liberty nor safety." -- Benjamin Franklin
"It's also true that those who would give up privacy for security are
likely to end up with neither." -- Bruce Schneier
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]