[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#620870: /run breaks system startup



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



Reply to: