Created
February 9, 2016 21:18
-
-
Save trodemaster/b009b9734f66f59f5259 to your computer and use it in GitHub Desktop.
Workaround for installer bug in Ubuntu 14.04.3 + .iso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"boot_command": [ | |
"<enter><wait><f6><esc>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", | |
"<bs><bs>", | |
"/install/vmlinuz auto ", | |
"url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", | |
"debian-installer=en_US locale=en_US kbd-chooser/method=us ", | |
"keyboard-configuration/modelcode=SKIP ", | |
"keyboard-configuration/layout=USA keyboard-configuration/variant=USA ", | |
"priority=critical ", | |
"initrd=/install/initrd.gz -- ", | |
"<enter>" | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment