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 debian-policy-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110406174001.ga21...@discordia.ch

Reply via email to