summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-011-1/+1
| | | | * loader2/module-info: Fix megaraid_mbox module name (#134369)
* 2004-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-011-1/+1
| | | | * loader2/driverdisk.c: Another uninitialized variable (#133996)
* 2004-09-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-301-7/+5
| | | | * loader2/net.c: Make changing the DNS server work (#122554)
* 2004-09-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-291-1/+1
| | | | * loader2/driverdisk.c: Fix hang with driver disks (#131112, #122952)
* 2004-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-282-2/+2
| | | | | | * loader2/hdinstall.c (setKickstartHD): * loader2/urlinstall.c (setKickstartUrl): Make sure variables are initialized (#133996).
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-2/+2
| | | | | | | * loader2/driverdisk.c: Don't try to mount as ext3 (we don't have the module). If we haven't mounted a partition, don't fail the driver disk load (#133036)
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-272-3/+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/+4
| | | | * loader2/hdinstall.c: skip over /dev if given for path (#121486)
* 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)
* 2004-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-241-0/+1
| | | | | | | | | | * loader2/Makefile (VERSION): Define VERSION. * Makefile: Define VERSION and RELEASE here. * Makefile.inc (VERSION): * Makefile.inc (RELEASE): Move to Makefile
* 2004-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-241-0/+4
| | | | * loader2/module-info: Add 3w-9xxx (#133525)
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-1/+2
| | | | | * loader2/getparts.c (isPartitionName): i2o devices don't use a "p" separator (#133379)
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-2/+2
| | | | * loader2/cdinstall.c: Don't use PROBE_LOADED for cd probing (#131033)
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-0/+4
| | | | | * loader2/hardware.c: We can always probe devices with current supported hardware. (#132592)
* fix megaraid module nameBill Nottingham2004-09-231-5/+1
|
* 2004-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-211-4/+18
| | | | | | | | | * loader2/net.c (chooseNetworkInterface): Support using ksdevice=macaddr instead of ksdevice=link or ksdevice=ethX. Should sanitize the mac address to handle most sane formats (#130605). * isys/getmacaddr.c (sanitizeMacAddr): Add function. * isys/getmacaddr.h (sanitizeMacAddr): Add prototype.
* add nonet and nostorage to not automatically load network and storageJeremy Katz2004-09-163-3/+19
| | | | | 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
* don't show login error if silent errors (#132673)Jeremy Katz2004-09-151-3/+4
|
* fix going back from the partition list on a driver disk (#132096)Jeremy Katz2004-09-131-0/+1
|
* add flags.virtpconsole to be used with virtual physical consoles likeJeremy Katz2004-09-135-8/+18
| | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301)
* this works better when using the correct variable namesKarsten Hopp2004-09-131-3/+3
|
* - add support for CTC protocol selection #132324, #132325Karsten Hopp2004-09-134-2/+7
|
* lets break stringfreeze, I'm not sure if this gets translated anyway:Karsten Hopp2004-09-131-1/+13
| | | | - add support for CTC protocol selection #132324, #132325
* probe vio bus also for modules to load (for power5)Jeremy Katz2004-09-081-1/+1
|
* add via-velocity (#131872)Bill Nottingham2004-09-071-0/+4
|
* add ibmveth and ibmvscsic modulesJeremy Katz2004-09-071-0/+9
|
* put pci.ids on the boot imagesBill Nottingham2004-09-031-0/+6
| | | | allow pci.ids and modules.pcimap on driver disks
* - Things are getting complicated.Karsten Hopp2004-09-015-11/+10
| | | | | | | 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
* remove bogus driver that no longer existsJeremy Katz2004-08-311-3/+0
|
* patch from msw to not ignore dot files when copying over the /tmpJeremy Katz2004-08-311-1/+1
|
* - qeth devices can be ethX, trX and hsiX, token ring with qeth was missingKarsten Hopp2004-08-301-24/+17
| | | | | | until now. Configure the device and check which interface shows up This simplifies the script quite a bit and it should be more obvious to the user what he has to enter
* - there's no escon0 interface anymore with kernel2.6, it's called ctc0 nowKarsten Hopp2004-08-301-6/+5
|
* - missed one trKarsten Hopp2004-08-301-1/+1
|
* - LCS automatically detects if a subchannel is ethernet or tokenringKarsten Hopp2004-08-301-5/+10
| | | | load the module, configure it and check which device shows up
* - we can reuse portname here, it's almost the same and requires only minimalKarsten Hopp2004-08-301-5/+9
| | | | | changes to the initscripts - PORTNAME didn't get written to netinfo, but is parsed in network.py
* add support for LCS portnumbers (#131167)Karsten Hopp2004-08-301-0/+8
|
* get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID ↵Karsten Hopp2004-08-265-15/+8
| | | | instead, required for IUCV setup
* iucv is only a helper module, netiucv needs to be loadedKarsten Hopp2004-08-261-1/+1
|
* exec load_policy with -q to make warning be quiet (#129860)Jeremy Katz2004-08-251-1/+1
|
* hack so that if we have a "weird" physical console, we don't later try to thinkJeremy Katz2004-08-252-2/+11
| | | | | it's serial. also carry in the iseries checking into the loader. *sigh* (#130906)
* add emulex driver to module-info since I know it's going to show up soonerJeremy Katz2004-08-251-0/+4
| | | | or later
* - rip out CHANDEV parsing stuff, it's to error prone (129167)Karsten Hopp2004-08-251-23/+6
|
* set weird non-physical console terminals up to use vt100-nav and beJeremy Katz2004-08-181-2/+4
| | | | somewhat serial like (#129761, others)
* make the /etc/selinux symlink earlier (#129860)Jeremy Katz2004-08-161-4/+3
|
* - wait for sysfs files to show up to work around timing problemsKarsten Hopp2004-08-161-5/+20
| | | | (#129167)
* generalize a little bit, add ttySG0 checking for altix (sgi ia64)Jeremy Katz2004-08-131-8/+11
|
* at this point, I'm fairly responsible for this mess too. update copyright dateJeremy Katz2004-08-131-2/+3
|
* also helps to open the console as r/wJeremy Katz2004-08-131-1/+1
|
* oops, forgot a part of the ppc console fix. also, only close fdJeremy Katz2004-08-131-2/+3
| | | | if it's > 2 (otherwise, we close one of the fds we expected to have open)
* newer ibm pseries boxes have consoles that a) don't use the usual virtualJeremy Katz2004-08-131-5/+22
| | | | | console device and b) aren't serial consoles. joy. so, let's check if we have one of those first and if we do, we use it. (#128255)