Copy the known_networks file to /root/

This commit is contained in:
2Shirt 2019-04-19 14:36:09 -07:00
parent 8edf164522
commit 0080539575
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -281,6 +281,9 @@ function update_live_env() {
mkdir -p "$LIVE_DIR/airootfs/usr/share/wallpaper"
cp "$ROOT_DIR/Images/Linux.png" "$LIVE_DIR/airootfs/usr/share/wallpaper/burned.in"
fi
# WiFi
cp "$ROOT_DIR/.linux_items/known_networks" "/root/known_networks"
}
function update_repo() {