From 00805395755eaafb79671ab6c7bfe9af1d5a0a5e Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Fri, 19 Apr 2019 14:36:09 -0700 Subject: [PATCH] Copy the known_networks file to /root/ --- Build Linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build Linux b/Build Linux index 8ed965b5..effd9155 100755 --- a/Build Linux +++ b/Build Linux @@ -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() {