Add comments
This commit is contained in:
parent
6ea709fe59
commit
c3ec562b64
1 changed files with 7 additions and 3 deletions
10
build.sh
10
build.sh
|
@ -312,6 +312,9 @@ EOF
|
|||
|
||||
rm -f "$ROOTFS_DIR/etc/ssh/ssh_host_*_key*"
|
||||
|
||||
##
|
||||
# Wi-Fi firmware and tools.
|
||||
#
|
||||
chroot_rootfs << EOF
|
||||
apt-get install -y \
|
||||
wpasupplicant \
|
||||
|
@ -321,13 +324,14 @@ firmware-brcm80211 \
|
|||
firmware-libertas \
|
||||
firmware-ralink \
|
||||
firmware-realtek \
|
||||
raspberrypi-net-mods \
|
||||
dhcpcd5
|
||||
raspberrypi-net-mods
|
||||
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"
|
||||
|
||||
##
|
||||
|
|
Reference in a new issue