summaryrefslogtreecommitdiffstats
path: root/dev-tools/TFTP/README.md
diff options
context:
space:
mode:
authortorben2015-11-13 13:12:48 +0100
committertorben2015-11-13 13:12:48 +0100
commitc05390b23ed29eefa9dccfa46cbb7dc681e24e97 (patch)
tree54a522024e8d551ce0a797b4cb3b0f932ff9d61c /dev-tools/TFTP/README.md
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-c05390b23ed29eefa9dccfa46cbb7dc681e24e97.tar.gz
systemd-init-c05390b23ed29eefa9dccfa46cbb7dc681e24e97.tar.xz
systemd-init-c05390b23ed29eefa9dccfa46cbb7dc681e24e97.zip
Rename tftp server.
Diffstat (limited to 'dev-tools/TFTP/README.md')
-rw-r--r--dev-tools/TFTP/README.md16
1 files changed, 0 insertions, 16 deletions
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} .