Copy the known_networks file to /root/
This commit is contained in:
parent
8edf164522
commit
0080539575
1 changed files with 3 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue