diff --git a/debian/changelog b/debian/changelog index 57d547a..fd4970f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grub-cloud (0.0.3) UNRELEASED; urgency=medium * Remove kernel maintainer snippets and update dependencies. + * Fix earlyprintk kernel parameter. -- Bastian Blank Sat, 27 Oct 2018 15:17:30 +0200 diff --git a/etc/default/grub b/etc/default/grub index cc09836..36f7f37 100644 --- a/etc/default/grub +++ b/etc/default/grub @@ -7,6 +7,6 @@ GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="" -GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 earlypprintk=ttyS0,115200" +GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200 earlyprintk=ttyS0,115200" GRUB_TERMINAL="console serial" GRUB_SERIAL_COMMAND="serial --speed=115200"