diff options
Diffstat (limited to 'ship')
| -rw-r--r-- | ship | 71 |
1 files changed, 71 insertions, 0 deletions
@@ -0,0 +1,71 @@ +== Kernel == + + * linux [amd64] # not i386 because top-level 'linux' is -generic-pae now + +== Server == + + * ssh + * nfs-kernel-server # need an NFS server + * ltsp-server-standalone [amd64 i386] # for LTSP-on-install + * ltsp-client [amd64 i386] # for LTSP-on-install + * ldm [amd64 i386] # seeded because its not a hard dependency of ltsp-client anymore + * ldm-xubuntu-theme [amd64 i386] # seeded to make it available for LTSP-on-install + +== Networking == + + * bsd-mailx + * vlan # userland tools to config 8021q support + +== Common UNIX stuff == + + * nfs-common # allows people to access NFS filesystems + # * vim # vim-tiny is in minimal; vim includes syntax highlighting, help files, etc. + +== Hardware & Network Access == + + * pptp-linux # client for Microsoft-compatible VPN's, needed for some ISPs + * eagle-usb-utils # needed for some ADSL modems + * bpalogin + + * libatm1 # suggested by ppp for PPP-over-ATM + * setserial # needed by folks with nonstandard serial ports + * b43-fwcutter + +== Common language packs == + + # must have + * Languages: en es xh pt + * language-pack-${Languages} + * language-pack-gnome-${Languages} + +# subset of English language support which we want by default: + * firefox-locale-en + * hunspell-en-us + * wamerican + +Enough room on amd64 armel i386, not enough on powerpc: +# * Languages: de fr bn hi zh-hans ja +# * language-pack-${Languages} [!powerpc] +# * language-pack-gnome-${Languages} [!powerpc] + +# * Languages: ar ru ja +# * language-pack-${Languages} [i386] +# * language-pack-gnome-${Languages} [i386] + +== Installer == + + * bootstrap-base + * grub # needed for dmraid et al + * oem-config-gtk + +== Transitional packages == + +== Germinate workarounds == + + * wamerican # iamerican Depends: ispell Recommends: wordlist, but wamerican isn't spotted in time so germinate arbitrarily picks miscfiles instead + +== Blacklist == + +libavcodec cannot be shipped on CDs (cf. Ubuntu technical board resolution 2007-01-02). + + * !libavcodec* |
