summaryrefslogtreecommitdiff
path: root/lists
diff options
context:
space:
mode:
Diffstat (limited to 'lists')
-rw-r--r--lists/debian-forensics48
-rw-r--r--lists/debian-junior11
-rw-r--r--lists/debian-live-devel34
-rw-r--r--lists/debian-live-pxe-server14
-rw-r--r--lists/debian-science12
-rw-r--r--lists/gnome14
-rw-r--r--lists/gnome-core9
-rw-r--r--lists/gnome-full7
-rw-r--r--lists/gnome-junior7
-rw-r--r--lists/gnustep24
-rw-r--r--lists/kde8
-rw-r--r--lists/kde-core8
-rw-r--r--lists/kde-extra6
-rw-r--r--lists/kde-full7
-rw-r--r--lists/kde-junior7
-rw-r--r--lists/lxde9
-rw-r--r--lists/minimal16
-rw-r--r--lists/rescue309
-rw-r--r--lists/standard8
-rw-r--r--lists/standard-x118
-rw-r--r--lists/studio102
-rw-r--r--lists/studio-gnome5
-rw-r--r--lists/studio-kde5
-rw-r--r--lists/studio-xfce5
-rw-r--r--lists/xfce8
-rw-r--r--lists/xfce-junior7
26 files changed, 698 insertions, 0 deletions
diff --git a/lists/debian-forensics b/lists/debian-forensics
new file mode 100644
index 000000000..27a3a2b9a
--- /dev/null
+++ b/lists/debian-forensics
@@ -0,0 +1,48 @@
+# /usr/share/live/build/lists/debian-forensics - package list for live-build(7)
+
+## LH: Debian Forensics
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=forensics-devel@lists.alioth.debian.org
+
+## Packages available as of lenny
+
+#if ARCHITECTURE amd64 i386
+ext3grep
+galleta
+gpart
+#endif
+
+grokevt
+memdump
+missidentify
+myrescue
+pasco
+reglookup
+scrounge-ntfs
+sleuthkit
+ssdeep
+tableau-parm
+tct
+unhide
+wipe
+
+## Packages available as of squeeze
+
+aesfix
+aeskeyfind
+afflib-tools
+chaosreader
+ed2k-hash
+guymager
+ewf-tools
+libguytools1
+libphash0
+md5deep
+nasty
+pipebench
+recoverdm
+rifiuti
+rifiuti2
+safecopy
+shed
diff --git a/lists/debian-junior b/lists/debian-junior
new file mode 100644
index 000000000..b5bf5d74b
--- /dev/null
+++ b/lists/debian-junior
@@ -0,0 +1,11 @@
+# /usr/share/live/build/lists/debian-junior - package list for live-build(7)
+
+## LH: Debian Junior
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-jr@lists.debian.org
+
+junior-sound junior-typing junior-internet junior-toys junior-games-net
+junior-games-sim junior-games-gl junior-puzzle junior-arcade junior-math
+junior-writing junior-games-card junior-programming junior-system junior-art
+junior-doc junior-games-text
diff --git a/lists/debian-live-devel b/lists/debian-live-devel
new file mode 100644
index 000000000..4e963b0e1
--- /dev/null
+++ b/lists/debian-live-devel
@@ -0,0 +1,34 @@
+# /usr/share/live/build/lists/debian-live - package list for live-build(7)
+
+## LH: Debian Live
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-live@lists.debian.org
+
+# debian-live
+live-build
+git
+grub-pc grub-legacy
+
+debootstrap cdebootstrap
+syslinux
+memtest86+ memtest86
+dosfstools genisoimage mtools parted squashfs-tools genext2fs mtd-tools
+fakeroot fakechroot sudo
+
+# kernel
+aufs-tools
+qemu kqemu-source
+kvm kvm-source
+squashfs-tools
+#linux-headers-2.6-all
+
+# some other stuff
+vim less screen gnupg dash posh
+
+# build
+build-essential debhelper dh-make lintian fakeroot devscripts wdiff
+autotools-dev dpatch module-assistant quilt
+
+# bootchart
+acct bootchart
diff --git a/lists/debian-live-pxe-server b/lists/debian-live-pxe-server
new file mode 100644
index 000000000..586f38c8c
--- /dev/null
+++ b/lists/debian-live-pxe-server
@@ -0,0 +1,14 @@
+# /usr/share/live/build/lists/debian-live-pxe-server - package list for live-build(7)
+
+## LH: Debian Live
+#include <standard>
+
+bind9
+
+isc-dhcp-server
+nfs-kernel-server
+syslinux-common
+tftpd-hpa
+
+debian-installer-netboot-amd64
+debian-installer-netboot-i386
diff --git a/lists/debian-science b/lists/debian-science
new file mode 100644
index 000000000..d9da39d60
--- /dev/null
+++ b/lists/debian-science
@@ -0,0 +1,12 @@
+# /usr/share/live/build/lists/debian-science - package list for live-build(7)
+
+## LH: Debian Science
+#include <standard>
+
+# http://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
+
+science-astronomy science-biology science-chemistry
+science-electronics science-engineering science-geography
+science-linguistics science-mathematics science-mathematics-dev
+science-physics science-robotics science-statistics science-typesetting
+science-viewing
diff --git a/lists/gnome b/lists/gnome
new file mode 100644
index 000000000..98b324fac
--- /dev/null
+++ b/lists/gnome
@@ -0,0 +1,14 @@
+# /usr/share/live/build/lists/gnome - package list for live-build(7)
+
+## LH: GNOME Desktop
+#include <gnome-core>
+
+gnome-desktop-environment gnome-screensaver gnome-themes-extras
+#if MODE debian
+system-config-printer
+#endif
+#if MODE ubuntu
+system-config-printer-gnome
+#endif
+
+rhythmbox synaptic
diff --git a/lists/gnome-core b/lists/gnome-core
new file mode 100644
index 000000000..525f4e219
--- /dev/null
+++ b/lists/gnome-core
@@ -0,0 +1,9 @@
+# /usr/share/live/build/lists/gnome-core - package list for live-build(7)
+
+## LH: GNOME Core
+#include <standard-x11>
+
+gnome-core
+gdm3
+desktop-base
+gnome-themes
diff --git a/lists/gnome-full b/lists/gnome-full
new file mode 100644
index 000000000..1f4c6d7e1
--- /dev/null
+++ b/lists/gnome-full
@@ -0,0 +1,7 @@
+# /usr/share/live/build/lists/gnome-full - package list for live-build(7)
+
+## LH: GNOME full
+#include <gnome>
+
+gnome
+gdm3
diff --git a/lists/gnome-junior b/lists/gnome-junior
new file mode 100644
index 000000000..f5d4ef994
--- /dev/null
+++ b/lists/gnome-junior
@@ -0,0 +1,7 @@
+# /usr/share/live/build/lists/gnome-junior - package list for live-build(7)
+
+## LH: Debian Junior (Gnome)
+#include <gnome>
+#include <debian-junior>
+
+junior-gnome
diff --git a/lists/gnustep b/lists/gnustep
new file mode 100644
index 000000000..3fc0ad5aa
--- /dev/null
+++ b/lists/gnustep
@@ -0,0 +1,24 @@
+# /usr/share/live/build/lists/gnustep - package list for live-build(7)
+
+## LH: GNUstep desktop
+#include <standard-x11>
+
+wdm
+
+gnustep gnumail.app talksoup.app viewpdf.app wmaker gnustep-icons
+gnustep-examples gnumail-doc aclock.app biococoa.app timemon.app cenon.app wmnd
+bubblefishymon wmmixer wmpinboard gworkspace.app clipbook.app poe.app
+plopfolio.app mpdcon.app lusernet.app helpviewer.app gnuwash.app easydiff.app
+displaycalibrator.app cynthiune.app agenda.app stepulator.app edenmath.app
+price.app volumecontrol.app latex.service wildmenus.bundle innerspace.app
+
+gnustep-core
+
+gnustep-core-devel gnustep-base-examples
+
+gnustep-core-doc gnustep-tutorial-html gnustep-tutorial-pdf
+
+gnustep-games gridlock.app
+
+gnustep-devel librenaissance0-dev steptalk libpantomime1-dev
+popplerkit.framework gnustep-netclasses
diff --git a/lists/kde b/lists/kde
new file mode 100644
index 000000000..3778e7844
--- /dev/null
+++ b/lists/kde
@@ -0,0 +1,8 @@
+# /usr/share/live/build/lists/kde - package list for live-build(7)
+
+## LH: KDE
+#include <kde-core>
+
+kde-standard
+kdm
+desktop-base
diff --git a/lists/kde-core b/lists/kde-core
new file mode 100644
index 000000000..68d07df23
--- /dev/null
+++ b/lists/kde-core
@@ -0,0 +1,8 @@
+# /usr/share/live/build/lists/kde-core - package list for live-build(7)
+
+## LH: KDE Core
+#include <standard-x11>
+
+kde-plasma-desktop
+kdm
+desktop-base
diff --git a/lists/kde-extra b/lists/kde-extra
new file mode 100644
index 000000000..a64d1db68
--- /dev/null
+++ b/lists/kde-extra
@@ -0,0 +1,6 @@
+# /usr/share/live/build/lists/kde-extra - package list for live-build(7)
+
+## LH: KDE Extra
+#include <kde-full>
+
+kde-extras
diff --git a/lists/kde-full b/lists/kde-full
new file mode 100644
index 000000000..fb44f195f
--- /dev/null
+++ b/lists/kde-full
@@ -0,0 +1,7 @@
+# /usr/share/live/build/lists/kde-full - package list for live-build(7)
+
+## LH: KDE Full
+#include <kde>
+
+koffice
+kde-full
diff --git a/lists/kde-junior b/lists/kde-junior
new file mode 100644
index 000000000..0f79744c7
--- /dev/null
+++ b/lists/kde-junior
@@ -0,0 +1,7 @@
+# /usr/share/live/build/lists/kde-junior - package list for live-build(7)
+
+## LH: KDE Junior
+#include <kde>
+#include <debian-junior>
+
+junior-kde
diff --git a/lists/lxde b/lists/lxde
new file mode 100644
index 000000000..9d983ce71
--- /dev/null
+++ b/lists/lxde
@@ -0,0 +1,9 @@
+# /usr/share/live/build/lists/lxde - package list for live-build(7)
+
+## LH: LXDE
+#include <standard-x11>
+
+lxde
+gdm
+network-manager-gnome
+desktop-base
diff --git a/lists/minimal b/lists/minimal
new file mode 100644
index 000000000..b3c9eea08
--- /dev/null
+++ b/lists/minimal
@@ -0,0 +1,16 @@
+# /usr/share/live/build/lists/minimal - package list for live-build(7)
+
+# Warning: if you only use this list directly, not inherited through e.g.
+# standard, then live-build also triggers the minimal hook and some other
+# things to make the image smaller. This can lead to breakages at any time,
+# don't use it if you're not willing/capable of fixing any arising issues.
+
+## LH: Minimal
+
+eject file user-setup sudo
+
+#if MODE ubuntu
+gnupg
+#endif
+
+live-config
diff --git a/lists/rescue b/lists/rescue
new file mode 100644
index 000000000..ccb4f0ccd
--- /dev/null
+++ b/lists/rescue
@@ -0,0 +1,309 @@
+# /usr/share/live/build/lists/rescue - package list for live-build(7)
+
+## LH: Rescue
+#include <standard>
+
+# Debian Forensics
+#include <debian-forensics>
+
+# Other forensic packages
+scalpel
+
+# Bootloaders
+syslinux-common
+#if ARCHITECTURE amd64 i386
+grub lilo mbr syslinux
+#endif
+#if ARCHITECTURE hppa
+palo
+#endif
+
+# System
+gnupg dash discover gawk htop less lsof ltrace psmisc screen strace units
+#if ARCHITECTURE i386
+pstack
+#endif
+tcsh
+vlock
+mailutils
+moreutils
+
+# Editors
+aview mc nano-tiny mg vim wdiff hexedit nvi tweak
+
+# Harddisk
+dvd+rw-tools genisoimage sdparm hdparm blktool parted partimage secure-delete scsitools smartmontools testdisk wodim wipe hddtemp bonnie++
+par2 dvd+rw-tools
+
+# for /usr/bin/summer:
+chiark-utils-bin
+
+# System
+#if ARCHITECTURE amd64 i386
+dmidecode mcelog cpuburn
+#endif
+lshw pciutils procinfo usbutils
+sysstat stress
+
+#if ARCHITECTURE i386 powerpc
+read-edid
+#endif
+
+# Browser
+lynx links2 w3m
+
+# Compression
+arj bzip2 lzma p7zip-full unace unrar-free unzip zip lzop ncompress
+unace pax
+
+#if ARCHIVE_AREAS non-free
+rar unrar
+sl-modem-daemon
+atmel-firmware linux-wlan-ng-firmware firmware-ralink bluez-firmware
+libertas-firmware firmware-iwlwifi zd1211-firmware
+firmware-qlogic firmware-bnx2
+#endif
+
+# These two are from contrib but the idea is the same: non-free firmware.
+#if ARCHIVE_AREAS contrib
+b43-fwcutter
+#endif
+
+# Backup
+dar gddrescue dump ddrescue
+mt-st
+afio dar duplicity tob
+
+# File comparison
+rdiff rdiff-backup rsnapshot
+colordiff
+
+# General
+chrootuid
+cpio
+cryptcat
+directvnc
+etherwake
+ftp
+ifenslave-2.6
+ifrename
+ethtool
+ipcalc
+mii-diag
+minicom
+gkermit
+netcat
+netcat6
+netmask
+openssl
+openvpn
+strongswan
+sipcalc
+socat
+ssh
+telnet-ssl
+whois
+irssi
+debootstrap
+cdebootstrap
+rinse
+pv
+manpages
+
+acl
+symlinks
+
+# for hexdump if nothing else:
+bsdmainutils
+
+# Firewalling
+denyhosts
+fail2ban
+iptables
+knockd
+portsentry
+vlan
+
+# Essential networking
+netbase
+rdate
+ntpdate
+dhcp3-client
+ppp
+pppconfig
+pppoe
+pppoeconf
+atm-tools
+#ipppd
+
+# Bridging
+bridge-utils
+ebtables
+parprouted
+
+# Special hardware
+br2684ctl
+
+# Routing
+cutter
+iproute
+iproute-doc
+iputils-tracepath
+mrt
+mtr-tiny
+tcptraceroute
+traceroute
+spinner
+
+# Monitoring
+arpalert
+arpwatch
+atsar
+bmon
+ethstatus
+ettercap
+geoip-bin
+hp-search-mac
+icmpinfo
+ifstat
+iftop
+ipgrab
+iptstate
+iptraf
+lft
+nast
+nbtscan
+netdiscover
+nload
+nsca
+nstreams
+ntop
+saidar
+samhain
+scanssh
+sntop
+ssldump
+tcpdump
+tcpreen
+tcpreplay
+tshark
+
+# Testing
+crashme
+dbench
+doscan
+dsniff
+honeyd
+hping3
+icmpush
+macchanger
+medusa
+netdiag
+netpipe-tcp
+nmap
+ndisc6
+ngrep
+p0f
+packit
+python-scapy
+xprobe
+
+# Log Analysers
+fwanalog
+fwlogwatch
+lwatch
+multitail
+
+# Net Analysers
+httping
+arping
+dnstracer
+netselect
+dnsutils
+adns-tools
+fping
+
+# FS tools
+reiserfsprogs
+squashfs-tools
+sshfs
+sysfsutils
+udftools
+xfsdump
+xfsprogs
+btrfs-tools
+cryptsetup
+dmraid
+e2fsprogs
+fuse-utils
+hfsplus
+hfsutils
+jfsutils
+lde
+lsscsi
+lvm2
+mdadm
+mtools
+nilfs2-tools
+ntfs-3g
+ntfsprogs
+reiser4progs
+dmsetup
+
+# Forensics
+foremost
+magicrescue
+sleuthkit
+
+# Tools for managing M$ and its ilk
+dosfstools mscompress chntpw pptpd pptp-linux
+
+# unsorted
+#if ARCHITECTURE amd64 i386
+cpuid x86info
+#endif
+hwinfo
+tofrodos rpncalc
+hal
+dc
+bc
+rlwrap
+chkrootkit
+
+rkhunter
+clamav
+clamav-data
+smbclient
+nfs-common
+wireless-tools
+
+aide
+tripwire
+sleuthkit
+autopsy
+pwgen
+
+rsync
+ncftp
+rpm
+curl
+wget
+lftp
+net-tools
+
+expect
+gpm
+
+# Network servers:
+thttpd
+dhcp3-server
+hostap-utils
+hostapd
+
+# Flab
+emacs23-nox
+build-essential gdb gfortran gnat
+
+#if ARCHITECTURE i386
+bin86
+#endif
diff --git a/lists/standard b/lists/standard
new file mode 100644
index 000000000..4dd8a7a6a
--- /dev/null
+++ b/lists/standard
@@ -0,0 +1,8 @@
+# /usr/share/live/build/lists/standard - package list for live-build(7)
+
+## LH: Standard
+#include <minimal>
+
+console-setup console-common kbd
+
+locales
diff --git a/lists/standard-x11 b/lists/standard-x11
new file mode 100644
index 000000000..bddc0068f
--- /dev/null
+++ b/lists/standard-x11
@@ -0,0 +1,8 @@
+# /usr/share/live/build/lists/standard-x11 - package list for live-build(7)
+
+## LH: Standard X11
+#include <standard>
+
+xorg xresprobe menu
+alsa-base alsa-utils
+keyboard-configuration
diff --git a/lists/studio b/lists/studio
new file mode 100644
index 000000000..d6251f980
--- /dev/null
+++ b/lists/studio
@@ -0,0 +1,102 @@
+# /usr/share/live/build/lists/studio - package list for live-build(7)
+
+## LH: Music Studio base
+# packagelist inspired from the A/DeMuDi one.
+#
+# You don't want to use that list as a standalone list. Instead use
+# studio-* desktop variants.
+
+alsa-tools
+alsa-tools-gui
+ams
+amsynth
+artsbuilder
+arts
+audacity
+aumix-gtk
+beast
+aterm
+bristol
+cdparanoia
+ceres3
+cheesetracker
+cmt
+cplay
+creox
+freewheeling
+ladspa-sdk
+lakai
+mcp-plugins
+mhwaveedit
+mikmod
+moosic
+mp3burn
+mp3info
+mpg321
+muse
+musiclibrarian
+noteedit
+nyquist
+openjade
+openssh
+pd-externals
+pd-zexy
+pmidi
+puredata
+pytone
+qjackctl
+qsynth
+realtime-lsm
+recode
+rev-plugins
+rezound
+ripperx
+rosegarden
+seq24
+sfftw2
+sfront
+solfege
+somaplayer
+songwrite
+soundtracker
+sox
+specimen
+spiralsynthmodular
+supercollider
+supercollider-doc
+swami
+sweep
+swh-plugins
+tap-plugins
+terminatorx
+timidity
+timemachine
+timidity-el
+timidity-interfaces-extra
+unison
+vkeybd
+vorbis-tools
+wavbreaker
+wavesurfer
+xmms
+xmms-bumpscope
+xmms-cdread
+xmms-crossfade
+xmms-flac
+xmms-fmradio
+xmms-goodnight
+xmms-iris
+xmms-jack
+xmms-jess
+xmms-ladspa
+xmms-lirc
+xmms-mad
+xmms-modplug
+xmms-msa
+xmms-osd-plugin
+xmms-qbble
+xmms-shell
+xmms-status-plugin
+xmms-synaesthesia
+xmms-volnorm
+zynaddsubfx
diff --git a/lists/studio-gnome b/lists/studio-gnome
new file mode 100644
index 000000000..0dc76b1e0
--- /dev/null
+++ b/lists/studio-gnome
@@ -0,0 +1,5 @@
+# /usr/share/live/build/lists/studio-gnome - package list for live-build(7)
+
+## LH: Music Studio (Gnome)
+#include <gnome>
+#include <studio>
diff --git a/lists/studio-kde b/lists/studio-kde
new file mode 100644
index 000000000..537407643
--- /dev/null
+++ b/lists/studio-kde
@@ -0,0 +1,5 @@
+# /usr/share/live/build/lists/studio-kde - package list for live-build(7)
+
+## LH: Music Studio (KDE)
+#include <kde>
+#include <studio>
diff --git a/lists/studio-xfce b/lists/studio-xfce
new file mode 100644
index 000000000..c6005fb2c
--- /dev/null
+++ b/lists/studio-xfce
@@ -0,0 +1,5 @@
+# /usr/share/live/build/lists/studio-xfce - package list for live-build(7)
+
+## LH: Music Studio (Xfce)
+#include <xfce>
+#include <studio>
diff --git a/lists/xfce b/lists/xfce
new file mode 100644
index 000000000..77b807bd3
--- /dev/null
+++ b/lists/xfce
@@ -0,0 +1,8 @@
+# /usr/share/live/build/lists/xfce - package list for live-build(7)
+
+## LH: Xfce
+#include <standard-x11>
+
+xfce4
+gdm3
+desktop-base
diff --git a/lists/xfce-junior b/lists/xfce-junior
new file mode 100644
index 000000000..e2bf43a55
--- /dev/null
+++ b/lists/xfce-junior
@@ -0,0 +1,7 @@
+# /usr/share/live/build/lists/xfce-junior - package list for live-build(7)
+
+## LH: Xfce Debian Junior
+#include <xfce>
+#include <debian-junior>
+
+junior-kde junior-gnome