-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split multistrap.conf into multiple sections
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |