blob: 7776041dc4358d1a8fd33f96f3511b5219d7683f (
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
|
# /usr/share/live/build/lists/debian-live - package list for live-build(7)
#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
|