Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the build. | Chris Lumens | 2007-12-19 | 1 | -4/+3 | |
| | ||||||
* | Remove obsolete hardware code. | Bill Nottingham | 2007-12-19 | 6 | -487/+0 | |
| | ||||||
* | Use udev to coldplug modules. | Bill Nottingham | 2007-12-19 | 1 | -95/+40 | |
| | | | | | Run udevtrigger to start coldplug, and udevsettle to wait for it to finish. | |||||
* | Adjust to removal of moduleDeps and moduleList. | Bill Nottingham | 2007-12-19 | 18 | -275/+70 | |
| | ||||||
* | Don't handle all aspects of module loading ourselves - just wrap modprobe. | Bill Nottingham | 2007-12-19 | 6 | -1561/+165 | |
| | | | | | | | | | | | | This includes: - removal of the moddeps code - removal of the module list tracking For handling passed options in the installed system, write a /etc/modprobe.d files with: 1) any options passed on the installer command line 2) any modules blacklisted via the command line 3) any options directly specified for modules | |||||
* | Switch to a dynamically linked stage 1. | Bill Nottingham | 2007-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | - Use udev, not udev-static. - Include module-init-tools. - Link loader dynamically. - Split DSO dependency finder off into a separate functions file; use it in both mk-images and upd-instroot - Adjust mk-images to use it - Nuke hardcoded s390 library list for stage1 - Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files | |||||
* | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 38 | -115/+115 | |
| | | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice. | |||||
* | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 74 | -354/+1217 | |
| | ||||||
* | Add license boilerplates to Makefiles. | David Cantrell | 2007-12-17 | 1 | -0/+19 | |
| | | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part. | |||||
* | Update list of crypto mods to load. | David Lehman | 2007-12-13 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git+ssh://git.fedorahosted.org/git/anaconda | Bill Nottingham | 2007-12-13 | 2 | -5/+4 | |
|\ | ||||||
| * | Don't try to parse a NULL ui structure. | Chris Lumens | 2007-12-11 | 1 | -2/+3 | |
| | | ||||||
| * | Fix the implied ksfile name to use the system's IP address (#420281). | Chris Lumens | 2007-12-11 | 1 | -3/+1 | |
| | | ||||||
* | | Remove function that does not do anything useful. | Bill Nottingham | 2007-12-13 | 1 | -21/+0 | |
|/ | ||||||
* | When retrying to locate the install CD, don't keep adding /dev/. | Chris Lumens | 2007-12-11 | 1 | -4/+7 | |
| | ||||||
* | Remove more md5 bits | Bill Nottingham | 2007-12-10 | 3 | -301/+2 | |
| | ||||||
* | Use libcheckisomd5 from standalone isomd5sum package | Jeremy Katz | 2007-12-10 | 5 | -458/+22 | |
| | | | | | | Switch to using the libcheckisomd5 library from the standalone isomd5sum package. Note that we also now always check and don't differentiate "supported" ISOs any more | |||||
* | Merge the FTP and HTTP methods into a single URL method. | Chris Lumens | 2007-12-07 | 7 | -243/+88 | |
| | | | | | | | This removes the separate FTP and HTTP network method dialogs in the loader and replaces them with a single configuration dialog that asks the user to input a URL. It also modified the secondary config screen to prompt just for a proxy and simplifies a lot of the conversion from URL to UI and back. | |||||
* | Adjust to new udev world. Use actual device names, not /tmp/<whatever>. | Bill Nottingham | 2007-12-07 | 6 | -76/+58 | |
| | ||||||
* | Handle CDs by actual device name, not a /tmp/cdrom device node. | Bill Nottingham | 2007-12-07 | 1 | -30/+22 | |
| | ||||||
* | Start udev from install init. | Bill Nottingham | 2007-12-07 | 1 | -0/+5 | |
| | ||||||
* | Copy /etc and /var from /mnt/runtime to the root filesystem. | Bill Nottingham | 2007-12-07 | 1 | -4/+5 | |
| | | | | | | | | | Apps running in the second stage may expect to have 'normal' files in /etc or /var. By staging it this way, they can just be kept in the second stage, and copied to the first stage at runtime, rather than having to keep them in the first stage. We can't symlink to /mnt/runtime/etc or /mnt/runtime/var, because the second stage isn't writable. /etc/selinux is still symlinked, because it's huge. | |||||
* | Don't #ifdef the rename for s390 only - just do it if unlink() fails. | Bill Nottingham | 2007-12-07 | 1 | -8/+6 | |
| | ||||||
* | Remove final traces of /tmp/ramfs usage | Jeremy Katz | 2007-12-06 | 1 | -7/+0 | |
| | | | | | We used to need /tmp/ramfs since /tmp was from an initrd and thus had limited writable space. With initramfs, everything is already ramfs | |||||
* | Just drop driver disks into /tmp instead of /tmp/ramfs | Jeremy Katz | 2007-12-06 | 1 | -4/+4 | |
| | ||||||
* | Don't download images into /tmp/ramfs; use /tmp | Jeremy Katz | 2007-12-06 | 3 | -8/+8 | |
| | ||||||
* | methodstr cleanups. | Chris Lumens | 2007-12-05 | 1 | -13/+29 | |
| | | | | | | Don't use /mnt/source2 anymore. /mnt/isodir is for image installs to mount whatever contains the images, and /mnt/source is always the source mount point. Also don't use methodstr where we don't have to. | |||||
* | remove duplicate line | Bill Nottingham | 2007-11-30 | 1 | -2/+0 | |
| | ||||||
* | Add support for ext4dev hidden away behind a command line option | Jeremy Katz | 2007-11-29 | 1 | -2/+2 | |
| | ||||||
* | ignore translations for the loader | Jeremy Katz | 2007-11-28 | 1 | -0/+1 | |
| | ||||||
* | Probe for USB on more busses (dwmw2 AT infraded DOT org, #401821). | Chris Lumens | 2007-11-27 | 1 | -1/+1 | |
| | ||||||
* | Add linear.ko to the modules available for rescue mode (#151742). | Chris Lumens | 2007-11-27 | 1 | -1/+1 | |
| | ||||||
* | Correct the previous patch, we were doing the nicdelay on the wrong place. ↵ | Martin Sivak | 2007-11-20 | 1 | -8/+10 | |
| | | | | (#349521) | |||||
* | Only run media check if we're installing off the CD (#362561). | Chris Lumens | 2007-11-19 | 1 | -1/+2 | |
| | ||||||
* | Initial support for block devices encrypted using LUKS/dm-crypt. | David Lehman | 2007-11-16 | 1 | -1/+1 | |
| | | | | | | The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point. | |||||
* | Fix the unused variable warning that breaks the build. | Chris Lumens | 2007-11-15 | 1 | -1/+0 | |
| | ||||||
* | Remove the ISA flag. | Chris Lumens | 2007-11-15 | 2 | -14/+2 | |
| | ||||||
* | Fix the obvious typo. | Chris Lumens | 2007-11-15 | 1 | -1/+1 | |
| | ||||||
* | canProbeDevices always returns 1, so remove it. | Chris Lumens | 2007-11-15 | 3 | -46/+22 | |
| | ||||||
* | Explicitly set mountOpts to NULL. | Chris Lumens | 2007-11-13 | 1 | -0/+2 | |
| | ||||||
* | Fix a traceback when building the updates partition dialog (#372011). | Chris Lumens | 2007-11-13 | 1 | -1/+3 | |
| | ||||||
* | Fix the build by defining a variable that was being used. | Chris Lumens | 2007-11-08 | 1 | -1/+1 | |
| | ||||||
* | Add the nicdelay command line option (#349521) | Martin Sivak | 2007-11-06 | 2 | -0/+12 | |
| | ||||||
* | move existing cvsignores to gitignore; remove ones no longer needed | Jeremy Katz | 2007-11-05 | 1 | -0/+0 | |
| | ||||||
* | Set re-IPL device before reboot on s390x | David Cantrell | 2007-11-05 | 2 | -4/+27 | |
| | | | | | | | | | | | At the end of installation, set the re-ipl device if the user installed to a DASD device. Determine where /boot lives and set the re-ipl device to that, then run shutdown -r. On s390x, this means that clicking the Reboot button at the end of installation means you will reboot the VM. It only works for DASD targets right now and not zFCP. Patch from Brad Hinson <bhinson AT redhat DOT com> and Jan Glauber <jang AT de DOT ibm DOT com> | |||||
* | Add error handling to allocations in ourInsmodCommand() . | Peter Jones | 2007-11-05 | 1 | -3/+22 | |
| | | | | Based on a patch from HARA Hiroshi. | |||||
* | It's MALLOC_CHECK_, not _MALLOC_CHECK (#354131). | Chris Lumens | 2007-10-26 | 1 | -1/+1 | |
| | ||||||
* | Clean up after findAnacondaCD if the user provided an invalid URL so retries | Chris Lumens | 2007-10-24 | 1 | -0/+4 | |
| | | | | work. Also attempt to look for a stage2.img on retry every time (#330641). | |||||
* | Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some more | Chris Lumens | 2007-10-22 | 2 | -9/+14 | |
| | | | | memory. | |||||
* | - remove sdupprintf(), use asprintf() instead. | Peter Jones | 2007-10-22 | 15 | -124/+143 | |
| |