index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
booty
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use iutil arch specifiers rather than rhpl
Jeremy Katz
2009-07-01
5
-24
/
+17
*
Stop using rhpl.translate
Jeremy Katz
2009-07-01
1
-1
/
+4
*
Do not install grub more times than needed.
Radek Vykydal
2009-06-30
1
-1
/
+1
*
Fix grub upgrade (#505966)
Radek Vykydal
2009-06-25
1
-5
/
+5
*
booty changes for iswmd
Jacek Danecki
2009-06-22
2
-7
/
+15
*
Convert booty/ to Makefile.am
David Cantrell
2009-06-09
2
-33
/
+23
*
Catch errors from bootloader installation and tell the user (#502210).
Chris Lumens
2009-06-05
7
-85
/
+128
*
Remove the bootloader --lba32 option.
Chris Lumens
2009-06-04
2
-25
/
+5
*
Add a Mac OS boot line to yaboot.conf (#499964).
Chris Lumens
2009-05-13
1
-3
/
+6
*
Add "nomodeset" to the list of command line arguments copied to grub.conf
Peter Jones
2009-04-28
1
-1
/
+1
*
Initialize x86 class variables before efiBootloaderInfo.__init__()
Peter Jones
2009-04-28
1
-1
/
+5
*
Fix another device vs. string problem in EFI bootloader config (#496669).
Chris Lumens
2009-04-21
1
-4
/
+4
*
Clean up argument list after changing from rhpl to iutil for execWithRedirect
Jesse Keating
2009-04-17
6
-13
/
+12
*
Fix NameError traceback setting up bootloader in EFI installs
Will Woods
2009-04-17
1
-2
/
+2
*
Fix reading the console= parameter from the cmdline (#490731).
Chris Lumens
2009-04-06
1
-1
/
+1
*
Fix writing out the partition= line on PPC (#492732).
Chris Lumens
2009-04-03
1
-6
/
+2
*
Fix testing if a PPC partition is bootable (#492726).
Chris Lumens
2009-04-01
1
-1
/
+1
*
Look for a PReP "partition" by examining the format, not the flags (#492426).
Chris Lumens
2009-04-01
1
-2
/
+2
*
getDevice returns a string. Use that to look up the device object (#492465).
Chris Lumens
2009-03-27
1
-1
/
+2
*
Make root= line in grub.conf and path spec in fstab consistent
Hans de Goede
2009-03-20
6
-21
/
+6
*
Fix writing the default= line in grub.conf (#490756).
Chris Lumens
2009-03-19
3
-3
/
+3
*
Do not write LV uuid to grub.conf, but the filesystem uuid
Hans de Goede
2009-03-18
1
-7
/
+5
*
storage.disks never includes disks without media present.
Chris Lumens
2009-03-17
1
-1
/
+1
*
Add mediaPresent and eject to the OpticalDevice class.
Chris Lumens
2009-03-13
1
-1
/
+1
*
Fix a typo
Jesse Keating
2009-03-10
1
-1
/
+1
*
Fix booty for dmraid
Hans de Goede
2009-03-09
7
-41
/
+47
*
Stop with the fsset usage.
David Lehman
2009-03-05
6
-12
/
+45
*
Fix passing a device vs. passing a device's name in several more places.
Chris Lumens
2009-03-04
6
-8
/
+8
*
Adapt getPhysicalDevices to the new storage code.
Chris Lumens
2009-03-04
1
-28
/
+22
*
bootloader.write takes fewer arguments now, so clean up arg passing.
Chris Lumens
2009-03-04
7
-7
/
+7
*
Move BootyNoKernelWarning into __init__.py and use it.
Chris Lumens
2009-03-04
7
-20
/
+18
*
We're not even using the results of getImages here.
Chris Lumens
2009-03-04
2
-5
/
+1
*
Use anaconda's provided rootDevice instead of performing another lookup.
Chris Lumens
2009-03-04
6
-27
/
+15
*
Move the isys import higher up.
Chris Lumens
2009-03-04
1
-1
/
+1
*
Add a storage instance to all bootloaderInfo subclasses.
Chris Lumens
2009-03-04
8
-60
/
+62
*
Stop using isys.hardDriveDict.
Chris Lumens
2009-03-04
1
-13
/
+2
*
There's no need to paste together the full path over and over again.
Chris Lumens
2009-03-04
3
-20
/
+21
*
Make some sense out of the types in the BootImages class.
Chris Lumens
2009-03-04
1
-47
/
+43
*
Remove all uses of fsset.getEntryByMountPoint.
Chris Lumens
2009-03-04
7
-134
/
+133
*
Update packaging and makefile system for the new booty module.
Chris Lumens
2009-03-04
1
-0
/
+33
*
Don't use rhpl.executil anymore.
Chris Lumens
2009-03-04
6
-40
/
+39
*
Update booty to work with the new pyparted (hdegoede).
Chris Lumens
2009-03-04
1
-13
/
+8
*
Move each bootloader class into its own file.
Chris Lumens
2009-03-04
8
-1243
/
+1256
*
isolinuxBootloaderInfo is unused now, too.
Chris Lumens
2009-03-04
1
-43
/
+0
*
We no longer need special code for iSeries.
Chris Lumens
2009-03-04
1
-102
/
+0
*
Don't support /boot/message files in multiple languages.
Chris Lumens
2009-03-04
1
-43
/
+33
*
Don't use rhpl.log anywhere, not even in comments.
Chris Lumens
2009-03-04
1
-24
/
+0
*
Use flags.cmdline instead of opening /proc/cmdline.
Chris Lumens
2009-03-04
1
-37
/
+24
*
Reduce booty.py down to the bare minimum.
Chris Lumens
2009-03-04
2
-83
/
+47
*
makeInitrd makes more sense as a method on a bootloaderInfo subclass.
Chris Lumens
2009-03-04
2
-18
/
+13
[next]