-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 31-05-10 11:55, Antonio Ospite wrote: > 'l' is a must have along with 'll'. > > Signed-off-by: Antonio Ospite <[email protected]> > --- > recipes/images/fso-image.inc | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc > index cc626f3..704d267 100644 > --- a/recipes/images/fso-image.inc > +++ b/recipes/images/fso-image.inc > @@ -110,6 +110,7 @@ fso_rootfs_postprocess() { > echo "alias fso='cd /local/pkg/fso'" >>./etc/profile > echo "alias ipkg='opkg'" >>./etc/profile > echo "alias vim=vi" >>./etc/profile > + echo "alias l='ls -l'" >>./etc/profile > echo "alias ll='ls -al'" >>./etc/profile > # nfs > mkdir -p ./local/pkg
And what happens if you opkg upgrade base-files? You suddenly lost all your tweaks to /etc/profile. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMA5tCMkyGM64RGpERAvTLAKCoiQEUoCu0JGj/uOrp7iyRxAMj6ACglhn0 PHnpQdgGf53SuA5JG1DDIiw= =ZVr0 -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
