Hi there, I was trying to following your instruction but I could not find any rescue.gz on the Redhat 5.0 and 5.1 Instead I found some rescue disk which is use to make a floppy rescue bootable disk and I am really confuse. Please let's me know the specific location that I can get rescue.gz which will work your way. Thank you very much for your help. Vinh Nguyen On Tue, 17 Nov 1998, kees wrote: > Hello friends, > > For me is a way to setup a netboot tree looking into the organisation of a > rescue disk as found on most releases. > > copy the rescue.(gz) image from the CDrom to a suitable directory (/tmp). > do a gunzip on it (if needed), sometimes it is gzipped but no postfix, > "file rescue" will tell you. > > mount -o loop rescue /mnt mounts the file as a filesystem under /mnt > You need the loopback driver beeing enabled in the running kernel. > > cd /mnt > > find . -depth -print | cpio -pv --make-directories \ > --preserve-modification-time /boot/<your_client_dir> > > this will copy the whole rescue tree to your client dir. > > go to /boot/<your_client_dir> and tweek the ./etc/inittab and ./etc/rc > files (note the ./) > > This did it for me, the rescue disk comes with all the neccesary device > entry's and libraries. > > Regards > Kees > > > =========================================================================== > This Mail was sent to netboot mailing list by: > kees <kees@schoen.nl> > To get help about this list, send a mail with 'help' as the only string in > it's body to majordomo@baghira.han.de. If you have problems with this list, > send a mail to netboot-owner@baghira.han.de. > =========================================================================== This Mail was sent to netboot mailing list by: Vinh Lai <vietnam@WPI.EDU> To get help about this list, send a mail with 'help' as the only string in it's body to majordomo@baghira.han.de. If you have problems with this list, send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.