summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* update gitignoreJeremy Katz2007-12-041-2/+2
|
* New version.Chris Lumens2007-11-281-1/+1
|
* Strip out the wiki markup from docs (Paul Frields, #387341).Chris Lumens2007-11-162-3/+8
|
* Add a phony Makefile target to fix the build again.Chris Lumens2007-11-121-0/+2
|
* further things to ignoreJeremy Katz2007-11-051-0/+2
|
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
|
* makefile changes to create an archive with git -- use 'make archive'Jeremy Katz2007-11-051-0/+12
|
* docs/install-methods.txt: Update definition of Exploded tree (#252407)msivak2007-08-241-3/+5
|
* Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,Chris Lumens2007-07-301-1/+1
| | | | | | makedev, mknod, getopt, cdRwList, and ideCdRwList functions. Rename *_int label reading functions to _*_int so they're not exported. Add API documentation.
* Fetch command-line.txt and kickstart-docs.txt from the Fedora wiki forChris Lumens2007-07-262-1923/+0
| | | | inclusion in the package.
* class -> dhcpclass since that's what loader expects (#248910).Chris Lumens2007-07-201-1/+1
|
* * loader2/loader.c: Remove support for nofb and vga16 framebufferBill Nottingham2007-06-181-3/+0
| | | | | | * scripts/mk-images: Remove vga16 framebuffer module, bterm terminfo * scripts/upd-instroot: Likewise. * docs/command-line.txt: Remove nofb docs
* * docs/command-line.txt: Remove obsolete noparport docsBill Nottingham2007-06-181-2/+0
|
* Describe nfs --opts (#234187). Remove user and service examples from %postChris Lumens2007-05-081-89/+85
| | | | script section. Explain %packages --default.
* Document "asknetwork" option (#233035).Chris Lumens2007-03-201-0/+3
|
* Update to describe --ignoremissing better (#209966).Chris Lumens2007-03-161-10/+13
|
* Add a new updates kickstart commant for fetching an updates.img. ThisChris Lumens2007-02-281-1/+14
| | | | command also allows fetching from a floppy if no argument is provided.
* Update documentation.Chris Lumens2007-02-231-2/+6
|
* Describe nokill option (#218412).Chris Lumens2006-12-041-105/+93
|
* Update documentation for current options and commands.Chris Lumens2006-11-141-46/+184
|
* Document --nobase argument.Chris Lumens2006-11-131-0/+8
|
* Updated (#214159).Chris Lumens2006-11-071-26/+37
|
* Remove DDC probing support to sync up with how rhpxl is going to work.Chris Lumens2006-08-011-2/+0
|
* Make sure we pull in the ipv6.ko module and load that. I thought a noipv6David Cantrell2006-06-081-0/+2
| | | | | option would be good for people who fear change, so I'll get that implemented throughout the loader.
* Ignore generated documentation.David Cantrell2006-05-301-0/+1
|
* * Makefile: Added api doxygen target.David Cantrell2006-05-301-0/+1237
| | | | | * docs/api.cfg: Doxygen configuration file for generating anaconda API documentation.
* # WRITE MEDavid Cantrell2006-05-171-0/+106
|
* Document repo keyword.Chris Lumens2006-05-081-0/+24
|
* Update documentation for new commands.Chris Lumens2006-05-031-0/+57
|
* 2006-05-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-012-5/+9
| | | | | * docs/kickstart-docs.txt: Update for nfs mount options. * docs/command-line.txt: Likewise.
* Update to reflect codePaul Nasrat2006-04-181-4/+3
|
* Update kickstart documentation.Chris Lumens2006-02-131-180/+77
|
* Support bytesPerInode on RAID (Curtis Doty <Curtis at Greenkey.net, #175288).Chris Lumens2005-12-081-0/+6
|
* Support remote updates.img.Chris Lumens2005-10-211-0/+4
|
* Describe xconfig changes.Chris Lumens2005-09-121-11/+4
|
* We've been silently ignoring on the mouse keyword for a while now. Time toChris Lumens2005-08-171-3/+5
| | | | be more noisy about it so people will correct their files.
* 2005-08-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-171-2/+13
| | | | | | | | | | * loader2/net.c: Add support for ksdevice=bootif with patch from Alex Kiernan (alex.kiernan@gmail.com). This plus "IPAPPEND 2" in your pxelinux config will set your install device to the one you pxebooted from. (#166135) * loader2/loader.h: Likewise. * loader2/loader.c: Likewise. * docs/command-line.txt: Document it!
* Added syslog= parameter for logging to a remote machine once we're out ofChris Lumens2005-08-151-0/+5
| | | | the loader.
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-16/+0
| | | | | | | | * kickstart.py (Kickstart.readKickstart): Remove obsolete and dead --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise. * docs/kickstart-docs.txt: Likewise.
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-151-1/+5
| | | | tty3 going when we get to pythonland.
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-21/+10
| | | | support package groups to the %packages section of the kickstart file.
* Recognize --label for the part keyword (#79832).Chris Lumens2005-04-271-0/+6
|
* No longer use lilo.Peter Jones2005-02-211-22/+3
|
* Fix a traceback where there is no %post scriptlet. Synchronize the kickstartChris Lumens2005-02-091-35/+110
| | | | | options described in the documentation with what's actually supported in code.
* We're only going to be shipping text documentation for kickstart now, so IChris Lumens2005-02-082-5910/+792
| | | | | have removed the HTML one. Also I cleaned up the text one a bit since it was automatically generated. Changes to follow.
* update docs for nonet and nostorageJeremy Katz2004-09-161-0/+4
|
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-0/+3
|
* merge from taroonJeremy Katz2003-09-202-1716/+1741
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* merge changes from taroon branchJeremy Katz2003-08-201-0/+5
|
* updateMike Fulbright2003-08-181-8/+2
|