[oe] [PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

Antonio Ospite ospite at studenti.unina.it
Mon May 31 09:55:46 UTC 2010


'l' is a must have along with 'll'.

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
---
 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
-- 
1.7.1





More information about the Openembedded-devel mailing list