summaryrefslogtreecommitdiffstats
path: root/loader2/method.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:11:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:11:45 +0000
commit916b4c6757fb50b5b9db8710f5a572a0c00b870b (patch)
tree31598e67fbd309a5f14d01cfa58ce48f2b36cab5 /loader2/method.c
parenta27a117b59dedb8b68c758dd1505535dcbfbceea (diff)
downloadanaconda-916b4c6757fb50b5b9db8710f5a572a0c00b870b.tar.gz
anaconda-916b4c6757fb50b5b9db8710f5a572a0c00b870b.tar.xz
anaconda-916b4c6757fb50b5b9db8710f5a572a0c00b870b.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* text.py (stepToClasses): Remove silo stuff. * gui.py (stepToClasses): Likewise. * iw/silo_gui.py: Remove. * textw/silo_text.py: Remove.
Diffstat (limited to 'loader2/method.c')
-rw-r--r--loader2/method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/method.c b/loader2/method.c
index 9397ee003..5feee1ed6 100644
--- a/loader2/method.c
+++ b/loader2/method.c
@@ -158,7 +158,7 @@ char * validIsoImages(char * dirName, int *foundinvalid) {
return 0;
}
- /* Walk through the directories looking for a Red Hat CD image. */
+ /* Walk through the directories looking for a CD image. */
errno = 0;
while ((ent = readdir(dir))) {
snprintf(isoImage, sizeof(isoImage), "%s/%s", dirName, ent->d_name);
@@ -377,7 +377,7 @@ void queryIsoMediaCheck(char *isoFile, int flags) {
return;
}
- /* Walk through the directories looking for a Red Hat CD images. */
+ /* Walk through the directories looking for a CD images. */
errno = 0;
first = 0;
while (1) {