From 02c8077e4bbf473eb1dfca55afd2eba4def5c003 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 20 Aug 2017 11:40:01 +0200 Subject: initial version for ArchLinux32 (forked from archauto) --- tftproot/pxelinux.cfg/01-52-54-00-12-34-56 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tftproot/pxelinux.cfg/01-52-54-00-12-34-56 (limited to 'tftproot/pxelinux.cfg/01-52-54-00-12-34-56') 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..4605ffa --- /dev/null +++ b/tftproot/pxelinux.cfg/01-52-54-00-12-34-56 @@ -0,0 +1,16 @@ +SAY Archlinux32 automatic installation.. +TIMEOUT 10 + +DEFAULT arch32 + +SERIAL 0 9600 0x303 + +LABEL arch32 +TEXT HELP +Install Arch Linux (32-bit) automatically +ENDTEXT +MENU LABEL Boot Arch Linux (32-bit) +LINUX boot/i686/vmlinuz +INITRD boot/i686/archiso.img +APPEND archisobasedir=archiso/arch archisobasedir=archiso/arch archiso_http_srv=http://192.168.130.1:8080/ script=http://192.168.130.1:8080/archauto.sh ip=192.168.130.2:::255.255.255.0:arch32::off nomodeset i915.modeset=0 console=ttyS0,9600n8 +IPAPPEND 3 -- cgit v1.2.3-54-g00ecf