diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-01-27 11:36:54 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-02-04 10:14:45 +0000 |
commit | 2ef5c1d4904ea0c93890179b8ce494684bb664f8 (patch) | |
tree | 57385175c38a3addd105cc990640903a1b1326fd /packages/images | |
parent | 94e393ba052ed49d7634c07d4190011a274ea0a4 (diff) |
fso-image: Fix ll alias
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/fso-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/fso-image.bb b/packages/images/fso-image.bb index a138dba60b..5d9cc5bdd8 100644 --- a/packages/images/fso-image.bb +++ b/packages/images/fso-image.bb @@ -113,7 +113,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 ll=ls -al" >>./etc/profile + echo "alias ll='ls -al'" >>./etc/profile # nfs mkdir -p ./local/pkg echo >>./etc/fstab |