Re: grub and .img files

2002-12-12 Thread Keith W. Sheffield
> "Ted" == Ted Gervais <[EMAIL PROTECTED]> writes: > Here is a portion of my grub.conf file and I am wondering how to make the > *.img files? (ie: /initrd-2.4.18-18.8.0.img) mkinitrd is what creates these files. It's manual page does a good job of explaining how to use it. The simplest

Re: grub and .img files

2002-12-12 Thread Thornton Prime
> > Here is a portion of my grub.conf file and I am wondering how to make > the *.img files? (ie: /initrd-2.4.18-18.8.0.img) The easiest way is with the mkinitrd command. man mkinitrd for details. If you install or remove a RedHat kernel RPM it should add or remove associated initrd's. thor

Re: grub and .img files

2002-12-12 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ted Gervais wrote: | Here is a portion of my grub.conf file and I am wondering how to make the | *.img files? (ie: /initrd-2.4.18-18.8.0.img) | | - | title Red Hat Linux (2.4.18-18.8.0) | root (hd1,0) | kernel /vmlinuz-2

grub and .img files

2002-12-12 Thread Ted Gervais
Here is a portion of my grub.conf file and I am wondering how to make the *.img files? (ie: /initrd-2.4.18-18.8.0.img) - title Red Hat Linux (2.4.18-18.8.0) root (hd1,0) kernel /vmlinuz-2.4.18-18.8.0 ro root=LABEL=/1 hdd=ide-scsi initrd /initrd-2.4.18-18.8