summaryrefslogtreecommitdiffstats
path: root/loader2/kickstart.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-566/+0
|
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-6/+5
|
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-2/+6
| | | | | | | | | For instances where the asprintf() was ignored, wrap it in a test to check if it failed. If it failed, log a message and abort. There may be some instances where abort may not be what we want to do, however, we were ignoring the return value completely so if we did get a failure, it would just SIGSEGV. Now it will SIGABRT instead.
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-11/+10
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+15
|
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-1/+2
|
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
|
* Don't display garbage in the dialog box to correct the kickstart file locationChris Lumens2007-06-291-4/+12
| | | | (#245936).
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-0/+3
| | | | | | | | | * anaconda (__main__): Log anaconda cmdline args * loader2/loader.c: Log when we force graphical, text or cmdline modes * loader2/kickstart.c: Log forced graphical, text, cmdline modes from kickstart.
* * loader2/kickstart.c: Support fetching kickstart files from HTTPDavid Cantrell2007-04-031-1/+28
| | | | | | URLs that require login information (<bnocera@redhat.com>, #194247) * loader2/kickstart.h: Likewise * loader2/urlinstall.c: Likewise
* Add a new updates kickstart commant for fetching an updates.img. ThisChris Lumens2007-02-281-0/+13
| | | | command also allows fetching from a floppy if no argument is provided.
* Don't try to free ksFile on ks=file: paths (#221904).Chris Lumens2007-01-091-0/+1
|
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-211-36/+89
| | | | allows the user to select a new location (#216446).
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-311-7/+9
|
* * loader2/nfsinstall.c (getFileFromNfs): More useful log message thanDavid Cantrell2006-08-011-1/+6
| | | | | | | "foo bar", set client IP string correctly before calling getHostandPath() (BZ #195203). * loader2/kickstart.c (getHostandPath): Debug log messages.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-46/+47
| | | | to it) all over the place.
* Attempt to eject the CD drive if we're in kickstart and given the --ejectChris Lumens2006-01-191-0/+1
| | | | parameter to halt or shutdown (#177554).
* Tweak section patch.Chris Lumens2005-08-161-4/+4
|
* Correctly detect when we're in a ks file section (dlehman, #165865).Chris Lumens2005-08-161-2/+2
|
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-5/+5
| | | | | | installer. Also make the output look the same. This isn't going to be nearly as sophisticated as the python logging module, but it will at least behave similarly with command line options.
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-4/+4
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-0/+9
| | | | | | | | | | | | * loader2/kickstart.c: Allow specifying 'mediacheck' in ks.cfg to specify mediacheck. * loader2/kickstart.h: Define constant. * kickstart.py (KickstartBase.readKickstart): Define no-op for 'mediacheck' keyword for stage2 * loader2/method.c (queryIsoMediaCheck): Allow mediacheck for kickstart if 'mediacheck' passed on the command line. (#116429) * loader2/cdinstall.c (queryCDMediaCheck): Likewise.
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-0/+4
| | | | | | | | the edd module's export of mbr signatures to map BIOS disks to Linux disk names. exposed for use in kickstart with part --onbiosdisk=, ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1 Patch from anaconda-devel-list, #106674
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-211-0/+54
| | | | install (#116414)
* turn on selinux mode if they specify selinux in their ks.cfgJeremy Katz2004-04-161-0/+9
|
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-1/+1
| | | | cards right now, but it could be relevant for other probes in the future)
* lots of probe_all nukingJeremy Katz2004-03-041-2/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-25/+15
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-40/+21
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* rest of remount tweaksMike Fulbright2003-05-011-3/+3
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+9
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* bump copyrightsMike Fulbright2003-03-281-1/+1
|
* add graphical kickstart directiveMike Fulbright2003-03-281-0/+9
|
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-3/+3
| | | | | | | | basically, create a new filesystem type and device which get used and add a keyword parameter for mounting the diff looks large, but most of it is adjusting callers of doPwMount in the loader
* add back device command for kickstartJeremy Katz2003-02-101-0/+3
|
* driverdisk command returns to kickstartJeremy Katz2003-02-101-3/+5
|
* add back support for 'linux ks' to grab server and filename from dhcp (#82404)Jeremy Katz2003-01-231-2/+3
|
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-231-0/+20
| | | | | to ip-kickstart. Also adds ftp kickstart file pulling. (#77320 at least... I think there are a few others on this)
* the loader shouldn't care about any of %post, %packages or %pre (fixes #71115)Jeremy Katz2003-01-021-4/+5
|
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-25/+64
|
* move some declarations into their own headersJeremy Katz2002-12-061-0/+5
|
* we can get our kickstart configs via nfs now. goodie.Jeremy Katz2002-12-041-2/+3
|
* add cdrom, hd and url ks handlersMike Fulbright2002-12-041-3/+3
|
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-9/+7
|
* msf seems to think this is important...Jeremy Katz2002-12-031-0/+309