Fixed copying known_networks to /root/
This commit is contained in:
parent
2fc503773c
commit
3d9030f064
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ function update_live_env() {
|
|||
fi
|
||||
|
||||
# WiFi
|
||||
cp "$ROOT_DIR/.linux_items/known_networks" "/root/known_networks"
|
||||
cp "$ROOT_DIR/.linux_items/known_networks" "$LIVE_DIR/airootfs/root/known_networks"
|
||||
echo "add-known-networks" >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue