diff options
author | Matt Wilson <msw@redhat.com> | 2001-09-05 17:31:12 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-09-05 17:31:12 +0000 |
commit | f05f741463da38c32fd2290c8cd7d8d3ea29c22e (patch) | |
tree | 1cfa107556206a6b0c81ae5f99932fe2d241bbf2 | |
parent | a596ce6ff1a45c56f4e928d6f0e7b9a90abd4750 (diff) | |
download | anaconda-f05f741463da38c32fd2290c8cd7d8d3ea29c22e.tar.gz anaconda-f05f741463da38c32fd2290c8cd7d8d3ea29c22e.tar.xz anaconda-f05f741463da38c32fd2290c8cd7d8d3ea29c22e.zip |
add the top of images/README
-rw-r--r-- | scripts/mk-images.i386 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 96a9eb1e6..3292f5e99 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -49,6 +49,30 @@ prepareBootImage() { fi } +mkdir -p $TOPDESTPATH/images +cat > $TOPDESTPATH/images/README <<EOF + +The files in this directory are raw disk images. Some are boot disks +for booting into the Red Hat Linux Installation Program. The others +are driver disks to support loading the Installation Program from less +common hardware. + +Follow the instructions in the Red Hat Linux Installation Guide, +Chapter 2, section "Making Installation Disks" to create the disks. + +The drivers.img driver disk image has been split into several disks +because of the increasing size of the supported modules. + +The following boot images images available: + +boot.img - boot image for CD and hard drive based install +bootnet.img - boot image for network based install +pcmcia.img - boot image for installing on laptops + +The following driver disks are available: + +EOF + # LATEUSBMODS go in the second stage USBMODS="usb-ohci usb-uhci hid keybdev usb-storage" LATEUSBMODS="mousedev" |