1
0
mirror of synced 2026-01-29 04:41:02 +00:00

Default DomUs to use the noop scheduler (Closes: #693131)

This commit is contained in:
Axel Beckert
2012-11-13 23:10:04 +01:00
parent 442021849d
commit a7cc86c567
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ xen-tools (4.3.1+dev-1) UNRELEASED; urgency=low
- Use local parameter instead of global variable in unMountImage.
- Also recognize "M" and "G" instead of "MB" and "GB" as size unit for
--memory. (Closes: #691320) Document the recognized units.
- Default DomUs to use the noop scheduler (Closes: #693131)
-- Axel Beckert <abe@debian.org> Tue, 13 Nov 2012 18:05:05 +0100

View File

@@ -11,6 +11,7 @@
$OUT.= "kernel = '$kernel'";
}
}
extra = 'elevator=noop'
{ if ( ( $initrd ) && ( !defined($pygrub)) )
{
$OUT.= "ramdisk = '$initrd'";