diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:11:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:11:45 +0000 |
commit | 916b4c6757fb50b5b9db8710f5a572a0c00b870b (patch) | |
tree | 31598e67fbd309a5f14d01cfa58ce48f2b36cab5 /loader2/cdinstall.c | |
parent | a27a117b59dedb8b68c758dd1505535dcbfbceea (diff) | |
download | anaconda-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/cdinstall.c')
-rw-r--r-- | loader2/cdinstall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c index 75205fff0..ce327fed8 100644 --- a/loader2/cdinstall.c +++ b/loader2/cdinstall.c @@ -403,7 +403,7 @@ char * findAnacondaCD(char * location, -/* look for a Red Hat CD and mount it. if we have problems, ask */ +/* look for a CD and mount it. if we have problems, ask */ char * mountCdromImage(struct installMethod * method, char * location, struct loaderData_s * loaderData, moduleInfoSet modInfo, moduleList modLoaded, |