Merge pull request #1883 from dragon788/master
Boot command section in vmware and virtualbox ISO wasn't working [skip ci]
This commit is contained in:
commit
a6d843ffd9
|
@ -283,9 +283,9 @@ The available variables are:
|
|||
Example boot command. This is actually a working boot command used to start
|
||||
an Ubuntu 12.04 installer:
|
||||
|
||||
```javascript
|
||||
```
|
||||
[
|
||||
"<esc><esc><enter><wait>",
|
||||
"<esc><esc><enter><wait>",
|
||||
"/install/vmlinuz noapic ",
|
||||
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
|
||||
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
|
||||
|
@ -293,7 +293,7 @@ an Ubuntu 12.04 installer:
|
|||
"fb=false debconf/frontend=noninteractive ",
|
||||
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
|
||||
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
|
||||
"initrd=/install/initrd.gz -- <enter>"
|
||||
"initrd=/install/initrd.gz -- <enter>"
|
||||
]
|
||||
```
|
||||
|
||||
|
|
|
@ -311,7 +311,7 @@ The available variables are:
|
|||
Example boot command. This is actually a working boot command used to start
|
||||
an Ubuntu 12.04 installer:
|
||||
|
||||
```javascript
|
||||
```
|
||||
[
|
||||
"<esc><esc><enter><wait>",
|
||||
"/install/vmlinuz noapic ",
|
||||
|
|
Loading…
Reference in New Issue