Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fix doLoadModules() to get the paths correct and find all the modules. | Peter Jones | 2007-06-22 | 1 | -17/+14 | |
| | ||||||
* | - add some (now #if 0'd) debugging prints | Peter Jones | 2007-06-22 | 1 | -11/+38 | |
| | | | | - fix the missing O_CREAT | |||||
* | - get rid of unused empty function... | Peter Jones | 2007-06-22 | 1 | -5/+0 | |
| | ||||||
* | - add a firmware loader | Peter Jones | 2007-06-22 | 8 | -100/+956 | |
| | ||||||
* | Move copyDirectory out of both init.c and method.c. | Chris Lumens | 2007-06-19 | 9 | -147/+177 | |
| | ||||||
* | Use copyDirectory to support the new style of driver disk layouts. | Chris Lumens | 2007-06-19 | 1 | -16/+3 | |
| | ||||||
* | Can't stand that typo. | Chris Lumens | 2007-06-19 | 1 | -1/+1 | |
| | ||||||
* | - ... make that both typos on logmessage. | Peter Jones | 2007-06-18 | 1 | -1/+1 | |
| | ||||||
* | - Fix notting's "logmessage" typo | Peter Jones | 2007-06-18 | 1 | -1/+1 | |
| | ||||||
* | * loader2/loader.h: Remove obsolete FL_NOPARPORT | Bill Nottingham | 2007-06-18 | 1 | -1/+0 | |
| | ||||||
* | * loader2/loader.c: Remove support for nofb and vga16 framebuffer | Bill Nottingham | 2007-06-18 | 1 | -10/+2 | |
| | | | | | | * scripts/mk-images: Remove vga16 framebuffer module, bterm terminfo * scripts/upd-instroot: Likewise. * docs/command-line.txt: Remove nofb docs | |||||
* | * loader2/loader.h: Only define FL_NOFB once | Bill Nottingham | 2007-06-18 | 1 | -1/+0 | |
| | ||||||
* | Use a different macro so anaconda will actually build. | Chris Lumens | 2007-06-12 | 1 | -1/+1 | |
| | ||||||
* | * loader2/hardware.c: Comment out BUS_EBUS for now since we are waiting | David Cantrell | 2007-06-12 | 1 | -1/+3 | |
| | | | | on a new kudzu that supports it. | |||||
* | Split loopback ISO method is no longer supported. Good riddance. | Chris Lumens | 2007-06-12 | 1 | -27/+8 | |
| | ||||||
* | Add support for Areca RAID controllers (#238014). | Chris Lumens | 2007-06-06 | 1 | -0/+4 | |
| | ||||||
* | * loader2/hardware.c (detectHardware): Probe BUS_EBUS to support | David Cantrell | 2007-06-06 | 2 | -2/+2 | |
| | | | | | HEA devices on IBM systems (#228578). * loader2/module-info: ehea_mod -> ehea (#228578). | |||||
* | Use "disc" instead of "CD" in dialogs (#242830). | Chris Lumens | 2007-06-06 | 2 | -23/+23 | |
| | ||||||
* | * loader2/net.c (manualNetConfig): Make sure the ip structure member | David Cantrell | 2007-06-01 | 1 | -23/+10 | |
| | | | | | in the pumpNetIntf structure contains the IPv4 address if it exists, otherwise static network configuration fails (#221660). | |||||
* | * rescue.py (runShell): mount /dev/pts in rescue mode (#228714) | dlehman | 2007-05-31 | 1 | -5/+5 | |
| | | | | | | | * scripts/upd-instroot: include dmidecode on ia64 (#232947) * loader2/modules.c (scsiDiskCount): correctly count SCSI disk devices (#230526) | |||||
* | piece of shit | David Cantrell | 2007-05-29 | 7 | -1/+579 | |
| | ||||||
* | Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵ | David Cantrell | 2007-05-29 | 8 | -582/+3 | |
| | | | | update your client systems. Besides, telnet was b0rk3n in RHEL5 and only one person complained. Time to advance loader to a telnet-free world. Also, this only affects mainframes. | |||||
* | * loader2/loader.c (doLoaderMain): Don't crash if the user selects back | David Cantrell | 2007-05-23 | 2 | -8/+24 | |
| | | | | | | | twice during network configuration (#239958). * loader2/net.c (cidrCallback): Only warn for an empty prefix if the user also provided an IP address. | |||||
* | * loader2/net.c: Consistency with isys.c, also fixes a problem reported | David Cantrell | 2007-05-22 | 1 | -8/+7 | |
| | | | | | by just a few people where manual IPv6 address entry gets overridden by the auto-discovered address. | |||||
* | White space. | David Cantrell | 2007-05-16 | 1 | -2/+2 | |
| | ||||||
* | -b option now causes a warning message to be printed. | Chris Lumens | 2007-05-16 | 1 | -1/+1 | |
| | ||||||
* | * loader2/net.c: Patch from Dawei Pang <dwpang AT redflag-linux.com> | David Cantrell | 2007-05-04 | 1 | -6/+6 | |
| | | | | to fix segfaults on 64-bit arches during manual TCP/IP config. | |||||
* | 2007-05-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-05-02 | 1 | -1/+1 | |
| | | | | | | * scripts/mk-images (USBMODS): Add appletouch so we load it as needed (#238355) * loader2/usb.c (usbInitializeMouse): Load appletouch | |||||
* | 2007-04-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-05-01 | 1 | -1/+1 | |
| | | | | | | * anaconda.spec: Bump version. * loader2/hardware.c (spufsSetup): Fix build | |||||
* | 2007-04-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-30 | 1 | -4/+7 | |
| | | | | | * loader2/loader.c (parseCmdLineFlags): Default to graphical earlier; mention empty kernel cmdline also | |||||
* | 2007-04-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-30 | 2 | -5/+15 | |
| | | | | | | | | | * anaconda (__main__): Log anaconda cmdline args * loader2/loader.c: Log when we force graphical, text or cmdline modes * loader2/kickstart.c: Log forced graphical, text, cmdline modes from kickstart. | |||||
* | 2007-04-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-30 | 1 | -0/+2 | |
| | | | | | * loader2/loader.c (parseCmdLineFlags): Log the kernel command line. I'm tired of guessing at what people passed. | |||||
* | * rescue.py (startNetworking): Call the right functions to bring up | David Cantrell | 2007-04-27 | 1 | -5/+0 | |
| | | | | | | | | | | | | | networking in rescue mode when booting from CD or DVD (#238080) * isys/isys.py: Remove pumpNetDevice, replace with dhcpNetDevice that can handle IPv4 and IPv6 (#238080). * isys/isys.c (doDhcpNetDevice): Handle IPv4 and IPv6 stacks (#238080). * isys/isys.c (doConfigNetDevice): Likewise. * loader2/net.c (setupNetworkDeviceConfig): The netmask will never be an IPv6 address. | |||||
* | Load spufs module on cell (#237725) and remove spufs hack as we should do the | Paul Nasrat | 2007-04-27 | 3 | -0/+27 | |
| | | | | right thing now. | |||||
* | 2007-04-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-24 | 1 | -1/+1 | |
| | | | | | * loader2/modules.c (lateModuleSort): Add pata_pcmcia to the late list (#237674) | |||||
* | * loader2/init.c (main): Remove message about cereal being an important | David Cantrell | 2007-04-23 | 1 | -5/+3 | |
| | | | | | | part of a nutritionally balanced breakfast and replaced it with a note about needing eggs, bacon, sausage, toast, pancakes, and home fries. Well, not really. | |||||
* | Fix test for .discinfo file on a good tree. | Chris Lumens | 2007-04-20 | 1 | -1/+1 | |
| | ||||||
* | Reapply dwmw2's PS3 probing patches and update to require appropriate kudzu. | Paul Nasrat | 2007-04-18 | 2 | -2/+2 | |
| | ||||||
* | Back out PS3 patch for now since support's not yet present in kudzu. | Chris Lumens | 2007-04-17 | 2 | -2/+2 | |
| | ||||||
* | Remove historical artifacts. | Chris Lumens | 2007-04-16 | 1 | -40/+0 | |
| | ||||||
* | Probe PS3 bus for hardware (#236480, dwmw2 AT redhat.com). | Chris Lumens | 2007-04-16 | 2 | -5/+5 | |
| | ||||||
* | * loader2/urlinstall.c (mountUrlImage): For instances where we prefer | David Cantrell | 2007-04-12 | 1 | -0/+12 | |
| | | | | | | to load stage2 from the boot CD-ROM (e.g., rescuecd) but the user will be doing an HTTP or FTP install, do a test download of .discinfo to ensure they have entered the correct path (#232509). | |||||
* | * loader2/kickstart.c: Support fetching kickstart files from HTTP | David Cantrell | 2007-04-03 | 3 | -4/+37 | |
| | | | | | | URLs that require login information (<bnocera@redhat.com>, #194247) * loader2/kickstart.h: Likewise * loader2/urlinstall.c: Likewise | |||||
* | * loader2/loader.c (doLoaderMain): Revert change from yesterday. | David Cantrell | 2007-04-03 | 1 | -1/+1 | |
| | ||||||
* | * loader2/linuxrc.s390: Add OSA layer 2 network support for System Z | David Cantrell | 2007-04-02 | 1 | -0/+9 | |
| | | | | platform (patch from Brad Hinson <bhinson@redhat.com>, #233376) | |||||
* | * loader2/loader.c (doLoaderMain): Correct control flow problems in | David Cantrell | 2007-04-02 | 1 | -3/+6 | |
| | | | | STEP_IFACE (#233655). | |||||
* | Add the netxen_nic driver (#230245). | Chris Lumens | 2007-04-02 | 1 | -0/+4 | |
| | ||||||
* | Format format format. | David Cantrell | 2007-04-02 | 1 | -94/+94 | |
| | ||||||
* | * loader2/module-info: Add fec_mpc52xx, ps3_storage, and gelic_net | David Cantrell | 2007-04-02 | 1 | -9/+21 | |
| | | | | (#220009). | |||||
* | * loader2/linuxrc.s390: Add IPv4 address validation (#234152). | David Cantrell | 2007-03-27 | 1 | -3/+43 | |
| |