Skip to content

Commit 9778ac1

Browse files
committed
split multistrap.conf into multiple sections
1 parent 3b2a550 commit 9778ac1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

multistrap.conf

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
[General]
22
noauth=true
33
unpack=true
4-
debootstrap=Debian
4+
debootstrap=Debian Net Setup Config
55
aptsources=Debian
66

77
[Debian]
8-
packages=systemd systemd-sysv udev apt kmod dialog locales netbase net-tools ethtool iproute iputils-ping ifupdown dhcpcd5 firmware-brcm80211 wpasupplicant sudo ssh avahi-daemon parted ntp
8+
# Base packages
9+
packages=systemd systemd-sysv udev apt kmod locales sudo
910
source=http://deb.debian.org/debian/
1011
keyring=debian-archive-keyring
1112
components=main non-free
1213
suite=stretch
14+
15+
[Net]
16+
# Networking packages
17+
packages=netbase net-tools ethtool iproute iputils-ping ifupdown dhcpcd5 firmware-brcm80211 wpasupplicant ssh avahi-daemon ntp
18+
19+
[Setup]
20+
# Packages required to finalize setup, they are automatically deleted after first boot
21+
# parted : to expand root partition
22+
packages=parted
23+
24+
[Config]
25+
# Packages required by the pi64-config CLI tool
26+
packages=dialog sysbench wireless-tools

0 commit comments

Comments
 (0)