(CC'ed Colin to get attention) Quoting Colin Watson ([email protected]): > The following commit has been merged in the master branch: > commit b0325e8e80272cfc71c3004f9e0f53f681b0cc74 > Author: Colin Watson <[email protected]> > Date: Thu May 26 15:26:30 2011 +0100 > > Clean up the contents of /run just before unmounting /target, to avoid > cruft in the target system. (Alternatives such as mounting a tmpfs there > during installation proved to be too complicated and/or fragile.)
> +umount /target/run 2>/dev/null || true > +rm -rf /target/run/* > + > umount -a || true Just thinking out loud: isn't there a chance that some dotfiles (or dotirs) end up in /run on the installed system...thus leaving us with still some cruft left after the above?
signature.asc
Description: Digital signature

