summaryrefslogtreecommitdiffstats
path: root/booty/bootloaderInfo.py
Commit message (Expand)AuthorAgeFilesLines
* Fix instData removal mis mergeHans de Goede2010-02-161-8/+2
* Fix a handful of simple pychecker errors.Chris Lumens2010-02-161-1/+1
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-9/+8
* Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
* Move network to the Anaconda object.Chris Lumens2010-02-041-3/+9
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-1/+3
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-1/+1
* make dracut only activate the root LV (#553295)Hans de Goede2010-01-211-1/+1
* Emit a dracut setup string for the root device itselfHans de Goede2010-01-141-1/+1
* Don't write dracut kernel cmdline paramters to anaconda-ks.cfgHans de Goede2009-12-241-2/+6
* Write dracut rd_NO_foo options to grub.confHans de Goede2009-12-241-1/+12
* Avoid duplicate kernel cmdline options and cleanup booty dracut codeHans de Goede2009-12-241-18/+27
* Add support for whole-disk formatting.David Lehman2009-12-091-1/+5
* With flags.setupFilesystems gone, justConfig can be removed from booty.Chris Lumens2009-12-031-2/+1
* Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).David Cantrell2009-11-021-0/+4
* Remove target parameter from grub installation code - it is no more needed.Radek Vykydal2009-10-291-2/+1
* Make bootLoaderInfo new-style class, so that its properties work correctly.Radek Vykydal2009-10-151-1/+1
* 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-091-1/+1
* Really put appended kernel cmdline arguments at the endHans de Goede2009-09-151-8/+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-031-5/+5
* dracut has initrd-generic-<version> instead of initrd-<version> (#519185)Hans de Goede2009-08-261-7/+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-051-12/+11
* Add a dracutSetupString method to network.pyHans de Goede2009-08-041-5/+10
* Use dracutSetupString() method to add the kernel parameters needed for dracutHans de Goede2009-08-041-3/+12
* Use iutil arch specifiers rather than rhplJeremy Katz2009-07-011-7/+6
* Stop using rhpl.translateJeremy Katz2009-07-011-1/+4
* Catch errors from bootloader installation and tell the user (#502210).Chris Lumens2009-06-051-13/+24
* Remove the bootloader --lba32 option.Chris Lumens2009-06-041-4/+0
* 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
* 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-171-5/+5
* 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 testing if a PPC partition is bootable (#492726).Chris Lumens2009-04-011-1/+1
* Make root= line in grub.conf and path spec in fstab consistentHans de Goede2009-03-201-15/+1
* Fix writing the default= line in grub.conf (#490756).Chris Lumens2009-03-191-1/+1
* 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 booty for dmraidHans de Goede2009-03-091-1/+1
* Stop with the fsset usage.David Lehman2009-03-051-1/+1
* Fix passing a device vs. passing a device's name in several more places.Chris Lumens2009-03-041-1/+1