Codebase list grub-cloud / 32bc461
Fix earlyprintk kernel parameter Bastian Blank 5 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 grub-cloud (0.0.3) UNRELEASED; urgency=medium
11
22 * Remove kernel maintainer snippets and update dependencies.
3 * Fix earlyprintk kernel parameter.
34
45 -- Bastian Blank <waldi@debian.org> Sat, 27 Oct 2018 15:17:30 +0200
56
66 GRUB_TIMEOUT=5
77 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
88 GRUB_CMDLINE_LINUX_DEFAULT=""
9 GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 earlypprintk=ttyS0,115200"
9 GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 earlyprintk=ttyS0,115200"
1010 GRUB_TERMINAL="console serial"
1111 GRUB_SERIAL_COMMAND="serial --speed=115200"