diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-17 13:19:47 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-17 13:19:47 +0000 |
commit | 315c70d39887c01d48149467e37310318f11d899 (patch) | |
tree | 2f7aab8735296652af18b69f697241d77b525e1c | |
parent | 7c096483d70d98a602eaa7660def640c146e37be (diff) | |
download | drakx-315c70d39887c01d48149467e37310318f11d899.tar drakx-315c70d39887c01d48149467e37310318f11d899.tar.gz drakx-315c70d39887c01d48149467e37310318f11d899.tar.bz2 drakx-315c70d39887c01d48149467e37310318f11d899.tar.xz drakx-315c70d39887c01d48149467e37310318f11d899.zip |
call_vol_id was replaced by call_blkid
-rwxr-xr-x | perl-install/standalone/bootloader-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/bootloader-config b/perl-install/standalone/bootloader-config index 35c117983..1eea36be8 100755 --- a/perl-install/standalone/bootloader-config +++ b/perl-install/standalone/bootloader-config @@ -317,7 +317,7 @@ sub _should_prefer_UUID { sub _add_uuid_to_swap { my ($part) = @_; - my $ids = fs::type::call_vol_id($part); + my $ids = fs::type::call_blkid($part); $ids->{ID_FS_VERSION} eq '2' or log::l("ERROR: do not know swap version $ids->{ID_FS_VERSION}, so can not add UUID to it"), return; |