1
0
Fork 0

Add comments

This commit is contained in:
Braiden Vasco 2017-07-03 11:40:59 +00:00
parent 6ea709fe59
commit c3ec562b64

View file

@ -312,6 +312,9 @@ EOF
rm -f "$ROOTFS_DIR/etc/ssh/ssh_host_*_key*" rm -f "$ROOTFS_DIR/etc/ssh/ssh_host_*_key*"
##
# Wi-Fi firmware and tools.
#
chroot_rootfs << EOF chroot_rootfs << EOF
apt-get install -y \ apt-get install -y \
wpasupplicant \ wpasupplicant \
@ -321,13 +324,14 @@ firmware-brcm80211 \
firmware-libertas \ firmware-libertas \
firmware-ralink \ firmware-ralink \
firmware-realtek \ firmware-realtek \
raspberrypi-net-mods \ raspberrypi-net-mods
dhcpcd5
EOF EOF
## ##
# DHCP client configuration file. # DHCP client.
# #
chroot_rootfs 'apt-get install -y dhcpcd5'
install -v -d "$ROOTFS_DIR/etc/systemd/system/dhcpcd.service.d" install -v -d "$ROOTFS_DIR/etc/systemd/system/dhcpcd.service.d"
## ##