[arch-projects] [PATCH] [mkinitcpio] Update PS1 ramfs -> rootfs

Dave Reisner d at falconindy.com
Thu Jan 12 19:20:12 EST 2012


On Thu, Jan 12, 2012 at 09:12:53PM -0300, Gerardo Exequiel Pozzi wrote:
> 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 at yahoo.com.ar>
> ---
>  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
>  }
> -- 
> 1.7.8.1
> 

Sounds good to me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/arch-projects/attachments/20120112/b53b45a8/attachment-0001.asc>


More information about the arch-projects mailing list