blob: 46dba8251d951d9cb402bbf3d5e7c89310d7ff42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# /usr/share/live/build/lists/debian-live - package list for live-build(7)
## LB: Debian Live
#include <standard>
# http://qa.debian.org/developer.php?login=debian-live@lists.debian.org
# debian-live
live-build live-manual
aufs-tools dosfstools genisoimage parted squashfs-tools
syslinux syslinux-common memtest86+
# some other stuff
#if DISTRIBUTION lenny
qemu
#endif
#if DISTRIBUTION squeeze wheezy sid
bridge-utils lxc kvm
#endif
git-core gnupg less rsync screen sudo vim
# build
debootstrap cdebootstrap
#if DISTRIBUTION squeeze wheezy sid
multistrap
#endif
build-essential debhelper devscripts fakechroot fakeroot lintian wdiff
# bootchart
acct bootchart
|