summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* pvops xen uses hvc as its console (#434763)Jeremy Katz2008-02-252-3/+3
|
* Don't append (null) to the NFS mount options.Chris Lumens2008-02-211-1/+4
|
* When mounting stage2 on loopback, add -o loop to mount opts.Chris Lumens2008-02-131-5/+5
|
* Use the mount program instead of our own code.Chris Lumens2008-02-116-35/+29
| | | | | Also change isys's mount function to take its arguments as a string like would be passed to the mount program, instead of a handful of flags.
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-083-7/+7
| | | | | | Rename the interface control functions to start with iface_ rather than nl_. The libnl API uses nl_ and it gets confusing if we use that here too.
* Fix error message on continuing after changing cds with mediacheckJeremy Katz2008-02-071-1/+1
|
* Fix the progress bar during mediacheck (#431138)Jeremy Katz2008-02-071-2/+2
|
* The FL_TEXT flag has no reason to be here. (#207657)Joel Andres Granados2008-02-071-4/+3
|
* Make loopback device purposes line up with what stage2 expects.Chris Lumens2008-02-061-2/+2
|
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-053-28/+29
|
* Use /mnt/source and /mnt/isodir just like nfsiso installs.Chris Lumens2008-02-041-16/+10
|
* Don't use quite so many slashes in path names.Chris Lumens2008-02-042-4/+14
|
* Forward-port RHEL-5 fixes for s390x issues.David Cantrell2008-02-013-9/+54
| | | | | Bring some fixes done in the RHEL-5 branch for s390x forward to the rawhide branch.
* When there are errors mounting loopback images, report them.Chris Lumens2008-01-311-2/+2
|
* Strip /dev from front of error message so it's not misleading.Chris Lumens2008-01-311-1/+1
|
* Revert "Initial support for network --bootproto=ask (#401531)."Chris Lumens2008-01-301-10/+3
| | | | This reverts commit 062a1e5ebbf6dab03524a125c1ce34d3cea43fcb.
* Go back to the method screen if back is hit on nfs config (#430477).Chris Lumens2008-01-281-1/+1
|
* Don't free things that newt will free for us (#428810).Chris Lumens2008-01-241-7/+1
|
* Map 'nousb', 'nofirewire', etc. to be proper module blacklists.Bill Nottingham2008-01-244-32/+25
| | | | Also, remove some extraneous flags in the process.
* remove unused definesBill Nottingham2008-01-241-2/+0
|
* Add dogtail support (#172891, #239024).Chris Lumens2008-01-232-0/+8
| | | | Patches are from Alexander Todorov <atodorov AT redhat DOT com>.
* Avoid possible SIGSEGV from empty loaderData values.David Cantrell2008-01-221-12/+16
| | | | | | Hit a case doing kickstart installs where loaderData->ipv6 or loaderData->ipv4 could be empty around this point. Check to make sure they are not NULL before calling inet_pton().
* Do not require glib2-devel for building.David Cantrell2008-01-221-4/+0
| | | | | Using libnl to gather interface information, so there's no longer a glib slist data structure in nl.c. glib is cut.
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-223-7/+5
| | | | | | | | | | | | | Reduce nl.c to enough to communicate with libnl. We already have libnl, so we might as well use it. Plus, the latest version has a reasonable API, so I'm totally against using it. The _isys module and loader have been updated to call the new functions: nl_mac2str() and nl_ip2str() to get the MAC address or IP address for the specified interface. This patch also drops our need for glib for isys. Yeah, I added the dep and I'm removing it.
* pcspkr works (or isn't even present), per testing on #fedora-develBill Nottingham2008-01-221-4/+0
|
* Inline spufs loading for ppc.Bill Nottingham2008-01-223-26/+3
|
* Load iscsi_tcp, so that iSCSI actually worksBill Nottingham2008-01-221-1/+1
|
* inline ipv6 module loadingBill Nottingham2008-01-223-10/+2
|
* Fix non-latin-1 locale display in the loader.Bill Nottingham2008-01-221-0/+2
| | | | | | Generate a phony ref to the unicode stubs, so we link them in for newt. You may now commence puking.
* Fix a loader segfault doing kickstart nfs installs.Chris Lumens2008-01-211-8/+8
|
* Complete the patch for dhcptimeout (#198147, #254032)Martin Sivak2008-01-171-3/+9
|
* The isofs module is gone, so remove it to get rid of a FATAL message.Chris Lumens2008-01-161-2/+2
|
* Initial support for network --bootproto=ask (#401531).Chris Lumens2008-01-161-3/+10
| | | | | | | | This patch adds support for a new network bootproto. The point of this is to work around our basic assumption that no network line in the kickstart file means you get dhcp. Some environments may want the assumption that no network line means you get prompted for network configuration. That's what this patch adds.
* Remove an extra newline.Chris Lumens2008-01-161-1/+1
|
* Add some output so the startup delay doesn't seem quite so long.Chris Lumens2008-01-151-0/+2
|
* remove unneeded argumentsBill Nottingham2008-01-141-2/+2
|
* Add the arch to the top line everywhere else.Chris Lumens2008-01-111-3/+3
|
* Add the version number really early in the log file too.Chris Lumens2008-01-111-0/+2
|
* Add nicdelay parameter to loader, so we can wait before sending DHCP requestsMartin Sivak2008-01-101-1/+0
| | | | in the case of STP delays (#349521).
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, ↵Martin Sivak2008-01-104-1/+12
| | | | #254032)
* Free the grid like we do everywhere else.Chris Lumens2008-01-101-4/+3
|
* Don't double free buf.Chris Lumens2008-01-091-2/+0
|
* Make the URL entry box wider.Chris Lumens2008-01-091-1/+1
|
* If downloading the updates image fails, prompt for a new location.Chris Lumens2008-01-081-2/+49
|
* Fix a segfault in making the URL dialog box.Chris Lumens2008-01-071-1/+1
|
* Use a better test when populating the URL panel in loader.Chris Lumens2008-01-041-2/+2
|
* Use mkstemp() instead of tempnam()Jeremy Katz2007-12-271-7/+3
|
* Adjust loader to new hardware code.Bill Nottingham2007-12-2012-121/+57
|
* Fix the build.Chris Lumens2007-12-191-4/+3
|
* Remove obsolete hardware code.Bill Nottingham2007-12-196-487/+0
|