From 3a14297dca576dd7e2c9f09d84bf0f5cf58c1938 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Sat, 19 May 2018 15:15:29 +0200 Subject: CSIT-1070 Update Ansible structure Change-Id: I9adab174f0c15f4c05a93f61b17714fa6542ea5d Signed-off-by: Peter Mikus --- resources/tools/testbed-setup/pxe/boot-screens_txt.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/tools/testbed-setup/pxe/boot-screens_txt.cfg (limited to 'resources/tools/testbed-setup/pxe/boot-screens_txt.cfg') diff --git a/resources/tools/testbed-setup/pxe/boot-screens_txt.cfg b/resources/tools/testbed-setup/pxe/boot-screens_txt.cfg new file mode 100644 index 0000000000..4c73de3855 --- /dev/null +++ b/resources/tools/testbed-setup/pxe/boot-screens_txt.cfg @@ -0,0 +1,11 @@ +default install +label install + menu label ^Install + menu default + kernel ubuntu-installer/amd64/linux + append ks=http://10.30.51.28/download/ks.cfg ksdevice=bootif initrd=ubuntu-installer/amd64/initrd.gz console=tty0 console=ttyS0,115200n8 --- quiet + IPAPPEND 2 +label cli + menu label ^Command-line install + kernel ubuntu-installer/amd64/linux + append tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false vga=788 initrd=ubuntu-installer/amd64/initrd.gz --- quiet -- cgit 1.2.3-korg