summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-20 01:49:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-20 01:49:13 +0000
commite55184eed334811efc27b79948c2956a4b35f18b (patch)
tree1c1f0ef3f006662976c5bfdb17c43f6ff5afffdb /perl-install/standalone/diskdrake
parent1ea3578bfb4c6b4ef7b3854ce4561d8bc9afaef4 (diff)
downloaddrakx-e55184eed334811efc27b79948c2956a4b35f18b.tar
drakx-e55184eed334811efc27b79948c2956a4b35f18b.tar.gz
drakx-e55184eed334811efc27b79948c2956a4b35f18b.tar.bz2
drakx-e55184eed334811efc27b79948c2956a4b35f18b.tar.xz
drakx-e55184eed334811efc27b79948c2956a4b35f18b.zip
- don't use fs::get_info_from_fstab() in install_any::use_root_part() to be able to handle
renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-xperl-install/standalone/diskdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index d55968d81..77d30bedc 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -75,7 +75,7 @@ my $all_hds = fsedit::get_hds({}, $in);
fs::get_raw_hds('', $all_hds);
-fs::get_info_from_fstab($all_hds, '');
+fs::get_info_from_fstab($all_hds);
fs::merge_info_from_mtab([ fs::get::really_all_fstab($all_hds) ]);
$all_hds->{current_fstab} = fs::fstab_to_string($all_hds, '');