summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fix doLoadModules() to get the paths correct and find all the modules.Peter Jones2007-06-221-17/+14
|
* - add some (now #if 0'd) debugging printsPeter Jones2007-06-221-11/+38
| | | | - fix the missing O_CREAT
* - get rid of unused empty function...Peter Jones2007-06-221-5/+0
|
* - add a firmware loaderPeter Jones2007-06-228-100/+956
|
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-199-147/+177
|
* Use copyDirectory to support the new style of driver disk layouts.Chris Lumens2007-06-191-16/+3
|
* Can't stand that typo.Chris Lumens2007-06-191-1/+1
|
* - ... make that both typos on logmessage.Peter Jones2007-06-181-1/+1
|
* - Fix notting's "logmessage" typoPeter Jones2007-06-181-1/+1
|
* * loader2/loader.h: Remove obsolete FL_NOPARPORTBill Nottingham2007-06-181-1/+0
|
* * loader2/loader.c: Remove support for nofb and vga16 framebufferBill Nottingham2007-06-181-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 onceBill Nottingham2007-06-181-1/+0
|
* Use a different macro so anaconda will actually build.Chris Lumens2007-06-121-1/+1
|
* * loader2/hardware.c: Comment out BUS_EBUS for now since we are waitingDavid Cantrell2007-06-121-1/+3
| | | | on a new kudzu that supports it.
* Split loopback ISO method is no longer supported. Good riddance.Chris Lumens2007-06-121-27/+8
|
* Add support for Areca RAID controllers (#238014).Chris Lumens2007-06-061-0/+4
|
* * loader2/hardware.c (detectHardware): Probe BUS_EBUS to supportDavid Cantrell2007-06-062-2/+2
| | | | | HEA devices on IBM systems (#228578). * loader2/module-info: ehea_mod -> ehea (#228578).
* Use "disc" instead of "CD" in dialogs (#242830).Chris Lumens2007-06-062-23/+23
|
* * loader2/net.c (manualNetConfig): Make sure the ip structure memberDavid Cantrell2007-06-011-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)dlehman2007-05-311-5/+5
| | | | | | | * scripts/upd-instroot: include dmidecode on ia64 (#232947) * loader2/modules.c (scsiDiskCount): correctly count SCSI disk devices (#230526)
* piece of shitDavid Cantrell2007-05-297-1/+579
|
* Get ready for a surprise... no more telnet support! SSH is it. It's 2007, ↵David Cantrell2007-05-298-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 backDavid Cantrell2007-05-232-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 reportedDavid Cantrell2007-05-221-8/+7
| | | | | by just a few people where manual IPv6 address entry gets overridden by the auto-discovered address.
* White space.David Cantrell2007-05-161-2/+2
|
* -b option now causes a warning message to be printed.Chris Lumens2007-05-161-1/+1
|
* * loader2/net.c: Patch from Dawei Pang <dwpang AT redflag-linux.com>David Cantrell2007-05-041-6/+6
| | | | to fix segfaults on 64-bit arches during manual TCP/IP config.
* 2007-05-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-021-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 Katz2007-05-011-1/+1
| | | | | | * anaconda.spec: Bump version. * loader2/hardware.c (spufsSetup): Fix build
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-4/+7
| | | | | * loader2/loader.c (parseCmdLineFlags): Default to graphical earlier; mention empty kernel cmdline also
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-302-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 Katz2007-04-301-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 upDavid Cantrell2007-04-271-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 thePaul Nasrat2007-04-273-0/+27
| | | | right thing now.
* 2007-04-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-241-1/+1
| | | | | * loader2/modules.c (lateModuleSort): Add pata_pcmcia to the late list (#237674)
* * loader2/init.c (main): Remove message about cereal being an importantDavid Cantrell2007-04-231-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 Lumens2007-04-201-1/+1
|
* Reapply dwmw2's PS3 probing patches and update to require appropriate kudzu.Paul Nasrat2007-04-182-2/+2
|
* Back out PS3 patch for now since support's not yet present in kudzu.Chris Lumens2007-04-172-2/+2
|
* Remove historical artifacts.Chris Lumens2007-04-161-40/+0
|
* Probe PS3 bus for hardware (#236480, dwmw2 AT redhat.com).Chris Lumens2007-04-162-5/+5
|
* * loader2/urlinstall.c (mountUrlImage): For instances where we preferDavid Cantrell2007-04-121-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 HTTPDavid Cantrell2007-04-033-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 Cantrell2007-04-031-1/+1
|
* * loader2/linuxrc.s390: Add OSA layer 2 network support for System ZDavid Cantrell2007-04-021-0/+9
| | | | platform (patch from Brad Hinson <bhinson@redhat.com>, #233376)
* * loader2/loader.c (doLoaderMain): Correct control flow problems inDavid Cantrell2007-04-021-3/+6
| | | | STEP_IFACE (#233655).
* Add the netxen_nic driver (#230245).Chris Lumens2007-04-021-0/+4
|
* Format format format.David Cantrell2007-04-021-94/+94
|
* * loader2/module-info: Add fec_mpc52xx, ps3_storage, and gelic_netDavid Cantrell2007-04-021-9/+21
| | | | (#220009).
* * loader2/linuxrc.s390: Add IPv4 address validation (#234152).David Cantrell2007-03-271-3/+43
|