[Petter Reinholdtsen] > Can you test and let me know if it work or not? I found a minor bug in it. Some bogus code I forgot to fix before announcing the patch:
> @@ -374,9 +368,11 @@ > fi > > # > - # Remove /dev/shm/root if we created it. > + # Remove the tmpfs mounted on /tmp if it is mounted > # > - rm -f /dev/shm/root > + if [ /tmp/rootdev = "$rootdev" ] ; then > + grep umount /tmp > + fi > } The 'grep' in front of umount should not be there. _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

