From 6e23f9e2ad5c6ac58f4e411c00e55c54890dfc69 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 Feb 2013 18:38:42 +0100 Subject: first ArchIso image and PXE infrastructure --- tftproot/README | 1 + tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 tftproot/README create mode 100644 tftproot/pxelinux.cfg/01-52-54-00-12-34-56 (limited to 'tftproot') diff --git a/tftproot/README b/tftproot/README new file mode 100644 index 0000000..07975ed --- /dev/null +++ b/tftproot/README @@ -0,0 +1 @@ +The root of the TFPT server (embedded or real/standalone) diff --git a/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 new file mode 100644 index 0000000..64b2ea0 --- /dev/null +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -0,0 +1,20 @@ +SAY Cfengine automatic installation.. +TIMEOUT 10 + +DEFAULT arch64_http_cfengine + +#DEFAULT menu.c32 +#SERIAL 0 9600 0x303 +#TIMEOUT 20 +#PROMPT 1 + +LABEL arch64_http_cfengine +TEXT HELP +Boot the Arch Linux (x86_64) CFEngine installation medium (Using HTTP). It allows you +to bootstrap an Arch Linux via CFEngine. +ENDTEXT +MENU LABEL Boot Arch Linux (x86_64) (HTTP) +LINUX boot/x86_64/vmlinuz +INITRD boot/x86_64/archiso.img +APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ +IPAPPEND 3 -- cgit v1.2.3-54-g00ecf