Enable wifi, if copied over.
This commit is contained in:
parent
bd9f77b122
commit
815c5f024d
@ -222,6 +222,9 @@ echo mycroft > /etc/hostname
|
|||||||
|
|
||||||
# Enable services
|
# Enable services
|
||||||
systemctl enable mycroft sshd
|
systemctl enable mycroft sshd
|
||||||
|
if [[ -n "${imageWifi}" ]]; then
|
||||||
|
netctl enable "${imageWifi##*/}"
|
||||||
|
fi
|
||||||
# Update fstab for Raspberry Pi 4.
|
# Update fstab for Raspberry Pi 4.
|
||||||
#[[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
|
#[[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user