Peter Keel <[email protected]> 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 ([email protected])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to