From c05390b23ed29eefa9dccfa46cbb7dc681e24e97 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 13 Nov 2015 13:12:48 +0100 Subject: Rename tftp server. --- dev-tools/TFTP/.gitignore | 2 -- dev-tools/TFTP/README.md | 16 ---------------- dev-tools/TFTP/ldlinux.c32 | Bin 122308 -> 0 bytes dev-tools/TFTP/libutil.c32 | Bin 24148 -> 0 bytes dev-tools/TFTP/memdisk | Bin 26140 -> 0 bytes dev-tools/TFTP/menu.c32 | Bin 26596 -> 0 bytes dev-tools/TFTP/pxeTest.pxe | Bin 46909 -> 0 bytes dev-tools/TFTP/pxelinux.0 | Bin 46909 -> 0 bytes dev-tools/TFTP/pxelinux.cfg/default | 16 ---------------- 9 files changed, 34 deletions(-) delete mode 100644 dev-tools/TFTP/.gitignore delete mode 100644 dev-tools/TFTP/README.md delete mode 100755 dev-tools/TFTP/ldlinux.c32 delete mode 100755 dev-tools/TFTP/libutil.c32 delete mode 100644 dev-tools/TFTP/memdisk delete mode 100755 dev-tools/TFTP/menu.c32 delete mode 100644 dev-tools/TFTP/pxeTest.pxe delete mode 100644 dev-tools/TFTP/pxelinux.0 delete mode 100644 dev-tools/TFTP/pxelinux.cfg/default (limited to 'dev-tools/TFTP') diff --git a/dev-tools/TFTP/.gitignore b/dev-tools/TFTP/.gitignore deleted file mode 100644 index 22535dbd..00000000 --- a/dev-tools/TFTP/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.img -vmlinuz-linux diff --git a/dev-tools/TFTP/README.md b/dev-tools/TFTP/README.md deleted file mode 100644 index 63edb76e..00000000 --- a/dev-tools/TFTP/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Booting via pxe from virtualbox - -## create vm -the vm has to be named "pxeTest" (needs to match ./pxeTest.pxe) - -## configure vm -under settings->system add network boot - -## link/copy this directory into the virtualbox -config directory ->>> find ~ -name VirtualBox.xml -~/.VirtualBox/ ->>> ln -s . ~/.VirtualBox/ - -## copy initram and kernel ->>> cp /some/path/{initram.img,vmlinuz-linux} . diff --git a/dev-tools/TFTP/ldlinux.c32 b/dev-tools/TFTP/ldlinux.c32 deleted file mode 100755 index 0d8f2ef0..00000000 Binary files a/dev-tools/TFTP/ldlinux.c32 and /dev/null differ diff --git a/dev-tools/TFTP/libutil.c32 b/dev-tools/TFTP/libutil.c32 deleted file mode 100755 index 496fc303..00000000 Binary files a/dev-tools/TFTP/libutil.c32 and /dev/null differ diff --git a/dev-tools/TFTP/memdisk b/dev-tools/TFTP/memdisk deleted file mode 100644 index 3ada56c0..00000000 Binary files a/dev-tools/TFTP/memdisk and /dev/null differ diff --git a/dev-tools/TFTP/menu.c32 b/dev-tools/TFTP/menu.c32 deleted file mode 100755 index a584b00c..00000000 Binary files a/dev-tools/TFTP/menu.c32 and /dev/null differ diff --git a/dev-tools/TFTP/pxeTest.pxe b/dev-tools/TFTP/pxeTest.pxe deleted file mode 100644 index 61a38889..00000000 Binary files a/dev-tools/TFTP/pxeTest.pxe and /dev/null differ diff --git a/dev-tools/TFTP/pxelinux.0 b/dev-tools/TFTP/pxelinux.0 deleted file mode 100644 index 61a38889..00000000 Binary files a/dev-tools/TFTP/pxelinux.0 and /dev/null differ diff --git a/dev-tools/TFTP/pxelinux.cfg/default b/dev-tools/TFTP/pxelinux.cfg/default deleted file mode 100644 index 02fac4d6..00000000 --- a/dev-tools/TFTP/pxelinux.cfg/default +++ /dev/null @@ -1,16 +0,0 @@ -DEFAULT menu.c32 -TIMEOUT 300 -ALLOWOPTIONS 0 -PROMPT 0 - -MENU TITLE My PXE Boot Menu - -LABEL arch -MENU LABEL ^arch network boot -KERNEL /vmlinuz-linux -APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15:132.230.4.6:10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=boot/openslx-kiosk vga=current -# BOOTIF=01-00-19-99-f7-fa-f4 - -LABEL BootNormal -MENU LABEL ^Boot Normal (HDD) -LOCALBOOT 0 -- cgit v1.2.3-55-g7522