From b4c93ab937f6e0eacf7be2f4c5822b3832c8e132 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sat, 16 Apr 2016 03:44:55 +0200 Subject: [PATCH] markdown annoyance --- README.md | 2 +- arm/init-arm | 0 arm/scripts/raspberry-pi-2.sh | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 100755 arm/init-arm diff --git a/README.md b/README.md index 203e576..2a2c295 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ then step inside the sdk, "source" it: Now is the time you choose the device and OS you want to build the image for. Currently you can choose these distros: -* `devuan` +* `devuan` and one of the following devices: * `raspi2` * `bananapi` diff --git a/arm/init-arm b/arm/init-arm old mode 100644 new mode 100755 diff --git a/arm/scripts/raspberry-pi-2.sh b/arm/scripts/raspberry-pi-2.sh index 5c86f19..e78bf1d 100755 --- a/arm/scripts/raspberry-pi-2.sh +++ b/arm/scripts/raspberry-pi-2.sh @@ -90,10 +90,6 @@ EOF sudo rm -rf rpi-firmware && notice "Removed rpi-firmware leftovers" cd ${workdir} - #notice "Cleaning up from kernel build..." - #sudo rm -r ${strapdir}/usr/src/kernel - #sudo rm ${strapdir}/usr/src/${device_name}.config - notice "Installing raspi-config..." sudo cp ${workdir}/../extra/rpi-conf/raspi-config ${strapdir}/usr/bin/raspi-config \ && notice "RPi-config: Installed script"