We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fbb115 + a1d60b3 commit fe58ff3Copy full SHA for fe58ff3
Linux/README.md
@@ -134,7 +134,7 @@ Here are the availble *initrd variables*:
134
135
### master (unreleased)
136
137
-* No entry
+* Allow alternative ip option
138
139
### 3.9 (2016-03-07)
140
Linux/tree-common/init
@@ -80,7 +80,7 @@ INTERFACES=$(ifconfig -a | grep -o '^eth[0-9]')
80
for INTERFACE in $INTERFACES; do
81
run ifconfig $INTERFACE up
82
done
83
-if [ "$(get_opt ip)" = "dhcp" ]; then
+if [ "$(get_opt ip)" = "dhcp" -o "$(get_opt ip)" = ":::::eth0:" ]; then
84
85
run udhcpc -n -q -i $INTERFACE up
86
0 commit comments