diff options
Diffstat (limited to 'packages/images/fso-image.bb')
-rw-r--r-- | packages/images/fso-image.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/images/fso-image.bb b/packages/images/fso-image.bb index 4ed41b5e8d..4e3bfee64e 100644 --- a/packages/images/fso-image.bb +++ b/packages/images/fso-image.bb @@ -3,7 +3,7 @@ #------------------------------------------------------ PV = "1.1" -PR = "r3" +PR = "r4" # no languages for now IMAGE_LINGUAS = "" @@ -80,11 +80,11 @@ ZHONE_INSTALL = "\ # additional apps APPS_INSTALL = "\ -# tichy \ + paroli \ gpe-gallery \ gpe-sketchbook \ gpe-filemanager \ - vagalume \ + ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'vagalume', d)} \ starling \ " @@ -112,6 +112,8 @@ fso_rootfs_postprocess() { echo "alias pico=nano" >>./etc/profile 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 # nfs mkdir -p ./local/pkg echo >>./etc/fstab |