From c24b6fa43e011ffe18a057e6dc2385fefffe965d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 26 Mar 2009 11:17:31 +0000 Subject: fixed a typo in list_modules for virtio modules --- kernel/list_modules.pm | 2 +- perl-install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f6aa47f2f..4b644036c 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -274,7 +274,7 @@ our %l = ( #- these need checking qw(rrunner meye), - qw(virtio_pci, virtio_balloon), + qw(virtio_pci virtio_balloon), ], agpgart => [ if_(arch() =~ /alpha/, qw(alpha-agp)), diff --git a/perl-install/NEWS b/perl-install/NEWS index 78ffb834e..0cd32a804 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - changed X server restart routing not to rely on ctrl-alt-del (#49059). +- fixed a typo in list_modules for virtio modules Version 12.18 - 25 March 2009 -- cgit v1.2.1