disabled loading stage2 into ramdisk: don't need for distributive with 1 installation CD
This commit is contained in:
parent
4bc44a613c
commit
c0793a2f98
4
cdrom.c
4
cdrom.c
@ -67,8 +67,8 @@ static enum return_type do_with_device(char * dev_name, char * dev_model)
|
||||
log_message("found a " DISTRIB_NAME " CDROM, good news!");
|
||||
|
||||
//if (!IS_SPECIAL_STAGE2 && ramdisk_possible())
|
||||
if (!IS_LOWMEM && ramdisk_possible())
|
||||
load_ramdisk(); /* we don't care about return code, we'll do it live if we failed */
|
||||
// if (!IS_LOWMEM && ramdisk_possible())
|
||||
// load_ramdisk(); /* we don't care about return code, we'll do it live if we failed */
|
||||
|
||||
if (IS_RESCUE) {
|
||||
load_ramdisk();
|
||||
|
Loading…
Reference in New Issue
Block a user