summaryrefslogtreecommitdiffstats
path: root/loader2/loader.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | * text.py (stepToClasses): Remove silo stuff. * gui.py (stepToClasses): Likewise. * iw/silo_gui.py: Remove. * textw/silo_text.py: Remove.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | * utils/genhdlist.c: Genericize product dir * loader2/loader.c (initProductInfo): Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | * loader2/cdinstall.c (findRedHatCD): Change function to findAnacondaCD to be more general. * loader2/cdinstall.h: Likewise. * loader2/urlinstall.c: Likewise. * loader2/loader.c: Likewise.
* 2005-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-281-0/+2
| | | | | * loader2/loader.c (parseCmdLineFlags): Allow setting mtu on the command line (#151789)
* wrong type for retval from fgets()Peter Jones2005-03-021-1/+1
|
* s390 return value problem.Peter Jones2005-03-021-1/+3
|
* yet another return value being ignored slightly more cleverly.Peter Jones2005-03-021-9/+11
|
* Change the tty init code to simply initialize lots of terminals, rather thanPeter Jones2005-01-131-25/+34
| | | | | carrying an fd around in main(). This way it'll also get it right for mke2fs and friends. bz #137849
* - Set LANG=C for our shell on tty2, so the error messages are in the samePeter Jones2005-01-131-8/+25
| | | | | | | | language and font as the shell, instead of being having white squares for characters. - Work around a kernel fbcon bug. fbcon mangles the color palette if you allocate a new tty, which we do when spawning the shell. The workaround is to open the tty before bterm is started. bz #137849 .
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-041-2/+2
| | | | * loader2/loader.c: Apparently, I can't count (#144006)
* 2004-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-171-40/+0
| | | | * loader2/loader.c (setupRamdisk): Remove old code.
* (merge from rhel4-branch)Jeremy Katz2004-11-171-2/+3
| | | | | | | | | | | | | | | | | 2004-11-16 Jeremy Katz <katzj@redhat.com> * loader2/net.c (setKickstartNetwork): Allow passing --notksdevice to your network lines so that you don't try to use them as your device (#136903) * kickstart.py (KickstartBase.doNetwork): Handle --notksdevice here too. * loader2/net.c: Allow going back and manually changing the network device used even if ksdevice= is passed (#136903) * loader2/loader.c: Fix for serial console magic to work again with just console= and not explicit serial (#137971)
* i2004-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-101-1/+1
| | | | * loader2/loader.c: Fix tyop
* 2004-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-101-0/+2
| | | | * loader2/loader.c: Make serial imply nofb (#134167)
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-2/+47
| | | | | * loader2/loader.c (parseCmdLineIp): Add patch from Bastien Nocera to support parsing of pxelinux IPAPPEND (#134054)
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-1/+1
| | | | | | | * loader2/hardware.c: we need to always do our busprobe (fixes nonet, etc) * loader2/loader.c: noprobe ==> nousb and nofirewire
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-1/+1
| | | | | | | | | | | | * loader2/loader.c: Load dm-zero, dm-snapshot and dm-mirror (#132001) * scripts/mk-images.i386: * scripts/mk-images.ia64: * scripts/mk-images.ppc: * scripts/mk-images.s390: * scripts/mk-images.x86_64: Use a variable for raid and lvm modules. Add dm-zero, dm-snapshot and dm-mirror (#132001)
* add nonet and nostorage to not automatically load network and storageJeremy Katz2004-09-161-1/+5
| | | | | drivers. useful if you're kickstarting and need to do an alternate driver as you can then do a device line in your ks.cfg
* add flags.virtpconsole to be used with virtual physical consoles likeJeremy Katz2004-09-131-4/+10
| | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
* - add support for CTC protocol selection #132324, #132325Karsten Hopp2004-09-131-0/+3
|
* - Things are getting complicated.Karsten Hopp2004-09-011-2/+2
| | | | | | | qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
* get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID ↵Karsten Hopp2004-08-261-2/+2
| | | | instead, required for IUCV setup
* hack so that if we have a "weird" physical console, we don't later try to thinkJeremy Katz2004-08-251-2/+8
| | | | | it's serial. also carry in the iseries checking into the loader. *sigh* (#130906)
* make the /etc/selinux symlink earlier (#129860)Jeremy Katz2004-08-161-4/+3
|
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-2/+5
| | | | | | | | 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
* move message so it doesn't show up on every kickstart installBill Nottingham2004-07-091-4/+4
|
* /* FIXME: this is a bad hack for libselinux keeping staticanaconda-10.0.1-2Jeremy Katz2004-07-071-0/+4
| | | | | * track of what paths to use and defaulting to the wrong * paths */
* re-enable selinux by defaultJeremy Katz2004-07-071-1/+1
|
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-211-2/+12
| | | | install (#116414)
* boot command line support for essid and wepkey tooJeremy Katz2004-06-181-0/+4
|
* merge changes from taroon branch:Jeremy Katz2004-06-141-0/+4
| | | | | | * configurable amount of time to wait for link to be available * wait for a link after bringing the interface back up with its final ip as some switches decide that they should reconfigure at that point (#115825)
* kill 'linux expert'Jeremy Katz2004-06-031-4/+6
|
* - add qeth parameters to loaderData structure.Karsten Hopp2004-05-261-0/+9
| | | | | | | - read additional parameters for ccw devices from netinfo and write them to ifcfg-xxx (mtu and ptpaddr can now be removed from pump.h)
* If they're using kickstart, assume they might know what they're doing.Jeremy Katz2004-05-261-0/+7
| | | | Worst case is we fail later
* parse command line arguments sooner so that --test really doesn't dependJeremy Katz2004-05-251-16/+16
| | | | on /var/run/loader.run not being there
* load raid6Jeremy Katz2004-05-201-1/+1
|
* if selinux is in the ks.cfg, we need to be able to turn it on. policyJeremy Katz2004-05-051-0/+2
| | | | | was getting loaded, but the second stage wasn't noticing that it needed to be enabled. hack it in
* simplify logic and fix selinux stuff a bit moreJeremy Katz2004-04-161-1/+2
|
* load selinux policy before we start the shell on tty2. we lose the abilityJeremy Katz2004-04-141-14/+14
| | | | | to put policy updates in an updates.img, but it means that the shell is somewhat sane
* make selinux a little bit more of an opt-inJeremy Katz2004-04-141-3/+5
|
* compile fixJeremy Katz2004-03-311-1/+1
|
* handle a policy load failure by disabling selinuxJeremy Katz2004-03-301-0/+4
|
* fix hard drive installs (#118881)Jeremy Katz2004-03-221-0/+3
|
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-3/+3
| | | | cards right now, but it could be relevant for other probes in the future)
* first pass at getting noprobe to do something sane. if there's a device thatJeremy Katz2004-03-111-5/+18
| | | | | | | requires a driver but we don't have the driver, then we probably shouldn't count it. this will at least let things sort of work, but isn't a real solution for the problem (since we'll then show both network devices even if only one of the drivers is loaded, etc)
* various other foo.o -> foo.ko conversionsBill Nottingham2004-03-051-1/+1
|
* lots of probe_all nukingJeremy Katz2004-03-041-2/+2
|
* set language earlier if lang= used (#117204)Jeremy Katz2004-03-041-0/+4
|
* shuffle some selinux stuff around. make policy version be dynamic, setJeremy Katz2004-02-231-32/+7
| | | | context of running anaconda to be anaconda_t
* let's try firewire again ... (#105602)Jeremy Katz2004-02-181-3/+1
|