summaryrefslogtreecommitdiffstats
path: root/root/bin/firstboot
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-21 03:13:56 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-07-21 03:13:56 +0000
commiteaf97a931e11636239f2654bea2dc956dfa427ff (patch)
treeeefeff1b48aef1a05db0337a49593c3baa999386 /root/bin/firstboot
parent592046f0d75431b20ad38f01fe4f27f06abb797d (diff)
Hacks to run firstboot automatically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/bin/firstboot')
-rwxr-xr-xroot/bin/firstboot16
1 files changed, 12 insertions, 4 deletions
diff --git a/root/bin/firstboot b/root/bin/firstboot
index b484e1a81..637f68896 100755
--- a/root/bin/firstboot
+++ b/root/bin/firstboot
@@ -3,18 +3,26 @@
exec 2>/dev/null
-umount /jffs
-if [ -z "$(mount | grep jffs2)" ]; then
+[ -f "/tmp/.firstboot" ] && {
+ echo "firstboot is already running"
+ return
+}
+touch /tmp/.firstboot
+
+jdev=$(mount | awk '/jffs2/ {print $3}')
+
+if [ -z "$jdev" ]; then
mtd erase OpenWrt
mount -t jffs2 /dev/mtdblock/4 /jffs
- mount /dev/mtdblock/2 /rom -o ro
cd /jffs
else
echo "firstboot has already been run"
echo "fixing symlinks instead"
- cd /
+ cd $jdev
fi
+mount /dev/mtdblock/2 /rom -o ro
+
{
cd /rom
find . -type d