Skip to content

Commit

Permalink
Remove net.ifnames=0 kernel parameter to keep default NIC names
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 9, 2020
1 parent 76a40e6 commit 0ee5390
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion http/ubuntu-desktop/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ d-i grub-installer/with_other_os boolean true
# installed system (if supported by the bootloader installer).
# Note: options passed to the installer will be added automatically.
#d-i debian-installer/add-kernel-opts string nousb
d-i debian-installer/add-kernel-opts string net.ifnames=0

### Finishing up the installation
# During installations from serial console, the regular virtual consoles
Expand Down
1 change: 0 additions & 1 deletion http/ubuntu-server/my-preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ d-i grub-installer/with_other_os boolean true
# installed system (if supported by the bootloader installer).
# Note: options passed to the installer will be added automatically.
#d-i debian-installer/add-kernel-opts string nousb
d-i debian-installer/add-kernel-opts string net.ifnames=0

### Finishing up the installation
# During installations from serial console, the regular virtual consoles
Expand Down
1 change: 0 additions & 1 deletion http/ubuntu-server/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ d-i grub-installer/with_other_os boolean true
# installed system (if supported by the bootloader installer).
# Note: options passed to the installer will be added automatically.
#d-i debian-installer/add-kernel-opts string nousb
d-i debian-installer/add-kernel-opts string net.ifnames=0

### Finishing up the installation
# During installations from serial console, the regular virtual consoles
Expand Down
2 changes: 0 additions & 2 deletions my_ubuntu-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-server/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down Expand Up @@ -86,7 +85,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-server/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down
2 changes: 0 additions & 2 deletions ubuntu-desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-desktop/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down Expand Up @@ -92,7 +91,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-desktop/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down
2 changes: 0 additions & 2 deletions ubuntu-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-server/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down Expand Up @@ -86,7 +85,6 @@
"<tab>",
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ubuntu-server/{{ user `preseed_file_name` }} ",
"auto=true ",
"net.ifnames=0 ",
"hostname=localhost ",
"<enter>"
],
Expand Down

0 comments on commit 0ee5390

Please sign in to comment.