On Sat, Dec 23, 2006 at 09:55:29AM +1100, Andree Leidenfrost wrote:
> Would you be able to send your two patches to the BTS, one attached to
> #403454 and the second one attached to a new bug report for the LABEL
> issue? I think this way we'd minimise the risk of me getting it wrong.
> (I am a bit nervous because of the freeze as I have really only one shot
> to get it right.)
Sure. Attached here is an oneliner fix for "rm -Rf /home"
I've also reported the other one to BTS (no bug# yet, still waiting for it
to process the message)
> > But I'll be visiting LCA2007 in Sydney in mid-January, so direct
> > interrogation is an option :)
>
> Hey, I'll be there as well, so it would be great to catch up! :-)
> However, I defintiely want to fix the issue at hand and the label issue
> as well as soon as possible.
I know, I see the etch is frozen now.
Both patches are trivial, so they shouldn't be a problem.
--
Opinions above are GNU-copylefted.
--- mindi/mindi (révision 919)
+++ mindi/mindi (copie de travail)
@@ -2985,7 +2985,7 @@
FindIsolinuxBinary
FindLiloBinary
fi
-grep -F " $TMP_ROOT " /proc/mounts | grep -F tmpfs > /dev/null 2> /dev/null &&
TMP_ROOT=/home && LogIt "Changing TMP_ROOT to $TMP_ROOT because you're using
tmpfs for /tmp\n" ; # tmpfs doesn't like Mindi and /tmp, for some reason
+grep -F " $TMP_ROOT " /proc/mounts | grep -F tmpfs > /dev/null 2> /dev/null &&
TMP_ROOT=/home/tmpmondo && mkdir -p $TMP_ROOT && LogIt "Changing TMP_ROOT to
$TMP_ROOT because you're using tmpfs for /tmp\n" ; # tmpfs doesn't like Mindi
and /tmp, for some reason
rm -f /tmp/mindi_lo
trap "Aborted" SIGTERM
DONE="\r\t\t\t\t\t\t\t\tDone. "