diff options
Diffstat (limited to 'recipes-core/sysvinit/files/start_getty_open')
-rw-r--r-- | recipes-core/sysvinit/files/start_getty_open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/sysvinit/files/start_getty_open b/recipes-core/sysvinit/files/start_getty_open index 3afce00..3c2f2ef 100644 --- a/recipes-core/sysvinit/files/start_getty_open +++ b/recipes-core/sysvinit/files/start_getty_open @@ -2,5 +2,5 @@ # Open console for testing if [ -c /dev/$2 ] then - /sbin/getty -L $1 $2 xterm -n -l /bin/bash + PS1='bash# ' /sbin/getty -L $1 $2 xterm -n -l /bin/bash fi |