As far as I can tell, I have Debian GNU/Linux 5.0.4 "lenny" installed. Maybe from an older script?
I just did check:
sheevaplug-debian:~# apt-get install ntp
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ntp-doc
The following NEW packages will be installed:
ntp
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Which confirms that it hadn't been installed yet. In looking in the current RFS rebuild script available here:
http://plugcomputer.org/plugwiki/images/d/d7/Debian_rfs.tar.bz2I see that ntp is indeed slated for install:
# Install ntp.
PACKAGE_LIST=`echo ${PACKAGE_LIST} ntp`
Along with this:
cat >> $TARGET_DIR/etc/rc.local <<EOF
mount -a
date 080808082009
mkdir -p /var/cache/apt/archives/partial
/root/init_setup.sh
EOF
Other packages (obviously) missing from my RFS are lp/lpr[ng], wpasupplicant, there may be more.
Another oddity was in /etc/apt/sources.list:
deb http://10.82.108.51/kedars/sheevaplug_wifi/builds/packages/ binary/
Hmm.. an internal server. Anyways, I see no need to rebuild the RFS, as I have been tuning it to suit my needs.
No wireless, bluetooth, iptables, samba, avahi-daemon.
I've blacklisted visor, ipv6, btmrvl, btmrvl_sdio, bluetooth, libertas, and libertas_sdio.
sheevaplug-debian:~# lsmod
Module Size Used by
kl5kusb105 10174 0
usbserial 28876 1 kl5kusb105
I have installed cups, nfs-user-server, and build-essential
FWIW, Jim