From b2a6274c13a49a5d1e9362850df2cc32b1b7a183 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Thu, 11 Oct 2018 21:02:32 +0000 Subject: [registration] Set registration state when client is added [configloader] Add functionality to boot the ipxe script or minilinux. Add ipxe script, which boots the minilinux. Add script to grep the hw data with dmidecode --- server/ipxe/minilinux.ipxe | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server/ipxe/minilinux.ipxe (limited to 'server/ipxe/minilinux.ipxe') diff --git a/server/ipxe/minilinux.ipxe b/server/ipxe/minilinux.ipxe new file mode 100644 index 0000000..9d05ccc --- /dev/null +++ b/server/ipxe/minilinux.ipxe @@ -0,0 +1,6 @@ +#!ipxe + +kernel tftp://10.8.102.124/kernel/kernel +initrd tftp://10.8.102.124/initramfs-stage31-bss +imgargs kernel ip=${net0/ip}:10.8.102.124:${net0/gateway}:${net0/netmask} BOOTIF=01-${net0/mac} bas=bas.stfu-kthx.net:8888 +boot \ No newline at end of file -- cgit v1.2.3-55-g7522