markdown annoyance

This commit is contained in:
parazyd 2016-04-16 03:44:55 +02:00
parent 7d91fab5a0
commit b4c93ab937
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
3 changed files with 1 additions and 5 deletions

View File

@ -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`

0
arm/init-arm Normal file → Executable file
View File

View File

@ -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"