From: Steinar H. Gunderson Date: Sun, 5 Jun 2016 21:18:55 +0000 (+0200) Subject: Drop the /etc/default/grub hacks now that Debian ships a kernel with my deferred... X-Git-Url: https://git.sesse.net/?p=debian-xu4;a=commitdiff_plain;h=a85dbb82d5c429bbb93357837b532d1f1e62acd9 Drop the /etc/default/grub hacks now that Debian ships a kernel with my deferred probe fix. --- diff --git a/mkimage.sh b/mkimage.sh index b67c27c..745a209 100755 --- a/mkimage.sh +++ b/mkimage.sh @@ -198,9 +198,6 @@ echo "devicetree /exynos5422-odroidxu4.dtb" EOF chmod 0755 /mnt/xu4/etc/grub.d/25_devicetree -# Work around Debian bug #823552. -sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=".*\)"/\1 loglevel=4"/' /mnt/xu4/etc/default/grub - # Now we can create the GRUB boot menu. chroot /mnt/xu4 /usr/sbin/update-grub