*** empty log message ***
This commit is contained in:
parent
2e6d5b5b61
commit
c87915807d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user