[Lunar-commits] <moonbase-core> systemd: missed configure file

Stefan Wold ratler at lunar-linux.org
Wed Jan 9 21:58:14 CET 2013


commit 34883ffc5c910e40508a18a19f479ff73f45d482
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 09 Jan 2013 12:58:14 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/34883ffc5c910e40508a18a19f479ff73f45d482

systemd: missed configure file
---
  system/systemd/CONFIGURE | +9/-0     
  1 file changed, 9 insertions(+)

--- /dev/null
+++ b/system/systemd/CONFIGURE
@@ -0,0 +1,9 @@
+NSCHEME=$(get_module_config NEW_NAME_SCHEME)
+if [ -z "$NSCHEME" ] && ip link | egrep -q '^[0-9]*: (eth|wlan|ppp|ath|tun|ra|usb|br)[0-9]+[^>]*[<,]UP[,>]'; then
+  message "${PROBLEM_COLOR}WARNING:${MESSAGE_COLOR} You are still using the old network interface naming scheme."
+  message "It is recommended to switch to the new naming scheme. Please note"
+  message "that reconfiguration of your network interfaces using the new"
+  message "device names are required!\n"
+  
+  mquery NEW_NAME_SCHEME "Enable new naming scheme for network interfaces (RECOMMENDED)?" n
+fi




More information about the Lunar-commits mailing list