summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-08-28 16:18:32 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-08-28 16:18:32 +0000
commitb9833774bba44cee406d512e82067a3a8d8e4292 (patch)
tree50da749e484a7b20c2ed75e7c61d0ae39b9e0ec7 /perl-install
parent561d493b9e96f5853e013ab81a0dd86188b2182d (diff)
downloaddrakx-backup-do-not-use-b9833774bba44cee406d512e82067a3a8d8e4292.tar
drakx-backup-do-not-use-b9833774bba44cee406d512e82067a3a8d8e4292.tar.gz
drakx-backup-do-not-use-b9833774bba44cee406d512e82067a3a8d8e4292.tar.bz2
drakx-backup-do-not-use-b9833774bba44cee406d512e82067a3a8d8e4292.tar.xz
drakx-backup-do-not-use-b9833774bba44cee406d512e82067a3a8d8e4292.zip
fix VirtIO devices support and release 12.46
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS8
-rw-r--r--perl-install/detect_devices.pm3
-rw-r--r--perl-install/install/NEWS4
3 files changed, 11 insertions, 4 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 64ffef023..4ef8ef1fb 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,13 +1,17 @@
+Version 12.46 - 28 August 2009
+
- handle new drivers:
o DVB: dvb-usb-ce6230
o sound: snd-indigodjx, snd-indigoiox, snd-lx6464es
o wireless: ar9170usb, mwl8k, r8192s_usb, rt2800usb, rt3070sta
- adduserdrake
o added weakness check for root password
-- drakboot
+- drakboot:
o fix crash bug #52997
-- diskdrake
+- diskdrake:
o fix for libparted 1.9 (#52991)
+- detect_devices:
+ o fix VirtIO devices support
Version 12.45 - 18 August 2009
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 8df493152..6042b29e5 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -371,8 +371,7 @@ sub getATARAID() {
sub getVirtIO() {
-d '/sys/bus/virtio/devices' or return;
map {
- print basename($_)."\n";
- { device => "/dev/".basename($_), info => "VirtIO block device", media_type => 'hd', bus => 'virtio' }
+ { device => basename($_), info => "VirtIO block device", media_type => 'hd', bus => 'virtio' }
}
glob("/sys/bus/virtio/devices/*/block/*");
}
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 60ba4c45a..ffe3c8f5d 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 12.46 - 28 August 2009
+
- handle new drivers:
o DVB: dvb-usb-ce6230
o sound: snd-indigodjx, snd-indigoiox, snd-lx6464es
@@ -6,6 +8,8 @@
o added weakness check for root password
- drakboot
o fix crash bug #52997
+- detect_devices:
+ o fix VirtIO devices support
Version 12.45 - 18 August 2009