X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mkimage.sh;h=b67c27c38e7e750a0fea4502a6dc046416f2d4a0;hb=dc074dde390a07ebe579ef7dc304eecced7917a2;hp=a26815f84db8d6d9ae50ce609d53695812c7925c;hpb=1f7a8245ace369699f2a86bebb99c873016a5fa9;p=debian-xu4 diff --git a/mkimage.sh b/mkimage.sh index a26815f..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 @@ -188,7 +191,7 @@ cat < /mnt/xu4/etc/grub.d/25_devicetree #! /bin/sh set -e -# Hack added by prepare.sh when building the root image, +# Hack added by mkimage.sh when building the root image, # to work around Debian bug #824399. echo "echo 'Loading device tree ...'" echo "devicetree /exynos5422-odroidxu4.dtb"