summaryrefslogtreecommitdiffstats
path: root/loader/kickstart.h
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-29/+0
| | | | IT IS ACCOMPLISHED.
* Don't call preprocessKickstart from within anaconda as well.Chris Lumens2011-01-251-1/+1
| | | | | Since the loader is doing this now, we can just call it once there, then pass the preprocessed file location into anaconda via the --kickstart parameter.
* Convert kickstart functions to use Python.Chris Lumens2011-01-251-1/+0
|
* Get rid of the kickstart command codes, and alphabetize the command table.Chris Lumens2011-01-251-21/+0
|
* Remove ksReadCommands, convert to using pykickstart for parsing.Chris Lumens2011-01-251-5/+1
| | | | | | | This involves converting runKickstart to setting up the pykickstart interface and then walking through every entry in ksTable to call the setupData function. A later patch will change these functions to make sure there's something for them to do before running.
* break the dependency of modules.c on loader.hAles Kozumplik2010-07-201-0/+1
|
* Bring up network for local hd vnc kickstart installs (#522064)David Cantrell2010-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | Where people come up with these use cases is beyond me. Here we go: 1) Prepare an ext2/3/4 volume on the hard disk and drop the install DVD iso as well as images/install.img on there. 2) Drop a kickstart file on this volume called ks.cfg. Make sure it: a) Has *no* 'network' lines b) Uses 'harddrive --partition=DEVICE --dir=/PATH' c) Contains a valid 'vnc' line 2) Copy vmlinuz and initrd.img to the /boot directory for the system. 3) Edit boot loader configuration to boot the installer kernel+ramdisk. 4) Reboot system, choose installer and pass: ks=hd:DEVICE:ks.cfg Without this patch, the network is never configured during loader because both the install media and kickstart file are provided locally. However, we do need to bring up the network for vnc, so look for a vnc line in the kickstart file and make sure the network is brought up.
* getHostAndPath is only used by the nfs code, so move it.Chris Lumens2009-09-301-2/+0
| | | | | Also, rip out all the username/password stuff too. That's not needed for nfs.
* Do not bring up network for non-remote kickstart locations (#471658)David Cantrell2008-11-171-0/+1
| | | | | | | If the user passes ks=hd: or another non-remote kickstart location, do not bring up networking during installation. However, if they pass the 'vnc' parameter, make sure we do bring up networking early because we can't let them configure it by the time we get to stage2.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+54
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-20/+0
|
* re-enable setting the keyboard map for kickstart installs (#56379)Jeremy Katz2001-11-261-0/+1
|
* tried adding deviceprobe commandErik Troan2000-07-121-0/+1
|
* began adding driverdisk command -- it's not working yet thoughMatt Wilson1999-09-191-9/+10
|
* added text directive for kickstartErik Troan1999-09-061-0/+1
|
* added xdisplay commandErik Troan1999-08-311-0/+1
|
* first attempt at kickstartErik Troan1999-08-251-0/+15