Skip to content

Commit

Permalink
chef#299 OpenSUSE 13.2 should specify netdevice=eth0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-von-essen committed Nov 27, 2014
1 parent 4370586 commit ce22ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/opensuse-13.2-i386.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
"boot_command": [
"<esc><enter><wait>",
"linux netsetup=dhcp install=cd:/<wait>",
"linux netsetup=dhcp netdevice=eth0 install=cd:/<wait>",
" lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/opensuse-13.2/autoinst.xml<wait>",
" textmode=1<wait>",
"<enter><wait>"
Expand Down
2 changes: 1 addition & 1 deletion packer/opensuse-13.2-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
"boot_command": [
"<esc><enter><wait>",
"linux netsetup=dhcp install=cd:/<wait>",
"linux netsetup=dhcp netdevice=eth0 install=cd:/<wait>",
" lang=en_US autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/opensuse-13.2/autoinst.xml<wait>",
" textmode=1<wait>",
"<enter><wait>"
Expand Down

0 comments on commit ce22ae9

Please sign in to comment.