aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.d/controller/modules/files/net')
-rw-r--r--config.d/controller/modules/files/net11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.d/controller/modules/files/net b/config.d/controller/modules/files/net
new file mode 100644
index 0000000..30a5030
--- /dev/null
+++ b/config.d/controller/modules/files/net
@@ -0,0 +1,11 @@
+# Please note that for now, only ethernet is supported by the controller.
+# Meaning that dracut will require extra configuration options from the kernel command line
+# for the boot process, to enable early networking. Therefore don't confuse this area the controllers
+# networking options. Exotic options imply exotic boot commands
+#
+# For more informations about the boot command line, please visit the documentations submenu
+#
+config_net-int=("dhcp")
+# modules_net-int=(" ")
+
+# EOF \ No newline at end of file