[3448] in SIPB_Linux_Development
No subject found in mail header
daemon@ATHENA.MIT.EDU (Angie Kelic)
Fri Apr 13 01:10:01 2001
Message-Id: <200104130509.BAA07442@nighthawk.mit.edu>
To: Jonathon Weiss <jweiss@MIT.EDU>
cc: linux-dev@MIT.EDU
In-reply-to: Your message of "Fri, 13 Apr 2001 00:15:54 EDT."
<200104130415.AAA09023@speaker-for-the-dead.mit.edu>
Date: Fri, 13 Apr 2001 01:09:37 EDT
From: Angie Kelic <sly@MIT.EDU>
>3) pcitable propagation
Ok, so I checked my sanity on this. I didn't think we
ever updated the image that we were using on the install
floppy.
Checking the script linux-install-floppy we see it references
the following:
IMAGEDIR=/mit/linux/rh-6.2
IMAGE=$IMAGEDIR/bootnet.img
or (for pcmcia)
IMAGE=$IMAGEDIR/pcmcia.img
and from the mod date of the files that this refers to:
-rw------- 1 30433 mit 1474560 Oct 13 2000 bootnet.img
-rw------- 1 30433 mit 1474560 Oct 13 2000 pcmcia.img
The floppy disk image hasn't changed. I think there's no point
in updating the pcitable on charon (or on the floppy that we're
creating for that matter) until we have an actual broken 3c905
card we can test the whole install with...
--Angie