Unslung 4.18-alpha: now running without switchbox
authorRod Whitby <rod@whitby.id.au>
Wed, 4 May 2005 12:09:03 +0000 (12:09 +0000)
committerRod Whitby <rod@whitby.id.au>
Wed, 4 May 2005 12:09:03 +0000 (12:09 +0000)
BKrev: 4278bb5fgw8W74MnkfcovqUL3rBOvQ

packages/nslu2-binary-only/unslung-rootfs-2.3r25/linuxrc
packages/nslu2-binary-only/unslung-rootfs-2.3r25/rc-diversion.patch
packages/nslu2-binary-only/unslung-rootfs_2.3r25.bb

index 0ec7638..486e679 100644 (file)
@@ -121,9 +121,7 @@ if [ -n "$mounted" ] ; then
 
     cd $mounted
 
-    if [ -x ./linuxrc -o -L ./linuxrc ] ; then
-       runboot=/linuxrc
-    elif [ -x ./sbin/init -o -L ./sbin/init ] ; then
+    if [ -x ./sbin/init -o -L ./sbin/init ] ; then
        runboot=/sbin/init
     elif [ -x ./bin/init -o -L ./bin/init ] ; then
        runboot=/bin/init
index 02b67aa..5439637 100644 (file)
@@ -15,7 +15,7 @@
 +fi
 +
 +if ( [ -f /.sda1root ] || [ -f /.sdb1root ] || [ -f /.sda2root ] || [ -f /.sdb2root ] ) ; then
-+   echo "Root filesystem is running a external disk ..."
++   echo "Root filesystem is running from an external disk ..."
 +   ( cd /home/httpd/html/Management ; cp upgrade-maint.htm upgrade.htm )
 +fi
 +
index f792094..5c37284 100644 (file)
@@ -1,8 +1,8 @@
 SECTION = "base"
 
-PR = "r61"
+PR = "r62"
 
-UNSLUNG_VERSION = "4.17-alpha"
+UNSLUNG_VERSION = "4.18-alpha"
 
 DEPENDS = "nslu2-linksys-libs"