Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46022 - livecd's need mdadm and an alias pico="nano"
Summary: livecd's need mdadm and an alias pico="nano"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 12:54 UTC by Brian Jackson (RETIRED)
Modified: 2004-03-30 17:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Jackson (RETIRED) gentoo-dev 2004-03-28 12:54:28 UTC
The summary says it all.
mdadm needs to be added to the livecd spec files
and a line needs to be added to the livecd /etc/profile:
alias pico="nano"

Mdadm is _the_ tool for setting up software raid in Linux. It is the only one maintained by the official kernel md maintainer.
The pico alias would make people who are used to the pico editor feel more at home or something.
Comment 1 Bob Johnson (RETIRED) gentoo-dev 2004-03-28 13:37:16 UTC
old aliases:

alias cp='cp -i'
alias ls='ls --color'
alias mv='mv -i'
alias pico='nano -w'
alias rm='rm -i'
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-30 17:39:54 UTC
mdadm is already on the livecd templates for 2004.1, and i commited the necessary changes for the aliases to catalyst cvs