diff options
Diffstat (limited to 'tools/XBMCLive/Creator/platforms/i386-jaunty-xbmc/fsets/base.fset')
-rw-r--r-- | tools/XBMCLive/Creator/platforms/i386-jaunty-xbmc/fsets/base.fset | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/XBMCLive/Creator/platforms/i386-jaunty-xbmc/fsets/base.fset b/tools/XBMCLive/Creator/platforms/i386-jaunty-xbmc/fsets/base.fset new file mode 100644 index 0000000000..4c822934d4 --- /dev/null +++ b/tools/XBMCLive/Creator/platforms/i386-jaunty-xbmc/fsets/base.fset @@ -0,0 +1,25 @@ +[Core] +DESC=Fundamental fset that provide a basic console based system +PKGS=ubuntu-minimal usplash-theme-ubuntu pm-utils vbetool busybox-initramfs initramfs-tools dosfstools psmisc +DEPS= + +[i386-Image-Generic] +DESC=Packages needed for the i386 platform (Generic) +PKGS=linux-image +DEPS=core + +#[i386-Image] +#DESC=Packages needed for the i386 platform (i386) +#PKGS=linux-image-386 +#DEPS=core + +[Generic-X11] +DESC=Minimal X11 packages set +PKGS=xorg fluxbox +DEPS= + +[RemoteAccess] +DESC=Install SSH +PKGS=openssh-server + + |