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*"
|
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"
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Reference in a new issue