diff --git a/README.md b/README.md index 6968ad4..af87113 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ To use it, you need to 1. Set up a TFTP server. If you are using a Mac you could use this one - http://ww2.unime.it/flr/tftpserver/ 2. Checkout this project code on the TFTP server, and ensure the tftp root points at this project folder. - ```git clone git@github.com:paulmaunders/TFTP-PXE-Boot-Server.git``` + ```git clone --depth 1 git@github.com:paulmaunders/TFTP-PXE-Boot-Server.git .``` 3. Setup your DHCP to point at the TFTP server (using DHCP option 66 "next-server" if located on a different IP to the DHCP server) 4. Setup your DHCP to offer the PXELINUX.0 as the boot filename (DHCP option 67). -5. Edit the pxelinux.cfg/default file to add in your PXE boot options. I've included an example one for CentOS +5. Edit the pxelinux.cfg/default file to add in your PXE boot options. I've included CentOS examples. Further instructions ==================== -If you have a Synology NAS then you can follow [these instructions](http://www.pyrosoft.co.uk/blog/2013/01/13/setting-up-a-pxe-boot-server-on-synology-dsm-4-2-beta/) to set up a working PXE boot system: +If you have a Synology NAS then you can follow [these instructions](http://www.pyrosoft.co.uk/blog/2013/01/13/setting-up-a-pxe-boot-server-on-synology-dsm-4-2-beta/) to set up a working PXE boot system. diff --git a/chain.c32 b/chain.c32 index dc80f94..d10a215 100755 Binary files a/chain.c32 and b/chain.c32 differ diff --git a/ldlinux.c32 b/ldlinux.c32 new file mode 100755 index 0000000..8b1b8e8 Binary files /dev/null and b/ldlinux.c32 differ diff --git a/libcom32.c32 b/libcom32.c32 new file mode 100755 index 0000000..be8b3ae Binary files /dev/null and b/libcom32.c32 differ diff --git a/libutil.c32 b/libutil.c32 new file mode 100755 index 0000000..12d9727 Binary files /dev/null and b/libutil.c32 differ diff --git a/mboot.c32 b/mboot.c32 index d60152e..1552c8c 100755 Binary files a/mboot.c32 and b/mboot.c32 differ diff --git a/memdisk b/memdisk old mode 100755 new mode 100644 index 44e8bcc..70cb544 Binary files a/memdisk and b/memdisk differ diff --git a/menu.c32 b/menu.c32 index 41b1e95..e004c20 100755 Binary files a/menu.c32 and b/menu.c32 differ diff --git a/pxelinux.0 b/pxelinux.0 old mode 100755 new mode 100644 index 119cb32..311cf75 Binary files a/pxelinux.0 and b/pxelinux.0 differ