changeset 1771:317e0a1e895d draft

Missed some instances of ash/hush switching.
author Rob Landley <rob@landley.net>
date Mon, 15 Jun 2015 05:55:51 -0500
parents b6916761867a
children cd90d547dba8
files sources/root-filesystem/sbin/init.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/root-filesystem/sbin/init.sh	Sat Jun 13 06:01:23 2015 -0500
+++ b/sources/root-filesystem/sbin/init.sh	Mon Jun 15 05:55:51 2015 -0500
@@ -45,7 +45,7 @@
   # Call overlay/init if available
   [ -e /usr/overlay/init ] && . /usr/overlay/init
 
-  [ -z "$HANDOFF" ] && echo Type exit when done. && HANDOFF=/bin/ash
+  [ -z "$HANDOFF" ] && echo Type exit when done. && HANDOFF=/bin/hush
   [ -z "$CONSOLE" ] && CONSOLE=console
   exec /sbin/oneit -c /dev/"$CONSOLE" "$HANDOFF"
 
@@ -60,7 +60,7 @@
   # Switch to a shell with command history.
 
   echo Type exit when done.
-  /bin/ash
+  /bin/hush
   cd /
   umount ./dev/pts
   umount ./dev