diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 00:10:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 00:10:40 +0000 |
commit | 8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e (patch) | |
tree | b5eeb27b00d07fe577519a3b384525d58a6cc501 /perl-install | |
parent | 71bdad5f0093737b768ef324e61221de573a1fe2 (diff) | |
download | drakx-backup-do-not-use-8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e.tar drakx-backup-do-not-use-8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e.tar.gz drakx-backup-do-not-use-8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e.tar.bz2 drakx-backup-do-not-use-8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e.tar.xz drakx-backup-do-not-use-8bd7f7c2c925b559cdc00861cde4a0c5a3db0e9e.zip |
(hds): pixelization
Diffstat (limited to 'perl-install')
-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 03328f9e7..dfe593f3a 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -66,7 +66,7 @@ sub hds { my $file = devices::make($_->{device}); my $hd = partition_table_raw::get_geometry($file) or log::l("An error occurred while getting the geometry of block device $file: $!"), next; - $hd = { (%$_, %$hd) }; + add2hash_($hd, $_); $hd->{file} = $file; $hd->{prefix} = $hd->{device}; # for RAID arrays of format c0d0p1 |