The files RedHat/base/*.img are cramfs files. If you do 'file <filename>' it will report a type of 'data' on most systems. However, if you try to mount it with a kernel that supports cramfs filesystems (grep cram /proc/filesystems) you will be fine. But then the thing is read only. So what I do is mount it up, tar it to another directory, make my changes, and then make the cramfs image again ala: mkcramfs <directory I just copied and made changes in> <new cramfs file image> Very easy to make changes. I have tried to get my changes passed all the way through the buildinstall crap that RH passes off as the way to do this and have failed every time. However, this method works perfectly. Command summary: mount -o loop stage2.img /mnt mkdir ~/cramfs cd /mnt tar cvf - . | (cd ~/cramfs ; tar xfBp -) cd ~/cramfs make your changes cd ~ mkcramfs ./cramfs ./newcramfs.img umount /mnt good luck! -brad > > > I too have grep'ed and run strings on all of the base files and boot images > and have come up with nothing. What are the files that actually run the > installation? I have tried to look through buildinstall but get lost fast. > > -Dan > > -----Original Message----- > From: Erik Williamson [mailto:erik@xxxxxxxxxxxxxxxx] > Sent: Friday, July 26, 2002 12:39 PM > To: kickstart-list@xxxxxxxxxx > Subject: Re: /usr/sbin/mouseconfig --no such file > > > Hi, > > You might have to hack the installer (I gust grepped for mouseconfig in > /usr/lib/anaconda inside stage2.img and it came up with nothing though), > or explicitly say: > > mouse none > > in your config file (provided you really aren't using a mouse) > > Hope this helps - > Erik. > > On Fri, 2002-07-26 at 11:22, Schuster, Dan wrote: > > > > Hello all, > > > > I have created a stripped down version for RH7.3 on one CD and have > altered > > what is included in the base by edition the comps file. I have also > updated > > the hdlist files by running genhdlist. When I do the install everything > > works and is installed correctly, but at the very end at the > > "Congratulation, your Red Hat install is complete..." page there is an > error > > in the background: > > /usr/sbin/mouseconfig: No Such File > > > > Why is it running mouseconfig? It is probably erroring because I do not > > install the mouseconfig RPM, but how can I change the install to not even > > run the mouseconfig command? > > > > Also, the ALT-F3 page shows /usr/sbin/authconfig: No Such File (same > thing > > -- not installed) > > > > Any help on how to make these programs not run would be appreciated, > > -Dan > > > > > > > > _______________________________________________ > > Kickstart-list mailing list > > Kickstart-list@xxxxxxxxxx > > https://listman.redhat.com/mailman/listinfo/kickstart-list > -- > e r i k w i l l i a m s o n erik@xxxxxxxxxxxxxxxx > system admin . department of computer science . university of calgary > > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list > -- Brad Doctor, CISSP