From: Steinar H. Gunderson Date: Sun, 22 May 2016 21:19:02 +0000 (+0200) Subject: Add ledtrig-heartbeat to /etc/modules, since the kernel is currently not able to... X-Git-Url: https://git.sesse.net/?p=debian-xu4;a=commitdiff_plain;h=dc074dde390a07ebe579ef7dc304eecced7917a2 Add ledtrig-heartbeat to /etc/modules, since the kernel is currently not able to load that automatically. (Blocked by Debian bug #824941, though.) --- diff --git a/mkimage.sh b/mkimage.sh index 98ad18b..b67c27c 100755 --- a/mkimage.sh +++ b/mkimage.sh @@ -169,6 +169,9 @@ echo odroid > /mnt/xu4/etc/hostname # Work around Debian bug #824391. echo ttySAC2 >> /mnt/xu4/etc/securetty +# Work around Debian bug #825026. +echo ledtrig-heartbeat >> /mnt/xu4/etc/modules + # Install GRUB, chainloaded from U-Boot via UEFI. mount --bind /dev /mnt/xu4/dev mount --bind /proc /mnt/xu4/proc