diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-01-13 01:12:53 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-01-13 01:20:41 +0100 |
commit | b933fd5197e8272a411b094ea183d2eb9a12d630 (patch) | |
tree | b1965a8af00377641cb096063a91db38a2053a9d | |
parent | e46aebfa38a4d521232fd35fc276a74b1ec2d7a5 (diff) | |
download | mkinitcpio-b933fd5197e8272a411b094ea183d2eb9a12d630.tar.gz mkinitcpio-b933fd5197e8272a411b094ea183d2eb9a12d630.tar.xz |
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 <vmlinuz386@yahoo.com.ar>
-rw-r--r-- | init_functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |