From 7504fd6be397ac154ecd61ffab7b9fbafddc4a0c Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Fri, 29 Jan 2010 19:56:50 +0100 Subject: Nicer shell prompt in the break/emergency shell --- init_functions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init_functions') diff --git a/init_functions b/init_functions index 968258a..2692a2a 100644 --- a/init_functions +++ b/init_functions @@ -21,3 +21,7 @@ poll_device() { done [ -b "${device}" -o -h "${device}" ] } + +launch_interactive_shell() { + PS1='[ramfs \W]\$ ' /bin/sh -i +} -- cgit v1.2.3-24-g4f1b