diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-20 06:01:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-20 06:01:06 +0000 |
commit | beff4cd64f0d64a11dd4d44bef7b2567d3a57516 (patch) | |
tree | fe4914172b883bf9d7f9e61f0440cfb34db8c59b /perl-install/fsedit.pm | |
parent | 8c84f730c5e0f572d9f9c783b5bade2617576ea5 (diff) | |
download | drakx-backup-do-not-use-beff4cd64f0d64a11dd4d44bef7b2567d3a57516.tar drakx-backup-do-not-use-beff4cd64f0d64a11dd4d44bef7b2567d3a57516.tar.gz drakx-backup-do-not-use-beff4cd64f0d64a11dd4d44bef7b2567d3a57516.tar.bz2 drakx-backup-do-not-use-beff4cd64f0d64a11dd4d44bef7b2567d3a57516.tar.xz drakx-backup-do-not-use-beff4cd64f0d64a11dd4d44bef7b2567d3a57516.zip |
- change prototype of fs::get_major_minor()
- use it in fs::proc_partitions::compare()
(not useful at the moment, but it may help in the future)
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 555b339d0..1ca3e1f3d 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -239,7 +239,7 @@ Do you agree to lose all the partitions? $all_hds->{lvms} = [ lvms($all_hds) ]; - fs::get_major_minor(fs::get::fstab($all_hds)); + fs::get_major_minor([ fs::get::fstab($all_hds) ]); $all_hds; } |