|
![]() Tue, 25 Nov 2003
The line from tracing import set_trace; set_trace() needs adding somewhere in there, preferably not before necessary. Later on some notes on why it is that this bug happens. The things I need to find are: how does the install process choose which of the .img files in Redhat/base to mount for stage 2, so I know where to edit, how do set break points for the .pyc procedures I suspect my problems are in, and then how to make a full out new Disc 1 for the new install procedure. That's the big thing for the week. Important question for the moment: you have a KickStart floppy that starts up an NFS install. Which of the images get used to start up anaconda? 1. /floppy/initrd.img? (gzipped ext2 image, usually. zcat through to a file, mount on loopback.) /nfs/RedHat/base/*.img? (cramfs) More notes from poking around: init in the initrd.img is an ELF executable, and etc/inittab does not exist. posted at: 12:41 | path: /Linux | permanent link to this entry |