diff --git a/scripts/lucid-tweaks.diff b/scripts/lucid-tweaks.diff index b79707a..e165979 100644 --- a/scripts/lucid-tweaks.diff +++ b/scripts/lucid-tweaks.diff @@ -28,13 +28,13 @@ index 61bc6ae..fea0a1b 100644 + + + if [ -e /etc/rcn.conf ]; then -+ mkdir -p /tmp/mmc -+ mount /dev/mmcblk0p1 /tmp/mmc ++ #mkdir -p /tmp/mmc ++ #mount /dev/mmcblk0p1 /tmp/mmc + #cp /tmp/mmc/boot.scr /tmp/mmc/netinstall.scr + #cp /tmp/mmc/normal.scr /tmp/mmc/boot.scr -+ rm -f /tmp/mmc/uInitrd.net -+ sync -+ umount /tmp/mmc ++ #rm -f /tmp/mmc/uInitrd.net ++ #sync ++ #umount /tmp/mmc + + mkdir -p /target/boot/uboot + echo "/dev/mmcblk0p1 /boot/uboot auto defaults 0 0" >> /target/etc/fstab diff --git a/scripts/maverick-tweaks.diff b/scripts/maverick-tweaks.diff index 3f6d117..7c3dcdb 100644 --- a/scripts/maverick-tweaks.diff +++ b/scripts/maverick-tweaks.diff @@ -28,13 +28,13 @@ index 61bc6ae..fea0a1b 100644 + + + if [ -e /etc/rcn.conf ]; then -+ mkdir -p /tmp/mmc -+ mount /dev/mmcblk0p1 /tmp/mmc ++ #mkdir -p /tmp/mmc ++ #mount /dev/mmcblk0p1 /tmp/mmc + #cp /tmp/mmc/boot.scr /tmp/mmc/netinstall.scr + #cp /tmp/mmc/normal.scr /tmp/mmc/boot.scr -+ rm -f /tmp/mmc/uInitrd.net -+ sync -+ umount /tmp/mmc ++ #rm -f /tmp/mmc/uInitrd.net ++ #sync ++ #umount /tmp/mmc + + mkdir -p /target/boot/uboot + echo "/dev/mmcblk0p1 /boot/uboot auto defaults 0 0" >> /target/etc/fstab diff --git a/scripts/squeeze-tweaks.diff b/scripts/squeeze-tweaks.diff index b059361..d3aa879 100644 --- a/scripts/squeeze-tweaks.diff +++ b/scripts/squeeze-tweaks.diff @@ -8,14 +8,14 @@ index 0000000..6d06fc7 +cp /etc/e2fsck.conf /target/etc/e2fsck.conf + +if [ -e /etc/rcn.conf ]; then -+ mkdir -p /tmp/mmc -+ mount /dev/mmcblk0p1 /tmp/mmc ++ #mkdir -p /tmp/mmc ++ #mount /dev/mmcblk0p1 /tmp/mmc + #rm -f /tmp/mmc/boot.scr /tmp/mmc/netinstall.scr + #cp /tmp/mmc/normal.scr /tmp/mmc/boot.scr -+ rm -f /tmp/mmc/uInitrd.net -+ sync -+ sync -+ umount /tmp/mmc ++ #rm -f /tmp/mmc/uInitrd.net ++ #sync ++ #sync ++ #umount /tmp/mmc + + mkdir -p /target/boot/uboot + echo "/dev/mmcblk0p1 /boot/uboot auto defaults 0 0" >> /target/etc/fstab