changeset 895:c1ab614da7b9

Change shell prompt in system image to start with ($HOST)
author Rob Landley <rob@landley.net>
date Thu, 19 Nov 2009 19:38:04 -0600
parents 343fb4f8ffda
children edc150001472
files sources/native/sbin/init.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/native/sbin/init.sh	Thu Nov 19 15:15:42 2009 -0600
+++ b/sources/native/sbin/init.sh	Thu Nov 19 19:38:04 2009 -0600
@@ -14,6 +14,8 @@
 # Make sure /proc is there
 mountpoint -q proc || mount -t proc proc proc
 
+export PS1='($HOST) \w \$ '
+
 # If we're running under qemu, do some more setup
 if [ $$ -eq 1 ]
 then