Add a ship seed

precise
Julien Lavergne 13 years ago
parent 1aa59239f1
commit 29f9138dda

@ -2,6 +2,7 @@ include platform.oneiric
feature no-follow-recommends
desktop: core
live: desktop
ship: boot installer desktop d-i-requirements
ship-live: boot live
core: standard
# make sure supported remains the last entry

73
ship

@ -0,0 +1,73 @@
== Kernel ==
* linux [amd64 i386]
== 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-ubuntu-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
* ndiswrapper-utils-1.9 [amd64 i386]
* ndisgtk
* linux-wlan-ng
* 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:
* aspell-en
* wamerican
Enough room on amd64 armel i386, not enough on powerpc:
* Languages: de fr bn hi zh-hans
* language-pack-${Languages} [!powerpc]
* language-pack-gnome-${Languages} [!powerpc]
* Languages: ar ru ja
* language-pack-${Languages} [i386]
* language-pack-gnome-${Languages} [i386]
== Installer ==
* grub # needed for dmraid et al
* oem-config-gtk
* uboot-mkimage [armel]
== 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*
Loading…
Cancel
Save