[3588] in SIPB_Linux_Development
Re: installer mods
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Fri Nov 30 15:18:11 2001
Message-Id: <200111302018.PAA21137@riff-raff.mit.edu>
To: Angie Kelic <sly@MIT.EDU>
cc: linux-dev@MIT.EDU
In-Reply-To: Your message of "Fri, 30 Nov 2001 14:56:31 EST."
<200111301956.OAA01230@prowler.mit.edu>
Date: Fri, 30 Nov 2001 15:18:05 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
>> I have picked up installclass.py and made a couple mods
Two comments:
+# This file comes from:
+# /afs/sipb/system/rhlinux/redhat-6.2/RedHat/instimage/usr/lib/anaconda
This file is kept under RCS; use $Header$ if you want the
pathname, not a comment.
-rpm -qa --queryformat '/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\n' | \
- grep -v '^kernel-smp' > /var/athena/release-rpms
+#rpm -qa --queryformat '/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\n' | \
+# grep -v '^kernel-smp' > /var/athena/release-rpms
+
Similarly, we're using version control; these lines should be
removed if they're not needed, not just commented out.
I don't know offhand if /mnt/source is still mounted at the time
this is run. If you fix the two stylistic nits I've noted, I'd be happy
to apply this patch to the afs copy of the installer for you to test,
though.
Garry