mirror of https://github.com/parazyd/arm-sdk.git
markdown annoyance
This commit is contained in:
parent
7d91fab5a0
commit
b4c93ab937
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue