summaryrefslogtreecommitdiffstats
path: root/booty
Commit message (Expand)AuthorAgeFilesLines
* Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).David Cantrell2009-11-021-0/+4
* Remove another code duplication in grub upgrade code.Radek Vykydal2009-10-291-21/+4
* Remove code duplication, use fixed code from writeGrub.Radek Vykydal2009-10-291-44/+3
* Remove target parameter from grub installation code - it is no more needed.Radek Vykydal2009-10-292-13/+4
* Make bootLoaderInfo new-style class, so that its properties work correctly.Radek Vykydal2009-10-154-4/+7
* Do not read DASD data from /tmp/install.cfg in booty (#526354).David Cantrell2009-10-131-2/+0
* Fix grub stage1 installation for /boot on md raid1.Radek Vykydal2009-10-092-31/+94
* Really put appended kernel cmdline arguments at the endHans de Goede2009-09-151-8/+16
* Use type of device rather than name in booty target selection.Hans de Goede2009-09-151-26/+16
* write ifname=eth#:MAC to kernel cmdline in grub.conf for dracutHans de Goede2009-09-151-1/+1
* Make iswmd the defaultHans de Goede2009-09-151-1/+2
* initrd-generic.img -> initramfs.imgHans de Goede2009-09-091-1/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-036-22/+22
* dracut has initrd-generic-<version> instead of initrd-<version> (#519185)Hans de Goede2009-08-267-33/+36
* booty: Do not strip the trailing p from a devicename like mapper/isw_Vol0_tmpHans de Goede2009-08-101-10/+6
* booty: isw_Vol0_Stripe is not a disk isw_Vol0_Stri with an e part (#505205)Hans de Goede2009-08-101-13/+14
* Add keyboard kernel cmdline options to grub.conf for dracutHans de Goede2009-08-051-0/+1
* Write dracut i18n cmdline options to grub.confHans de Goede2009-08-051-0/+2
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-058-33/+32
* Add a dracutSetupString method to network.pyHans de Goede2009-08-048-26/+31
* Use dracutSetupString() method to add the kernel parameters needed for dracutHans de Goede2009-08-041-3/+12
* Update device.map when upgrading (#513393)Radek Vykydal2009-07-301-0/+28
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-015-24/+17
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+4
* Do not install grub more times than needed.Radek Vykydal2009-06-301-1/+1
* Fix grub upgrade (#505966)Radek Vykydal2009-06-251-5/+5
* booty changes for iswmdJacek Danecki2009-06-222-7/+15
* Convert booty/ to Makefile.amDavid Cantrell2009-06-092-33/+23
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-057-85/+128
* Remove the bootloader --lba32 option.Chris Lumens2009-06-042-25/+5
* Add a Mac OS boot line to yaboot.conf (#499964).Chris Lumens2009-05-131-3/+6
* Add "nomodeset" to the list of command line arguments copied to grub.confPeter Jones2009-04-281-1/+1
* Initialize x86 class variables before efiBootloaderInfo.__init__()Peter Jones2009-04-281-1/+5
* Fix another device vs. string problem in EFI bootloader config (#496669).Chris Lumens2009-04-211-4/+4
* Clean up argument list after changing from rhpl to iutil for execWithRedirectJesse Keating2009-04-176-13/+12
* Fix NameError traceback setting up bootloader in EFI installsWill Woods2009-04-171-2/+2
* Fix reading the console= parameter from the cmdline (#490731).Chris Lumens2009-04-061-1/+1
* Fix writing out the partition= line on PPC (#492732).Chris Lumens2009-04-031-6/+2
* Fix testing if a PPC partition is bootable (#492726).Chris Lumens2009-04-011-1/+1
* Look for a PReP "partition" by examining the format, not the flags (#492426).Chris Lumens2009-04-011-2/+2
* getDevice returns a string. Use that to look up the device object (#492465).Chris Lumens2009-03-271-1/+2
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-206-21/+6
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-193-3/+3
* Do not write LV uuid to grub.conf, but the filesystem uuidHans de Goede2009-03-181-7/+5
* storage.disks never includes disks without media present.Chris Lumens2009-03-171-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+1
* Fix a typoJesse Keating2009-03-101-1/+1
* Fix booty for dmraidHans de Goede2009-03-097-41/+47
* Stop with the fsset usage.David Lehman2009-03-056-12/+45
* Fix passing a device vs. passing a device's name in several more places.Chris Lumens2009-03-046-8/+8