blob: 364378054403be39017712fbc7cebd843ac07ae4 (
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
33
34
35
36
37
38
39
40
41
42
|
# /usr/share/live-helper/lists/debian-live - package list for live-helper(7)
## LH: Debian Live
#include <standard>
# http://qa.debian.org/developer.php?login=debian-live@lists.debian.org
# debian-live
live-helper git-core
debootstrap cdebootstrap
dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs mtd-tools sudo fakeroot syslinux grub
# kernel
#if DISTRIBUTION lenny squeeze sid
aufs-tools
#endif
#if DISTRIBUTION lenny
aufs-source
#endif
qemu kqemu-source
kvm kvm-source
squashfs-tools
#if DISTRIBUTION lenny
squashfs-source
#endif
#linux-headers-2.6-all
# netboot/pxe
dhcp3-server nfs-kernel-server tftp-hpa
# webboot
apache2
# 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
|