]> git.sesse.net Git - debian-xu4/commitdiff
Add ledtrig-heartbeat to /etc/modules, since the kernel is currently not able to...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 May 2016 21:19:02 +0000 (23:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 May 2016 21:19:02 +0000 (23:19 +0200)
mkimage.sh

index 98ad18bd0c4214c26443e8dd46d4befd4696790e..b67c27c38e7e750a0fea4502a6dc046416f2d4a0 100755 (executable)
@@ -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