aboutsummaryrefslogtreecommitdiff
blob: 99fa179f968927d804ed6465bd7a5e52ff99d99c (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
43
44
45
46
47
48
49
50
51
# Custom package list
# Include here the packages you want to be emerged.
# Note: You are building a stateless system, which implies that many rootfs areas will be read only. 
# The more complex you make your system, the highest the chance of breaking the setup will be.
#
# Always include packages that require sane write permissions or configure them accordingly to support such a system
# Also remember to update the USEFLAGS from the Portage menu entry and keep in mind that USE flags often conflict!
# Add the full package name and category, otherwise on ebuilds with same name from different categories the process wont be able to proceed.
# Example: foo-category/bar-portage_package
#

sys-apps/busybox
sys-apps/less
sys-apps/which
sys-apps/grep
www-client/lynx
net-misc/wget
sys-devel/automake
net-misc/rsync
sys-devel/gnuconfig
app-arch/bzip2
app-arch/gzip
sys-kernel/genkernel
sys-libs/timezone-data
sys-devel/gettext
sys-devel/autoconf
sys-kernel/dracut
sys-apps/file
sys-devel/make
sys-libs/zlib
dev-libs/lzo
app-portage/mirrorselect
app-editors/vim
app-crypt/gnupg
sys-apps/iproute2
app-crypt/gnupg
sys-process/cronie
net-misc/openssh
app-arch/tar
sys-apps/sed
sys-apps/gawk
sys-devel/patch
sys-block/parted
dev-util/catalyst
app-portage/eix
sys-fs/dosfstools
sys-fs/fuse



# EOF