-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make sure that we have varant-volume dir * Add base for multiply environments via shell env vars * Update readme
- Loading branch information
Showing
10 changed files
with
79 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# D-I config version 2.0 | ||
# search path for the c32 support libraries (libcom32, libutil etc.) | ||
path ubuntu-installer/amd64/boot-screens/ | ||
default ubuntu-installer/amd64/boot-screens/vesamenu.c32 | ||
prompt 0 | ||
timeout 5 | ||
|
||
label Ubuntu16 | ||
menu default | ||
menu LABEL Ubuntu16 | ||
kernel ubuntu-installer/amd64/linux | ||
append initrd=ubuntu-installer/amd64/initrd.gz domain={{ domain }} hostname={{ hostname }} preseed/url={{ pxe_proto }}://{{pxe_path}}/preseed.txt mirror/http/hostname={{ pxe_mirror }} mirror/protocol={{ pxe_proto }} debian-installer/allow_unauthenticated_ssl=true locale=en_US.UTF-8 debian/priority=critical vga=normal debian-installer/keymap=us console-keymaps-at/keymap=us console-setup/layoutcode=en_US netcfg/choose_interface=auto localechooser/translation/warn-light=true localechooser/translation/warn-severe=true console-setup/ask_detect=false FRONTEND_BACKGROUND=original - |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
|
||
pxe_path_dev: "{{ pxe_vagrant_ip }}" | ||
pxe_mirror_dev: "{{ pxe_vagrant_ip }}" | ||
pxe_mirror_prod: "archive.ubuntu.com" | ||
|
||
pxe_proto: "{% if pxe_env=='dev' %}http{% else %}https{% endif %}" | ||
pxe_mirror: "{% if pxe_env=='dev' %}{{ pxe_mirror_dev }}{% else %}{{ pxe_mirror_prod }}{% endif %}" | ||
pxe_path: "{% if pxe_env=='dev' %}{{ pxe_path_dev }}\ | ||
{% elif pxe_env=='stage' %}{{ pxe_path_stage }}\ | ||
{% elif pxe_env=='prod' %}{{ pxe_path_prod }}{% endif %}" |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Empty file.