Peter Keel <seeg...@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 (r...@debian.org) <http://www.eyrie.org/~eagle/> -- 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/878vvnuueq....@windlord.stanford.edu