summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* add explanatory text to the top of the directory browser stuff, fixJeremy Katz2004-06-093-14/+40
| | | | non-standalone build
* advansys came backJeremy Katz2004-06-081-0/+4
|
* read configuration from a bash-style file on CMS filesystemKarsten Hopp2004-06-071-0/+17
|
* add a newt-based file selector that's probably slightly over-engineered forJeremy Katz2004-06-043-0/+194
| | | | my purposes
* kill 'linux expert'Jeremy Katz2004-06-031-4/+6
|
* add a comment, write out essid and wepkeyJeremy Katz2004-05-272-0/+7
|
* fix dhcp to actually have a device to get a dhcp request forJeremy Katz2004-05-272-5/+9
|
* - add qeth parameters to loaderData structure.Karsten Hopp2004-05-264-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 Katz2004-05-261-0/+7
| | | | Worst case is we fail later
* - add_parms is gone, portname is required for older z/VMKarsten Hopp2004-05-261-4/+6
|
* this might get to where I can install over wireless (untested). still needsJeremy Katz2004-05-252-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 cardsJeremy Katz2004-05-251-0/+41
|
* 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
* simple screen for getting wireless adapter information, still has to get hookedJeremy Katz2004-05-241-0/+29
| | | | up
* support a lang of none to do english text-modeJeremy Katz2004-05-201-2/+3
|
* load raid6Jeremy Katz2004-05-201-1/+1
|
* - I wonder what this was for ? It breaks in Network:__init__ becauseKarsten Hopp2004-05-191-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 shellKarsten Hopp2004-05-191-0/+2
|
* use a more descriptive variable name which matches the one used in the ↵Karsten Hopp2004-05-191-11/+11
| | | | initscripts
* write /tmp/modprobe.conf instead of /tmp/modules.confKarsten Hopp2004-05-191-3/+3
|
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+6
|
* add usb nicsJeremy Katz2004-05-171-0/+21
|
* why does IBM wait until U2 is public and then finally starts testing ? I ↵Karsten Hopp2004-05-131-1/+1
| | | | really need to set up IUCV now.... (bz#119495)
* wrong module orderKarsten Hopp2004-05-131-1/+1
|
* qeth againJeremy Katz2004-05-111-1/+1
|
* fix tyop (#118049)Jeremy Katz2004-05-061-1/+1
|
* avoid cdrom hack on mainframeKarsten Hopp2004-05-061-0/+2
|
* veth is now iseries_vethJeremy Katz2004-05-052-1/+5
|
* 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
* add some sata controllers (#122215)Jeremy Katz2004-05-031-0/+12
|
* fix for method= based on mattdm's patch (#84156)Jeremy Katz2004-04-301-9/+10
|
* multiple dns servers via the boot parameter fix from mattdm (#84409)Jeremy Katz2004-04-301-1/+1
|
* don't segfault if there's not a device (#122019)Jeremy Katz2004-04-291-0/+1
|
* make sure we have a device for when kudzu returns something I don'tJeremy Katz2004-04-291-0/+2
| | | | really expect (brent's bug)
* can't remember why we started the portmapper. It currently doesn't get ↵Karsten Hopp2004-04-201-2/+2
| | | | copied to the initrd anyway.
* turn on selinux mode if they specify selinux in their ks.cfgJeremy Katz2004-04-162-0/+10
|
* simplify logic and fix selinux stuff a bit moreJeremy Katz2004-04-162-2/+2
|
* - parse old CHANDEV variable (wow, no external commands used at all ;-) )Karsten Hopp2004-04-151-0/+23
|
* 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-142-5/+8
|
* add two mainframe network devicesKarsten Hopp2004-04-141-0/+8
|
* - new version for kernel 2.6Karsten Hopp2004-04-141-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 Hopp2004-03-311-1/+1
| | | | Jeremy, this fix should go in U2 if still possible (#119495)
* compile fixJeremy Katz2004-03-311-1/+1
|
* mount sysfs, some new modulesJeremy Katz2004-03-301-1/+4
|
* handle a policy load failure by disabling selinuxJeremy Katz2004-03-301-0/+4
|
* move rootfs remount to after /proc is mountedJeremy Katz2004-03-301-2/+2
|
* 2.6 tweakJeremy Katz2004-03-231-2/+2
|
* fix hard drive installs (#118881)Jeremy Katz2004-03-221-0/+3
|
* fix stupid bug in rmmodJeremy Katz2004-03-161-2/+14
| | | | | add module name munging so that usb_storage -> usb-storage gets handled correctly