Skip to content

Commit

Permalink
Fix network manager - working
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Aug 12, 2024
1 parent 0229098 commit 6101880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/network/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ if [ "${NETWORK_WPA_SUPPLICANT}" == "yes" ]; then
fi

if [ "${NETWORK_NETWORK_MANAGER}" == "yes" ]; then
unpack filesystem/usr/network-manager /opt root
unpack /filesystem/network-manager/opt /"${BASE_BOOT_MOUNT_PATH}"
unpack filesystem/network-manager/root / root
unpack filesystem/network-manager/boot /"${BASE_BOOT_MOUNT_PATH}"

mv /"${BASE_BOOT_MOUNT_PATH}"/wifi.nmconnection ${DIST_NETWORK_FILE}
# mv /"${BASE_BOOT_MOUNT_PATH}"/wifi.nmconnection ${DIST_NETWORK_FILE}

systemctl_if_exists enable copy-network-manager-config@wlan0.service
fi
Expand Down

0 comments on commit 6101880

Please sign in to comment.