diff options
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 9bf2261d8..abc66c540 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -216,7 +216,7 @@ sub merge_info_from_mtab { $_->{real_mntpoint} = delete $_->{mntpoint}; if ($_->{real_mntpoint} eq '/tmp/hdimage') { log::l("found hdimage on $_->{device}"); - $_->{mntpoint} = common::usingRamdisk() && "/mnt/hd"; #- remap for hd install. + $_->{mntpoint} = "/mnt/hd"; #- remap for hd install. } } $_->{isMounted} = 1; |