[oe-commits] org.oe.dev Unslung: rootfs - increase disk-settling delay time in linuxrc, clarify text on some of

mwester commit openembedded-commits at lists.openembedded.org
Sat Dec 29 00:04:02 UTC 2007


Unslung: rootfs - increase disk-settling delay time in linuxrc, clarify text on some of
the web gui pages, update the NOTES with the latest changes.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: c5cded477e50008ec19edf14501d3ff4aa8c8b25
ViewMTN: http://monotone.openembedded.org/revision/info/c5cded477e50008ec19edf14501d3ff4aa8c8b25
Files:
1
packages/nslu2-binary-only/unslung-rootfs/NOTES
packages/nslu2-binary-only/unslung-rootfs/linuxrc
packages/nslu2-binary-only/unslung-rootfs/telnet.htm
packages/nslu2-binary-only/unslung-rootfs/upgrade.htm
packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb
Diffs:

#
# mt diff -rd29538b0eb5c9c4e87f14d64419ced1243b64bf3 -rc5cded477e50008ec19edf14501d3ff4aa8c8b25
#
# 
# 
# patch "packages/nslu2-binary-only/unslung-rootfs/NOTES"
#  from [d783bf97fb98b74363465fe6c2cd2404aeb6ad4d]
#    to [1018d616738e4db8f4052776eefe6e68335785d1]
# 
# patch "packages/nslu2-binary-only/unslung-rootfs/linuxrc"
#  from [a91a43654f2b27d43f82db17713e4bca7f5afaeb]
#    to [47421f2e5a494843477d12b09e808799839b43a2]
# 
# patch "packages/nslu2-binary-only/unslung-rootfs/telnet.htm"
#  from [465bfcd28b6a5b914df0ef3c27d25d10c8cec36d]
#    to [9ca9e5b66ed64b095a7fab600ac667b88e033f4b]
# 
# patch "packages/nslu2-binary-only/unslung-rootfs/upgrade.htm"
#  from [973e7e79befe5e02e1c21437fdf0491ccc04662e]
#    to [48d5a9fe6fc5a2f5c5c1cafc6f189ba963e0aee2]
# 
# patch "packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb"
#  from [8cdeaf94b445c5f3282e0cceb2456339d0f03b41]
#    to [0c53e48b8b8b088840f5c5db2e8f9204b7d0a0ac]
# 
============================================================
--- packages/nslu2-binary-only/unslung-rootfs/NOTES	d783bf97fb98b74363465fe6c2cd2404aeb6ad4d
+++ packages/nslu2-binary-only/unslung-rootfs/NOTES	1018d616738e4db8f4052776eefe6e68335785d1
@@ -553,3 +553,17 @@ obsolete and untested unsling utilities 
 
 Modified "unsling" script to use tar instead of find and cpio; removed
 obsolete and untested unsling utilities (eg: resling).
+
+Replace mkfs.ext3 with a script in order to fix an obscure formatting bug
+with the Linksys GUI.
+
+Increased the bootup delay from 5 seconds to 15 seconds in linuxrc;
+required by some large disks which require additional time to become ready.
+Touching "/.fastdisk" on the flash filesystem will revert to the original
+5 second delay, which is useful to retain reasonably boot times.
+
+Added the bootdisk mechanism: at initial boot time, partitions mounted
+on the HDD mountpoints are scanned for a special directory structure
+containing startup script, which are executed.  This facilitates easy
+customization of the boot for debugging purposes, or even automated
+installation and configuration processes.
============================================================
--- packages/nslu2-binary-only/unslung-rootfs/linuxrc	a91a43654f2b27d43f82db17713e4bca7f5afaeb
+++ packages/nslu2-binary-only/unslung-rootfs/linuxrc	47421f2e5a494843477d12b09e808799839b43a2
@@ -41,9 +41,13 @@ if ( ! [ -f /.nodisk ] ) ; then
     [ -e /.sdb1root -a -f /proc/hdd_sdb ] && cnt=0
     cnt=`expr $cnt - 1`
   done
-  echo
+  /bin/echo
 
-  /bin/sleep 5
+  if [ -e /.fastdisk ] ; then
+    /bin/sleep 5
+  else
+    /bin/sleep 15
+  fi
 
   mounted=
 
============================================================
--- packages/nslu2-binary-only/unslung-rootfs/telnet.htm	465bfcd28b6a5b914df0ef3c27d25d10c8cec36d
+++ packages/nslu2-binary-only/unslung-rootfs/telnet.htm	9ca9e5b66ed64b095a7fab600ac667b88e033f4b
@@ -22,7 +22,7 @@
     </CENTER>
     <HR>
     <P>NOTICE: The telnet service is inherently not secure.  Among other security concerns, the login id and passwords you enter will be sent in plaintext across the network.  In order to provide a slightly higher degree of security, the service will not be automatically restarted upon reboot.  However, if you do not intend to reboot soon, it is recommended that you use this page to disable the service as soon as it is no longer needed.</P>
-    <P>A better solution than telnet for network terminal access to the NSLU2 is to use an SSH package, such as "openssh" or "dropbear".  These packages are secure, and will not require any special steps to enable once installed.  Openssh can be installed using the standard "ipkg" mechanism: "ipkg install openssh".</P>
+    <P>A better solution than telnet for network terminal access to the NSLU2 is to use an SSH package, such as "openssh".  This package is secure, will remove the need to use a web browser to enable access, and is less prone to inadvertent disabling than telnet.  Openssh can be installed using the standard "ipkg" mechanism: "ipkg install openssh".  No additional configuration is required; the installer will perform all the necessary configuration to setup openssh as a telnet replacement.  <B>You are strongly encouraged to install openssh as soon as possible.</B></P>
     <HR>
     <CENTER>
       <P><A HREF="/index.cgi">Back</A></P>
============================================================
--- packages/nslu2-binary-only/unslung-rootfs/upgrade.htm	973e7e79befe5e02e1c21437fdf0491ccc04662e
+++ packages/nslu2-binary-only/unslung-rootfs/upgrade.htm	48d5a9fe6fc5a2f5c5c1cafc6f189ba963e0aee2
@@ -95,7 +95,12 @@ NOTE: You cannot use this upgrade page t
 	<tr>
 <td colspan="2" align="left" class="smsg">
 NOTE: You cannot use this upgrade page to install new firmware on Unslung. 
-You must use the Redboot mechanism in order to install new firmware instead.
+Instead, use the "reset button" method to enter upgrade mode, and use either
+the "sercomm" or the "upslug2" utility to perform the reflash operation. See
+<a href="http://www.nslu2-linux.org/wiki/HowTo/UseTheResetButtonToEnterUpgradeMode">
+"How To Use The Reset Button To Enter Upgrade Mode"</a>, and
+<a href="http://www.nslu2-linux.org/wiki/HowTo/RecoverFromABadFlash">
+"How To Recover From A Bad Flash"</a> if you need more information.
 </td>
 	</tr>
 	</table></div> </td>
============================================================
--- packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb	8cdeaf94b445c5f3282e0cceb2456339d0f03b41
+++ packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb	0c53e48b8b8b088840f5c5db2e8f9204b7d0a0ac
@@ -1,7 +1,7 @@ COMPATIBLE_MACHINE = "nslu2"
 SECTION = "base"
 COMPATIBLE_MACHINE = "nslu2"
 
-PR = "r19"
+PR = "r20"
 
 DEPENDS = "nslu2-linksys-libs nslu2-linksys-sambacodepages"
 






More information about the Openembedded-commits mailing list