Commit graph

16 commits

Author SHA1 Message Date
John 'Warthog9' Hawley
d10233617e installers/archlinux - initial commit of ArchLinux
This adds ARCHLINUX to the config file and is documented in CONFIG
2015-03-18 23:29:22 -07:00
John 'Warthog9' Hawley
be4a56b1d4 Red Hat - Initial commit of the pieces needed to support Red Hat as an installer target
This adds the pieces needs for Red Hat
CONFIG:
	REDHAT - which versions to snag

installers/Makefile:
	Directive to deal with adding fedora to the DIRS listing should REDHAT be defined

installers/redhat:
	Directory and support programs (like getversions.sh) for Red Hat
2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
218c44fae5 CONFIG: Change Debian's default config to include "all" 2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
cc75c2769a CONFIG - undoing my erroneous commit of pxeknifetest as the prefix 2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
93614d5d4e Don't take 'enabled' too seriously
Ok, my bad.  Just marking it as 'enabled' was wrong.  Resetting to latest in the config file
works a lot better.
2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
7cb98f62c8 system information - Initial commit of the pieces needed to support the system information in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		PCISNIFER - which versions to snag of PCI Sniffer - really this is either latest, all or undefined as there is only one version
		            seemingly present at any given time
2015-03-18 23:29:21 -07:00
John 'Warthog9' Hawley
6d7b3f798d ntfs tools - Initial commit of the pieces needed to support the ntfs tools in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		NTPASSWORD - which versions to snag of NT Password Recovery - really this is either latest, all or undefined - you can define specific versions if you wish but it's a bit pointless
2015-03-18 23:29:15 -07:00
John 'Warthog9' Hawley
8050fb8414 linux boot disks - Initial commit of Recovery Is Possible (RIP)
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		RIP - which versions to snag of toms root boot - really this is either latest, all or undefined
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
1f656b80c4 linux boot disks - Initial commit of the pieces needed to support the linux boot disks in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		TOMSRTBT - which versions to snag of toms root boot - really this is either latest, all or undefined

Also includes a couple of small cleanups with respect to doing a make clean.
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
7123a861ac boot managers - Initial commit of the pieces needed to support the memory testers in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
	CONFIG:
		SUPERGRUBDISK - which versions to snag of super grub disk - really this is either latest, all or undefined

Also includes a couple of small cleanups with respect to doing a make clean.
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
9de2008621 Memory Testers - Initial commit of the pieces needed to support the memory testers in the makefile system
This adds the pieces needs for memory testers to work in the makefile system
        CONFIG:
                MEMTEST86PLUS - which versions to snag of memtest86+
		MEMTEST86     - which versions to snag of memtest

			these are actually more just defined or undefined right now, as they snag the latest (who needs more than one version of a specific memory tester?)

        memory_testers/Makefile:
                Full makefile overhaul, includes switches for the two, now, supported memorytesters.
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
6aa8f213ba Ubuntu - Initial commit of the pieces needed to support Ubuntu as an installer target
This adds the pieces needs for Debian
	CONFIG:
		UBUNTU - which versions to snag

	installers/Makefile:
		Directive to deal with adding fedora to the DIRS listing should UBUNTU be defined

	installers/ubuntu:
        		Directory and support programs (like getversions.sh) for Fedora
2015-03-18 23:23:31 -07:00
John 'Warthog9' Hawley
9af9e8d139 CONFIG - Fix Copy/Paste error in Debian documentation 2015-03-18 23:23:30 -07:00
John 'Warthog9' Hawley
7c98d5836e Debian - Initial commit of the pieces needed to support Debian as an installer target
This adds the pieces needs for Debian
    	CONFIG:
    		DEBIAN - which versions to snag

    	installers/Makefile:
    		Directive to deal with adding fedora to the DIRS listing should DEBIAN be defined

    	installers/debian:
    		Directory and support programs (like getversions.sh) for Fedora
2015-03-18 23:23:21 -07:00
John 'Warthog9' Hawley
e1cc8b5e4f Fedora - Initial commit of the pieces needed to support Fedora as an installer target
This adds the pieces needs for Fedora
	CONFIG:
		FEDORA - which versions to snag
		FEDORAMETHOD - The methods to do the installs by

	installers/Makefile:
		Directive to deal with adding fedora to the DIRS listing should FEDORA be defined

	installers/fedora:
		Directory and support programs (like getversions.sh) for Fedora
2015-03-18 23:20:50 -07:00
John 'Warthog9' Hawley
5141f9295e Initial commit of CONFIG - Basic configuration for PXE Knife
This adds the basic CONFIG file for PXE Knife, it containts 3 directives here

PXEKNIFEPREFIX - Prefix that is used with relation to the TFTP server and where PXE Knife lives

CENTOS & CENTOSMETHOD - Directives to deal with the enablines / disabling of Centos as a network installer
2015-03-18 23:20:50 -07:00