diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-05-09 21:09:29 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-05-09 21:09:29 +0000 |
commit | cb1a0048f0f4d967705afdd4f2d78f0a8977bb22 (patch) | |
tree | 7a48a77899ac5b023d3a2baaac955c8ec8f39ceb /perl-install/Makefile.config | |
parent | 380e5ce3216907e2acf95f32020efbfa3369d945 (diff) | |
download | drakx-cb1a0048f0f4d967705afdd4f2d78f0a8977bb22.tar drakx-cb1a0048f0f4d967705afdd4f2d78f0a8977bb22.tar.gz drakx-cb1a0048f0f4d967705afdd4f2d78f0a8977bb22.tar.bz2 drakx-cb1a0048f0f4d967705afdd4f2d78f0a8977bb22.tar.xz drakx-cb1a0048f0f4d967705afdd4f2d78f0a8977bb22.zip |
fix creation of device mapper devices in fs::any::prepare_minimal_root
(this fixes initrd creation from one if using lvm)
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index cb490ffb4..7e07a7086 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.23 +VERSION:=13.24 SUDO = sudo TMPDIR = /tmp |