Skip to content

Commit cb0af59

Browse files
committed
extlinux: use old ifnames (like eth0)
1 parent f2f4a81 commit cb0af59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

root/etc/default/extlinux

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# Configure additional kernel configuration options
88
APPEND="$APPEND root=LABEL=linux-root rootwait rootfstype=ext4"
9+
10+
# Use old ifnames (like eth0)
11+
APPEND="$APPEND net.ifnames=0"

0 commit comments

Comments
 (0)