diff options
| -rw-r--r-- | dev-tools/build_ipxe_archlinux.patch | 13 | ||||
| l--------- | dev-tools/tftp/ipxelinux.0 | 1 | ||||
| -rwxr-xr-x | dev-tools/tftp/ipxelinux.0.janosch | bin | 0 -> 90478 bytes | |||
| -rw-r--r-- | dev-tools/tftp/pxelinux.cfg/default | 10 |
4 files changed, 18 insertions, 6 deletions
diff --git a/dev-tools/build_ipxe_archlinux.patch b/dev-tools/build_ipxe_archlinux.patch new file mode 100644 index 00000000..910243b0 --- /dev/null +++ b/dev-tools/build_ipxe_archlinux.patch @@ -0,0 +1,13 @@ +diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping +index 1b6f092..c0ca3c5 100644 +--- a/src/Makefile.housekeeping ++++ b/src/Makefile.housekeeping +@@ -1301,7 +1301,7 @@ CLEANUP += $(ZBIN) + ELF2EFI_CFLAGS := -I$(BINUTILS_DIR)/include -I$(BFD_DIR)/include \ + -I$(ZLIB_DIR)/include -idirafter include + ELF2EFI_LDFLAGS := -L$(BINUTILS_DIR)/lib -L$(BFD_DIR)/lib -L$(ZLIB_DIR)/lib \ +- -lbfd -ldl -lz -Wl,--no-warn-search-mismatch ++ -lbfd -liberty -ldl -lz -Wl,--no-warn-search-mismatch + + $(ELF2EFI32) : util/elf2efi.c $(MAKEDEPS) + $(QM)$(ECHO) " [HOSTCC] $@" diff --git a/dev-tools/tftp/ipxelinux.0 b/dev-tools/tftp/ipxelinux.0 new file mode 120000 index 00000000..44c8932d --- /dev/null +++ b/dev-tools/tftp/ipxelinux.0 @@ -0,0 +1 @@ +ipxelinux.0.janosch
\ No newline at end of file diff --git a/dev-tools/tftp/ipxelinux.0.janosch b/dev-tools/tftp/ipxelinux.0.janosch Binary files differnew file mode 100755 index 00000000..aba5e457 --- /dev/null +++ b/dev-tools/tftp/ipxelinux.0.janosch diff --git a/dev-tools/tftp/pxelinux.cfg/default b/dev-tools/tftp/pxelinux.cfg/default index 2a0e4cc0..627db7a6 100644 --- a/dev-tools/tftp/pxelinux.cfg/default +++ b/dev-tools/tftp/pxelinux.cfg/default @@ -60,11 +60,9 @@ LABEL shutdown LABEL net MENU LABEL ^Dracut TEST - KERNEL http://132.230.8.199/boot/default/kernel - INITRD http://132.230.8.199/boot/default/initramfs-stage31 - APPEND slxbase=boot/default vga=current quiet splash + KERNEL http://10.126.6.181:8080/vmlinuz-linux + INITRD http://10.126.6.181:8080/initramfs-test.img + APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=boot/openslx-kiosk vga=current + #APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=132.230.4.133:132.230.4.2:132.230.4.254:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=boot/openslx-kiosk vga=current IPAPPEND 3 MENU DEFAULT - - - |
