Skip to content

Commit

Permalink
Revert function removal
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored and Tearran committed Sep 23, 2024
1 parent e89c62e commit a172034
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 228 deletions.
7 changes: 7 additions & 0 deletions lib/armbian-configng/config.ng.functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ function set_runtime_variables(){
fi
fi

# Determine which network renderer is in use for NetPlan
if systemctl is-active systemd-networkd 1>/dev/null; then
renderer=networkd
else
renderer=NetworkManager
fi

DIALOG_CANCEL=1
DIALOG_ESC=255

Expand Down
Loading

0 comments on commit a172034

Please sign in to comment.