summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-29 16:40:07 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-29 16:40:07 +0000
commit0763908b9b34383a071f33706c52bee9b90e089c (patch)
tree7b1ecd0ce14a904d65caf8f38382ca8360d46bd3
parent54af8e3c8ffdad8bbad598fb933ca5b9409eaf56 (diff)
downloadanaconda-0763908b9b34383a071f33706c52bee9b90e089c.tar.gz
anaconda-0763908b9b34383a071f33706c52bee9b90e089c.tar.xz
anaconda-0763908b9b34383a071f33706c52bee9b90e089c.zip
make the name in the README follow $PRODUCT instead of being RHL
-rw-r--r--scripts/mk-images.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 4589f0537..5660f06fe 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -54,11 +54,11 @@ mkdir -p $TOPDESTPATH/images
cat > $TOPDESTPATH/images/README <<EOF
The files in this directory are raw disk images. Some are boot disks
-for booting the Red Hat Linux installation program. Others are driver
+for booting the $PRODUCT installation program. Others are driver
disks to support loading the installation program from less common
hardware.
-Follow the instructions in the Red Hat Linux Installation Guide,
+Follow the instructions in the $PRODUCT Installation Guide,
Chapter 1, section "Making Installation Diskettes" to create the
disks.
@@ -215,7 +215,7 @@ The files in this directory are useful for booting a machine via PXE.
The following files are available:
vmlinuz - the BOOT kernel used for the installer
initrd.img - an initrd with support for all install methods and
- drivers supported for installation of Red Hat Linux
+ drivers supported for installation of $PRODUCT
EOF
}