summaryrefslogtreecommitdiffstats
path: root/loader2/urlinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/urlinstall.c')
-rw-r--r--loader2/urlinstall.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 3fff562b3..c27a1aa6c 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -136,10 +136,9 @@ static int loadUrlImages(struct iurlinfo * ui) {
}
/* require 128MB for use of graphical stage 2 due to size of image */
- if (FL_TEXT(flags) || totalMemory() < GUI_STAGE2_RAM) {
- stage2img = "minstg2.img";
- if (totalMemory() < GUI_STAGE2_RAM)
- logMessage(WARNING, "URLINSTALL falling back to non-GUI stage2 "
+ if (totalMemory() < GUI_STAGE2_RAM) {
+ stage2img = "minstg2.img";
+ logMessage(WARNING, "URLINSTALL falling back to non-GUI stage2 "
"due to insufficient RAM");
} else {
stage2img = "stage2.img";