[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 6d5498b3fdb5df6d009c56989865c41ee1c31fee

Steffen Moeller moeller at debian.org
Thu Mar 12 22:25:33 UTC 2009


The following commit has been merged in the master branch:
commit cd192e71992423318f6df980c2e07b4e958cca39
Author: Steffen Moeller <moeller at debian.org>
Date:   Thu Mar 12 23:01:29 2009 +0100

    Introduced task "NET" for networking utils
    
    I had felt that individuals who just prepred the installation
    and want to test the GPRS or Wifi setup, do lack a few utilities
    that one commonly uses to investigate. ping and host came to mind.
    It may be cumbersome to install these packages later, since these
    are used to get the network up in the first place.

diff --git a/install.sh b/install.sh
index 3068d26..d28dfa7 100755
--- a/install.sh
+++ b/install.sh
@@ -94,10 +94,11 @@ FSO_PACKAGES="nodm matchbox-window-manager zhone fso-frameworkd fso-gpsd openmok
 xserver-xorg-video-fbdev xserver-xorg-input-tslib xterm xinit xfonts-base x11-xserver-utils \
 xserver-xorg-input-all- xserver-xorg-input-synaptics- xserver-xorg-input-wacom- xserver-xorg-video-all- xserver-xorg-video-v4l- xserver-xorg-video-voodoo- xserver-xorg-video-vga- xserver-xorg-video-vesa- xserver-xorg-video-tseng- xserver-xorg-video-trident- xserver-xorg-video-tga- xserver-xorg-video-tdfx- xserver-xorg-video-sisusb- xserver-xorg-video-sis- xserver-xorg-video-siliconmotion- xserver-xorg-video-savage- xserver-xorg-video-s3virge- xserver-xorg-video-s3- xserver-xorg-video-rendition- xserver-xorg-video-radeonhd- xserver-xorg-video-nv- xserver-xorg-video-nsc- xserver-xorg-video-neomagic- xserver-xorg-video-mga- xserver-xorg-video-imstt- xserver-xorg-video-i740- xserver-xorg-video-i128- xserver-xorg-video-glint- xserver-xorg-video-dummy- xserver-xorg-video-cyrix- xserver-xorg-video-chips- xserver-xorg-video-ati- xserver-xorg-video-radeon- xserver-xorg-video-mach64- xserver-xorg-video-r128- xserver-xorg-video-cirrus- xserver-xorg-video-ark- xserver-xorg-video-apm-"
 
-# Games sufficiently well suited for the FreeRunner
+# well-suited software for the FreeRunner
 PACKAGES_TASK_GAMES="mokomaze sgt-puzzles"
 PACKAGES_TASK_GPS="tangogps"
 PACKAGES_TASK_PHONE="zhone"
+PACKAGES_TASK_NET="inetutils-ping host"
 PACKAGES_TASK_WEB="midori"
 PACKAGES_TASK_WIFI="dhcp3-client wpasupplicant wireless-tools"
 
@@ -264,6 +265,8 @@ ENVIRONMENT
                        GPS    Software for GPS, geocaching and navigation
                               (only tangogps as a technical exercise for the
                               moment)
+                       NET    software that is beneficial to investigate
+                              the network setup (inetutils-ping, host)
                        PHONE  zhone (always selected)
                        WEB    midori
                        WIFI   wicd, wireless-tools, wpasupplicant, dhcp3-client

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list