Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add explanatory text to the top of the directory browser stuff, fix | Jeremy Katz | 2004-06-09 | 3 | -14/+40 | |
| | | | | non-standalone build | |||||
* | advansys came back | Jeremy Katz | 2004-06-08 | 1 | -0/+4 | |
| | ||||||
* | read configuration from a bash-style file on CMS filesystem | Karsten Hopp | 2004-06-07 | 1 | -0/+17 | |
| | ||||||
* | add a newt-based file selector that's probably slightly over-engineered for | Jeremy Katz | 2004-06-04 | 3 | -0/+194 | |
| | | | | my purposes | |||||
* | kill 'linux expert' | Jeremy Katz | 2004-06-03 | 1 | -4/+6 | |
| | ||||||
* | add a comment, write out essid and wepkey | Jeremy Katz | 2004-05-27 | 2 | -0/+7 | |
| | ||||||
* | fix dhcp to actually have a device to get a dhcp request for | Jeremy Katz | 2004-05-27 | 2 | -5/+9 | |
| | ||||||
* | - add qeth parameters to loaderData structure. | Karsten Hopp | 2004-05-26 | 4 | -9/+38 | |
| | | | | | | | - 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 Katz | 2004-05-26 | 1 | -0/+7 | |
| | | | | Worst case is we fail later | |||||
* | - add_parms is gone, portname is required for older z/VM | Karsten Hopp | 2004-05-26 | 1 | -4/+6 | |
| | ||||||
* | this might get to where I can install over wireless (untested). still needs | Jeremy Katz | 2004-05-25 | 2 | -10/+72 | |
| | | | | | a little bit of work so that back/next will work properly through the wireless config. also things don't get preserved for the actual boot | |||||
* | add some wireless cards | Jeremy Katz | 2004-05-25 | 1 | -0/+41 | |
| | ||||||
* | parse command line arguments sooner so that --test really doesn't depend | Jeremy Katz | 2004-05-25 | 1 | -16/+16 | |
| | | | | on /var/run/loader.run not being there | |||||
* | simple screen for getting wireless adapter information, still has to get hooked | Jeremy Katz | 2004-05-24 | 1 | -0/+29 | |
| | | | | up | |||||
* | support a lang of none to do english text-mode | Jeremy Katz | 2004-05-20 | 1 | -2/+3 | |
| | ||||||
* | load raid6 | Jeremy Katz | 2004-05-20 | 1 | -1/+1 | |
| | ||||||
* | - I wonder what this was for ? It breaks in Network:__init__ because | Karsten Hopp | 2004-05-19 | 1 | -1/+0 | |
| | | | | | | | netinf = string.splitfields(line, '=') info [netinf[0]] = string.strip(netinf[1]) fails. Strange, I thought the loader would rewrite that file ? | |||||
* | write SUBCHANNELS into netinfo file, export it to the shell | Karsten Hopp | 2004-05-19 | 1 | -0/+2 | |
| | ||||||
* | use a more descriptive variable name which matches the one used in the ↵ | Karsten Hopp | 2004-05-19 | 1 | -11/+11 | |
| | | | | initscripts | |||||
* | write /tmp/modprobe.conf instead of /tmp/modules.conf | Karsten Hopp | 2004-05-19 | 1 | -3/+3 | |
| | ||||||
* | merge anaconda-10_0-branch changes back to HEAD | Jeremy Katz | 2004-05-18 | 1 | -1/+6 | |
| | ||||||
* | add usb nics | Jeremy Katz | 2004-05-17 | 1 | -0/+21 | |
| | ||||||
* | why does IBM wait until U2 is public and then finally starts testing ? I ↵ | Karsten Hopp | 2004-05-13 | 1 | -1/+1 | |
| | | | | really need to set up IUCV now.... (bz#119495) | |||||
* | wrong module order | Karsten Hopp | 2004-05-13 | 1 | -1/+1 | |
| | ||||||
* | qeth again | Jeremy Katz | 2004-05-11 | 1 | -1/+1 | |
| | ||||||
* | fix tyop (#118049) | Jeremy Katz | 2004-05-06 | 1 | -1/+1 | |
| | ||||||
* | avoid cdrom hack on mainframe | Karsten Hopp | 2004-05-06 | 1 | -0/+2 | |
| | ||||||
* | veth is now iseries_veth | Jeremy Katz | 2004-05-05 | 2 | -1/+5 | |
| | ||||||
* | if selinux is in the ks.cfg, we need to be able to turn it on. policy | Jeremy Katz | 2004-05-05 | 1 | -0/+2 | |
| | | | | | was getting loaded, but the second stage wasn't noticing that it needed to be enabled. hack it in | |||||
* | add some sata controllers (#122215) | Jeremy Katz | 2004-05-03 | 1 | -0/+12 | |
| | ||||||
* | fix for method= based on mattdm's patch (#84156) | Jeremy Katz | 2004-04-30 | 1 | -9/+10 | |
| | ||||||
* | multiple dns servers via the boot parameter fix from mattdm (#84409) | Jeremy Katz | 2004-04-30 | 1 | -1/+1 | |
| | ||||||
* | don't segfault if there's not a device (#122019) | Jeremy Katz | 2004-04-29 | 1 | -0/+1 | |
| | ||||||
* | make sure we have a device for when kudzu returns something I don't | Jeremy Katz | 2004-04-29 | 1 | -0/+2 | |
| | | | | really expect (brent's bug) | |||||
* | can't remember why we started the portmapper. It currently doesn't get ↵ | Karsten Hopp | 2004-04-20 | 1 | -2/+2 | |
| | | | | copied to the initrd anyway. | |||||
* | turn on selinux mode if they specify selinux in their ks.cfg | Jeremy Katz | 2004-04-16 | 2 | -0/+10 | |
| | ||||||
* | simplify logic and fix selinux stuff a bit more | Jeremy Katz | 2004-04-16 | 2 | -2/+2 | |
| | ||||||
* | - parse old CHANDEV variable (wow, no external commands used at all ;-) ) | Karsten Hopp | 2004-04-15 | 1 | -0/+23 | |
| | ||||||
* | load selinux policy before we start the shell on tty2. we lose the ability | Jeremy Katz | 2004-04-14 | 1 | -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-in | Jeremy Katz | 2004-04-14 | 2 | -5/+8 | |
| | ||||||
* | add two mainframe network devices | Karsten Hopp | 2004-04-14 | 1 | -0/+8 | |
| | ||||||
* | - new version for kernel 2.6 | Karsten Hopp | 2004-04-14 | 1 | -71/+56 | |
| | | | | | | - tested with a full blown and an empty .parm file, network starts ok - anaconda doesn't detect the qeth device yet, I need to check if this is a result of my changes. | |||||
* | we don't have cut in our ramdisk, and on one noticed ;-) | Karsten Hopp | 2004-03-31 | 1 | -1/+1 | |
| | | | | Jeremy, this fix should go in U2 if still possible (#119495) | |||||
* | compile fix | Jeremy Katz | 2004-03-31 | 1 | -1/+1 | |
| | ||||||
* | mount sysfs, some new modules | Jeremy Katz | 2004-03-30 | 1 | -1/+4 | |
| | ||||||
* | handle a policy load failure by disabling selinux | Jeremy Katz | 2004-03-30 | 1 | -0/+4 | |
| | ||||||
* | move rootfs remount to after /proc is mounted | Jeremy Katz | 2004-03-30 | 1 | -2/+2 | |
| | ||||||
* | 2.6 tweak | Jeremy Katz | 2004-03-23 | 1 | -2/+2 | |
| | ||||||
* | fix hard drive installs (#118881) | Jeremy Katz | 2004-03-22 | 1 | -0/+3 | |
| | ||||||
* | fix stupid bug in rmmod | Jeremy Katz | 2004-03-16 | 1 | -2/+14 | |
| | | | | | add module name munging so that usb_storage -> usb-storage gets handled correctly |