diff options
Diffstat (limited to 'dev-tools/TFTP')
| -rw-r--r-- | dev-tools/TFTP/.gitignore | 2 | ||||
| -rw-r--r-- | dev-tools/TFTP/README.md | 16 | ||||
| -rwxr-xr-x | dev-tools/TFTP/ldlinux.c32 | bin | 122308 -> 0 bytes | |||
| -rwxr-xr-x | dev-tools/TFTP/libutil.c32 | bin | 24148 -> 0 bytes | |||
| -rw-r--r-- | dev-tools/TFTP/memdisk | bin | 26140 -> 0 bytes | |||
| -rwxr-xr-x | dev-tools/TFTP/menu.c32 | bin | 26596 -> 0 bytes | |||
| -rw-r--r-- | dev-tools/TFTP/pxeTest.pxe | bin | 46909 -> 0 bytes | |||
| -rw-r--r-- | dev-tools/TFTP/pxelinux.0 | bin | 46909 -> 0 bytes | |||
| -rw-r--r-- | dev-tools/TFTP/pxelinux.cfg/default | 16 |
9 files changed, 0 insertions, 34 deletions
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 Binary files differdeleted file mode 100755 index 0d8f2ef0..00000000 --- a/dev-tools/TFTP/ldlinux.c32 +++ /dev/null diff --git a/dev-tools/TFTP/libutil.c32 b/dev-tools/TFTP/libutil.c32 Binary files differdeleted file mode 100755 index 496fc303..00000000 --- a/dev-tools/TFTP/libutil.c32 +++ /dev/null diff --git a/dev-tools/TFTP/memdisk b/dev-tools/TFTP/memdisk Binary files differdeleted file mode 100644 index 3ada56c0..00000000 --- a/dev-tools/TFTP/memdisk +++ /dev/null diff --git a/dev-tools/TFTP/menu.c32 b/dev-tools/TFTP/menu.c32 Binary files differdeleted file mode 100755 index a584b00c..00000000 --- a/dev-tools/TFTP/menu.c32 +++ /dev/null diff --git a/dev-tools/TFTP/pxeTest.pxe b/dev-tools/TFTP/pxeTest.pxe Binary files differdeleted file mode 100644 index 61a38889..00000000 --- a/dev-tools/TFTP/pxeTest.pxe +++ /dev/null diff --git a/dev-tools/TFTP/pxelinux.0 b/dev-tools/TFTP/pxelinux.0 Binary files differdeleted file mode 100644 index 61a38889..00000000 --- a/dev-tools/TFTP/pxelinux.0 +++ /dev/null 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 |
