1
0
mirror of synced 2026-04-26 04:16:54 +00:00

Also suppport elevator=noop for pygrub

This commit is contained in:
Axel Beckert
2012-11-13 23:35:20 +01:00
parent a7cc86c567
commit 3b7750e9a9
7 changed files with 12 additions and 12 deletions

View File

@@ -8,10 +8,10 @@
#
{ if ( ( $kernel ) && ( !defined($pygrub)) )
{
$OUT.= "kernel = '$kernel'";
$OUT .= "kernel = '$kernel'\n";
$OUT .= "extra = 'elevator=noop'";
}
}
extra = 'elevator=noop'
{ if ( ( $initrd ) && ( !defined($pygrub)) )
{
$OUT.= "ramdisk = '$initrd'";