Skip to content

Commit

Permalink
split multistrap.conf into multiple sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Apr 27, 2017
1 parent 3b2a550 commit 9778ac1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions multistrap.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
[General]
noauth=true
unpack=true
debootstrap=Debian
debootstrap=Debian Net Setup Config
aptsources=Debian

[Debian]
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
# Base packages
packages=systemd systemd-sysv udev apt kmod locales sudo
source=http://deb.debian.org/debian/
keyring=debian-archive-keyring
components=main non-free
suite=stretch

[Net]
# Networking packages
packages=netbase net-tools ethtool iproute iputils-ping ifupdown dhcpcd5 firmware-brcm80211 wpasupplicant ssh avahi-daemon ntp

[Setup]
# Packages required to finalize setup, they are automatically deleted after first boot
# parted : to expand root partition
packages=parted

[Config]
# Packages required by the pi64-config CLI tool
packages=dialog sysbench wireless-tools

0 comments on commit 9778ac1

Please sign in to comment.