summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* better stubbing, should fix #129761Jeremy Katz2004-08-121-3/+40
|
* only stub out setlocale with diet for right nowJeremy Katz2004-08-121-0/+3
|
* don't try to look up the hostname if we don't have any dns servers (#129588)Jeremy Katz2004-08-101-0/+5
|
* - got a hint from IBM that the subchannels are usually only in the 0100-0900Karsten Hopp2004-08-041-1/+2
| | | | | range - ;-( ipv6 dependency still not fixed (#126008)
* try to fix twaugh's segfault (#129058)Jeremy Katz2004-08-031-4/+4
|
* typoKarsten Hopp2004-08-031-1/+1
|
* - first attempt to fix iucv configuration (#127844)Karsten Hopp2004-08-021-15/+9
|
* write FCP_* variables from commandline or .conf file into /tmp/fcpconfigKarsten Hopp2004-08-021-0/+4
|
* Remember that it is a wireless interface (bug #128713)twaugh2004-07-291-0/+1
|
* actually setting the values will help... (#128713)Jeremy Katz2004-07-281-0/+16
|
* - don't write 'QETH=' without a value to netinfo file, this seems to screw upKarsten Hopp2004-07-231-1/+3
| | | | | the qeth workaround in network.py - make sure all devices have an alias in modprobe.conf
* - fix LCS module dependency reported on fedora-devel-listKarsten Hopp2004-07-171-0/+1
|
* #ifdef __s390__ zfcp module loadingKarsten Hopp2004-07-151-1/+4
|
* Jeremy:Karsten Hopp2004-07-151-9/+7
| | | | | | | | Not sure about adding zfcp to the list of scsi modules, even though it just prints a warning on non-mainframe. Should this be #ifdef'd ? The rest fixes one of your FIXME's, I run into this bug without knowing that you already had a patch in -HEAD, maybe I should update more often.
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-095-5/+90
| | | | | | | | 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 staticJeremy 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
|
* oops, syntax fixJeremy Katz2004-07-071-0/+1
|
* try to mount loopback images as vfat too (#127072). could cause weirdnessJeremy Katz2004-07-061-0/+4
| | | | | | | | if someone did something wrong, but they'll just get a different failure case. realistically, should probably change mountLoopback() to take a list of valid filesystems to try when mounting
* don't think that iseries console devices are serial installsJeremy Katz2004-06-301-0/+6
|
* don't free line or else we lose our parm. this will leak a little butJeremy Katz2004-06-291-1/+2
| | | | will work temporarily
* remove ipv6 now that it's no longer requiredJeremy Katz2004-06-291-1/+0
|
* don't disable interfaces in test modeJeremy Katz2004-06-281-1/+2
|
* add bcak qlogicisp (#126754)Jeremy Katz2004-06-281-0/+4
|
* add iprJeremy Katz2004-06-231-0/+4
|
* more staticJeremy Katz2004-06-211-1/+1
|
* make functions static, remove some unused onesJeremy Katz2004-06-211-80/+6
|
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-214-6/+73
| | | | install (#116414)
* add support for being able to halt or poweroff in addition to rebooting. doneJeremy Katz2004-06-212-18/+100
| | | | in response to the init process receiving SIGUSR1 or SIGUSR2 (#116414)
* boot command line support for essid and wepkey tooJeremy Katz2004-06-181-0/+4
|
* allow setting essid and wepkey in kickstart with --essid and --wepkey onJeremy Katz2004-06-182-1/+34
| | | | the network line
* add support for passing a port with your http host. patch fromJeremy Katz2004-06-161-4/+17
| | | | otaylor (#126100)
* - add some checks if the user uses a different syntaxKarsten Hopp2004-06-161-1/+6
|
* - this can't work ;-(Karsten Hopp2004-06-161-2/+3
|
* merge changes from taroon branch:Jeremy Katz2004-06-142-3/+12
| | | | | | * 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)
* sort net devs (#122782)Jeremy Katz2004-06-111-0/+2
|
* pull in rpmvercmp, use for sorting so that our sorting is smarter forJeremy Katz2004-06-111-1/+97
| | | | things like hda1, hda2, hda13
* targeted policy updates, a few little simplificationsJeremy Katz2004-06-091-4/+5
|
* dasd_eckd_mod is busy until you set the device offlineKarsten Hopp2004-06-091-0/+2
|
* - Fix declaration for finalName and fullName in extractModule to be reallypknirsch2004-06-091-7/+6
| | | | | | | static variables. Otherwise the addresses are no longer valid when the function returns. - Remove bogous double free() of ballPath in case the modules.cgz couldn't be loaded or the install of the CPIO file failed.
* more non diet warning fixingJeremy Katz2004-06-091-0/+1
|
* warning fixJeremy Katz2004-06-091-0/+2
|
* include disks so that we get usb keys. also only show the disk we wantJeremy Katz2004-06-091-5/+15
| | | | and a few other little cosmetic things
* changes to allow picking an image off of a device. does't yet includeJeremy Katz2004-06-091-5/+121
| | | | disk-like devices (think usb key) in the list yet
* move partition list code out into its own file, let it take a drive to onlyJeremy Katz2004-06-093-138/+177
| | | | show the partitions of