tmarkdown annoyance - arm-sdk - os build toolkit for various embedded devices HTML git clone https://git.parazyd.org/arm-sdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit b4c93ab937f6e0eacf7be2f4c5822b3832c8e132 DIR parent 7d91fab5a0831d9aeaacca6595b7462fd50568d2 HTML Author: parazyd <parazyd@dyne.org> Date: Sat, 16 Apr 2016 03:44:55 +0200 markdown annoyance Diffstat: M README.md | 2 +- M arm/init-arm | 0 M arm/scripts/raspberry-pi-2.sh | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) --- DIR diff --git a/README.md b/README.md t@@ -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` DIR diff --git a/arm/init-arm b/arm/init-arm DIR diff --git a/arm/scripts/raspberry-pi-2.sh b/arm/scripts/raspberry-pi-2.sh t@@ -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"