mk_mmc.sh: drop the rcn.conf tag

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent decb2eb439
commit 16e95cd0f5

@ -704,7 +704,6 @@ finish_installing_device () {
cp /usr/bin/finish-install.sh /target/usr/bin/finish-install.sh
chmod a+x /target/usr/bin/finish-install.sh
if [ -f /etc/rcn.conf ]; then
mkdir -p /target/boot/uboot || true
#Some devices may have mmc cards in both slots...
@ -738,8 +737,6 @@ finish_installing_device () {
cp -rf /lib/firmware/ /target/lib/ || true
fi
rm -f /etc/rcn.conf
mount -o bind /sys /target/sys
#Needed by finish-install.sh to determine root file system location
@ -762,7 +759,6 @@ finish_installing_device () {
umount /target/sys
sync
umount /target/boot/uboot
fi
rm -rf /target/usr/bin/finish-install.sh || true
@ -870,8 +866,6 @@ generate_soc () {
initrd_device_settings () {
echo "NetInstall: Adding Device Tweaks"
#FIXME: shouldn't be needed to run once anymore...
touch ${TEMPDIR}/initrd-tree/etc/rcn.conf
#work around for the kevent smsc95xx issue
touch ${TEMPDIR}/initrd-tree/etc/sysctl.conf

Loading…
Cancel
Save