mk_mmc.sh: seperate these

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 45a7b5c695
commit ed2a57978c

@ -804,7 +804,8 @@ neuter_flash_kernel () {
#!/bin/sh -e #!/bin/sh -e
#BusyBox: http://linux.die.net/man/1/busybox #BusyBox: http://linux.die.net/man/1/busybox
apt-install linux-base initramfs-tools || true apt-install linux-base || true
apt-install initramfs-tools || true
apt-install flash-kernel || true apt-install flash-kernel || true
if [ -f /target/usr/share/flash-kernel/db/all.db ] ; then if [ -f /target/usr/share/flash-kernel/db/all.db ] ; then

Loading…
Cancel
Save