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

Bug#620870: /run breaks system startup



Peter Keel <seegras@discordia.ch> writes:

> 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. 

That's because the change to initscripts that does the actual mounting
hasn't gone through yet.  This is unfortunate transient breakage in
unstable between this transition and udev.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>



Reply to: