summaryrefslogtreecommitdiffstats
path: root/loader2/urlinstall.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-20 20:39:43 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-20 20:39:43 +0000
commit07b547db08a8ad38c691d5dba37b60efe65e98e2 (patch)
treeb60d6430ecb5a2e7a6280395636498ffd39a3430 /loader2/urlinstall.c
parenta2eaaccd0cf09e1510f25c7b49752f7ff7033172 (diff)
downloadanaconda-07b547db08a8ad38c691d5dba37b60efe65e98e2.tar.gz
anaconda-07b547db08a8ad38c691d5dba37b60efe65e98e2.tar.xz
anaconda-07b547db08a8ad38c691d5dba37b60efe65e98e2.zip
2005-10-20 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. * loader2/urlinstall.c (loadUrlImages): minstg2.img instead of netstg2.img * loader2/hdinstall.c (mountHDImages): minstg2.img instead of hdstg2.img * loader2/method.c (validIsoImages): Look for stage2.img instead of hdstg2.img * scripts/mk-images: mkcramfs is now mkfs.cramfs
Diffstat (limited to 'loader2/urlinstall.c')
-rw-r--r--loader2/urlinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 91cfa809a..35b993d98 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -121,7 +121,7 @@ static int loadUrlImages(struct iurlinfo * ui, int flags) {
/* require 128MB for use of graphical stage 2 due to size of image */
if (FL_TEXT(flags) || totalMemory() < GUI_STAGE2_RAM) {
- stage2img = "netstg2.img";
+ stage2img = "minstg2.img";
if (totalMemory() < GUI_STAGE2_RAM)
logMessage(WARNING, "URLINSTALL falling back to non-GUI stage2 "
"due to insufficient RAM");