diff options
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index a93da7f3b..f906bc7ef 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -625,7 +625,7 @@ sub read_uboot() { my $is_raspberry = cat_("/proc/device-tree/model") =~ /^Raspberry Pi/; if ($is_raspberry) { - $b{perImageAppend} //= "8250.nr_uarts=1 console=ttyS0,115200 console=tty1"; + $b{perImageAppend} //= "8250.nr_uarts=1 console=ttyS0,115200 console=tty1 elevator=deadline"; } $b{perImageAppend} //= $b{entries}[0]{append}; |