Commit 078c3b33 authored by dragon788's avatar dragon788

Boot command section was NOT working

If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
parent e3c2f01c
...@@ -311,7 +311,7 @@ The available variables are: ...@@ -311,7 +311,7 @@ The available variables are:
Example boot command. This is actually a working boot command used to start Example boot command. This is actually a working boot command used to start
an Ubuntu 12.04 installer: an Ubuntu 12.04 installer:
```javascript ```
[ [
"<esc><esc><enter><wait>", "<esc><esc><enter><wait>",
"/install/vmlinuz noapic ", "/install/vmlinuz noapic ",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment