Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | at this point, I'm fairly responsible for this mess too. update copyright date | Jeremy Katz | 2004-08-13 | 1 | -2/+3 | |
| | ||||||
* | also helps to open the console as r/w | Jeremy Katz | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | oops, forgot a part of the ppc console fix. also, only close fd | Jeremy Katz | 2004-08-13 | 1 | -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 virtual | Jeremy Katz | 2004-08-13 | 1 | -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 #129761 | Jeremy Katz | 2004-08-12 | 1 | -3/+40 | |
| | ||||||
* | only stub out setlocale with diet for right now | Jeremy Katz | 2004-08-12 | 1 | -0/+3 | |
| | ||||||
* | don't try to look up the hostname if we don't have any dns servers (#129588) | Jeremy Katz | 2004-08-10 | 1 | -0/+5 | |
| | ||||||
* | - got a hint from IBM that the subchannels are usually only in the 0100-0900 | Karsten Hopp | 2004-08-04 | 1 | -1/+2 | |
| | | | | | range - ;-( ipv6 dependency still not fixed (#126008) | |||||
* | try to fix twaugh's segfault (#129058) | Jeremy Katz | 2004-08-03 | 1 | -4/+4 | |
| | ||||||
* | typo | Karsten Hopp | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | - first attempt to fix iucv configuration (#127844) | Karsten Hopp | 2004-08-02 | 1 | -15/+9 | |
| | ||||||
* | write FCP_* variables from commandline or .conf file into /tmp/fcpconfig | Karsten Hopp | 2004-08-02 | 1 | -0/+4 | |
| | ||||||
* | Remember that it is a wireless interface (bug #128713) | twaugh | 2004-07-29 | 1 | -0/+1 | |
| | ||||||
* | actually setting the values will help... (#128713) | Jeremy Katz | 2004-07-28 | 1 | -0/+16 | |
| | ||||||
* | - don't write 'QETH=' without a value to netinfo file, this seems to screw up | Karsten Hopp | 2004-07-23 | 1 | -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-list | Karsten Hopp | 2004-07-17 | 1 | -0/+1 | |
| | ||||||
* | #ifdef __s390__ zfcp module loading | Karsten Hopp | 2004-07-15 | 1 | -1/+4 | |
| | ||||||
* | Jeremy: | Karsten Hopp | 2004-07-15 | 1 | -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 using | Jeremy Katz | 2004-07-09 | 5 | -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 install | Bill Nottingham | 2004-07-09 | 1 | -4/+4 | |
| | ||||||
* | /* FIXME: this is a bad hack for libselinux keeping static | Jeremy Katz | 2004-07-07 | 1 | -0/+4 | |
| | | | | | * track of what paths to use and defaulting to the wrong * paths */ | |||||
* | re-enable selinux by default | Jeremy Katz | 2004-07-07 | 1 | -1/+1 | |
| | ||||||
* | oops, syntax fix | Jeremy Katz | 2004-07-07 | 1 | -0/+1 | |
| | ||||||
* | try to mount loopback images as vfat too (#127072). could cause weirdness | Jeremy Katz | 2004-07-06 | 1 | -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 installs | Jeremy Katz | 2004-06-30 | 1 | -0/+6 | |
| | ||||||
* | don't free line or else we lose our parm. this will leak a little but | Jeremy Katz | 2004-06-29 | 1 | -1/+2 | |
| | | | | will work temporarily | |||||
* | remove ipv6 now that it's no longer required | Jeremy Katz | 2004-06-29 | 1 | -1/+0 | |
| | ||||||
* | don't disable interfaces in test mode | Jeremy Katz | 2004-06-28 | 1 | -1/+2 | |
| | ||||||
* | add bcak qlogicisp (#126754) | Jeremy Katz | 2004-06-28 | 1 | -0/+4 | |
| | ||||||
* | add ipr | Jeremy Katz | 2004-06-23 | 1 | -0/+4 | |
| | ||||||
* | more static | Jeremy Katz | 2004-06-21 | 1 | -1/+1 | |
| | ||||||
* | make functions static, remove some unused ones | Jeremy Katz | 2004-06-21 | 1 | -80/+6 | |
| | ||||||
* | kickstart commands to control doing reboot/poweroff/halt at the end of an | Jeremy Katz | 2004-06-21 | 4 | -6/+73 | |
| | | | | install (#116414) | |||||
* | add support for being able to halt or poweroff in addition to rebooting. done | Jeremy Katz | 2004-06-21 | 2 | -18/+100 | |
| | | | | in response to the init process receiving SIGUSR1 or SIGUSR2 (#116414) | |||||
* | boot command line support for essid and wepkey too | Jeremy Katz | 2004-06-18 | 1 | -0/+4 | |
| | ||||||
* | allow setting essid and wepkey in kickstart with --essid and --wepkey on | Jeremy Katz | 2004-06-18 | 2 | -1/+34 | |
| | | | | the network line | |||||
* | add support for passing a port with your http host. patch from | Jeremy Katz | 2004-06-16 | 1 | -4/+17 | |
| | | | | otaylor (#126100) | |||||
* | - add some checks if the user uses a different syntax | Karsten Hopp | 2004-06-16 | 1 | -1/+6 | |
| | ||||||
* | - this can't work ;-( | Karsten Hopp | 2004-06-16 | 1 | -2/+3 | |
| | ||||||
* | merge changes from taroon branch: | Jeremy Katz | 2004-06-14 | 2 | -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 Katz | 2004-06-11 | 1 | -0/+2 | |
| | ||||||
* | pull in rpmvercmp, use for sorting so that our sorting is smarter for | Jeremy Katz | 2004-06-11 | 1 | -1/+97 | |
| | | | | things like hda1, hda2, hda13 | |||||
* | targeted policy updates, a few little simplifications | Jeremy Katz | 2004-06-09 | 1 | -4/+5 | |
| | ||||||
* | dasd_eckd_mod is busy until you set the device offline | Karsten Hopp | 2004-06-09 | 1 | -0/+2 | |
| | ||||||
* | - Fix declaration for finalName and fullName in extractModule to be really | pknirsch | 2004-06-09 | 1 | -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 fixing | Jeremy Katz | 2004-06-09 | 1 | -0/+1 | |
| | ||||||
* | warning fix | Jeremy Katz | 2004-06-09 | 1 | -0/+2 | |
| | ||||||
* | include disks so that we get usb keys. also only show the disk we want | Jeremy Katz | 2004-06-09 | 1 | -5/+15 | |
| | | | | and a few other little cosmetic things | |||||
* | changes to allow picking an image off of a device. does't yet include | Jeremy Katz | 2004-06-09 | 1 | -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 only | Jeremy Katz | 2004-06-09 | 3 | -138/+177 | |
| | | | | show the partitions of |