*** empty log message ***

This commit is contained in:
Sergey Bolshakov 2004-11-30 18:50:20 +00:00
parent 2e6d5b5b61
commit c87915807d

View File

@ -669,8 +669,11 @@ enum return_type nfs_prepare(void)
insmod_compressed();
do_losetup(LIVE_DEVICE,get_ramdisk_path());
my_mount(LIVE_DEVICE,STAGE2_LOCATION,LIVEFS, 0);
if(IS_LIVE)
my_mount(LIVE_DEVICE,STAGE2_LOCATION,LIVEFS, 0);
else
my_mount(LIVE_DEVICE,STAGE2_LOCATION,STAGE2FS, 0);
method_name = strdup("nfs");
return RETURN_OK;