-
Notifications
You must be signed in to change notification settings - Fork 4
/
multistrap.conf
43 lines (30 loc) · 1.14 KB
/
multistrap.conf
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
# reference: https://hamishcoleman.github.io/talk-containers1/example2/
[General]
unpack=true
bootstrap=Debian
aptsources=Debian
# cleanup deb packages and index files
cleanup=true
[Debian]
source=http://deb.debian.org/debian
keyring=debian-archive-keyring
suite=stable
# This setting causes multistrap to *not* download all the src packages, which
# often just make the built image larger as they are not used
omitdebsrc=true
# base stuff that is just handy
packages=htop nano tree file
# stuff for networking
packages=wget curl iputils-ping iputils-tracepath iputils-arping
# Minimal for C++ development
# packages=build-essential cmake binutils binwalk
# Minimal for python3 development
# packages=python3 python3-pip python3-virtualenv
# Minimal xorg
packages=xserver-xorg-core xserver-xorg-video-fbdev xterm xinit x11-xserver-utils xserver-xorg-input-evdev libinput-bin xserver-xorg-input-libinput xinput
# Chromium
packages=chromium
# Minimal XFCE
# packages=libxfce4ui-utils thunar xfce4-appfinder xfce4-panel xfce4-session xfce4-settings xfce4-terminal xfconf xfdesktop4 xfwm4 shared-mime-info
# Less-Minimal XFCE
# packages=xfce4 xfce4-goodies