From 933f9b40cd4cfc8fd6ac60852f40e1e65cb2f665 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Dec 05 2016 21:43:37 +0000 Subject: Remove commented line. --- diff --git a/arm-image-installer b/arm-image-installer index 6a9d93e..e8c886c 100755 --- a/arm-image-installer +++ b/arm-image-installer @@ -323,7 +323,6 @@ fi # fix up rpi2/3 if [ "$FIX_RPI" != "" ] ; then echo "= Blacklisting the VC4 Driver for the Raspberry Pi 2/3" -# touch /tmp/root/etc/modprobe.d/blacklist-vc4.conf echo blacklist vc4 > /tmp/root/etc/modprobe.d/blacklist-vc4.conf sed -i 's/append/& rd.driver.blacklist=vc4/' /tmp/boot/extlinux/extlinux.conf fi