From b933fd5197e8272a411b094ea183d2eb9a12d630 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 12 Jan 2012 21:12:53 -0300 Subject: Update PS1 ramfs -> rootfs This is cosmetic change, but using rootfs is more correct than ramfs. [Rootfs is a special instance of ramfs or tmpfs, if that is enabled] Signed-off-by: Gerardo Exequiel Pozzi --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_functions b/init_functions index 787b925..9611c27 100644 --- a/init_functions +++ b/init_functions @@ -26,7 +26,7 @@ poll_device() { } launch_interactive_shell() { - export PS1='[ramfs \W]\$ ' + export PS1='[rootfs \W]\$ ' [ "$1" = "--exec" ] && exec sh -i sh -i } -- cgit v1.2.3-24-g4f1b