fix serial cp error in natty/maverick

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 543554e397
commit 80d2a3d05c

@ -6,7 +6,7 @@ index 0000000..6d06fc7
@@ -0,0 +1,46 @@
+#!/bin/sh -e
+cp /etc/flash-kernel.conf /target/etc/flash-kernel.conf
+cp /etc/serial.conf /target/etc/init/SERIAL.conf
+cp /etc/SERIAL.conf /target/etc/init/SERIAL.conf
+
+if [ -e /etc/rcn.conf ]; then
+ mkdir -p /tmp/mmc

Loading…
Cancel
Save