Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Documentation Updates
Browse files Browse the repository at this point in the history
Slight modification to README.md

Removed Clonezilla entry in pxelinux.cfg/default that was accidentally
entered in a previous commit

Deleted TODO.md since all entries are either open/closed issues in
GitHub (better tracking on GitHub than in a static text file) and made
mention of the issues page in README.md
  • Loading branch information
mmattioli committed Jul 13, 2014
1 parent 9c92806 commit c5d0cc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
#About
This repository contains code that provides a working PXE server (via HTTP, TFTP, DHCP, and/or iPXE) implemented purely in Python. Currently, only Python 2.6 and newer is supported.
This repository contains code that provides a working PXE server (via HTTP, TFTP, DHCP, and/or iPXE) implemented purely in Python. Currently, only Python 2.6 and newer is supported. Please read `Documentation.md` for further explanation of the PyPXE project as well as recommended use. See the [issues page](https://github.com/psychomario/PyPXE/issues) for open issues, bugs, and enhancements/improvements.

**DISCLAIMER:** None of these servers are fully compliant with any standards or specifications. However, the true specifications and standards were followed when building PyPXE and while they work for PXE any other uses are purely coincidental. Use at your own risk.

Expand Down
11 changes: 0 additions & 11 deletions TODO.md

This file was deleted.

6 changes: 1 addition & 5 deletions netboot/pxelinux.cfg/default
Expand Up @@ -12,8 +12,4 @@ LABEL TinyCore

LABEL local
MENU LABEL Boot local hard drive
LOCALBOOT 0
LABEL Clonezilla-live
MENU LABEL Clonezilla Live (Ramdisk)
KERNEL vmlinuz
APPEND initrd=initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="" ocs_live_batch="no" locales="" vga=788 nosplash noprompt fetch=http://192.168.2.2/filesystem.squashfs
LOCALBOOT 0

0 comments on commit c5d0cc2

Please sign in to comment.