From dc074dde390a07ebe579ef7dc304eecced7917a2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 22 May 2016 23:19:02 +0200 Subject: [PATCH] Add ledtrig-heartbeat to /etc/modules, since the kernel is currently not able to load that automatically. (Blocked by Debian bug #824941, though.) --- mkimage.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2