summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_grub.py
Commit message (Collapse)AuthorAgeFilesLines
* Standarize and simplify plugin names.Joel Andres Granados2008-07-151-192/+0
| | | | | | | | | | | - The file names are the ones the the user will be using to reference each plugin. Having a long name will not help the user. - Also, to signify that they are plugins we will use the "p_" at the beginning of each name. - plugin_examples is left like that because it is not a plugin in itself, but a directory that contains plugins. Please follow these naming standards when you name you plugins.
* Change the detected name to checked.Joel Andres Granados2008-05-121-5/+5
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Use Issue reporting in pluginsMartin Sivak2008-05-051-0/+21
|
* Add the install flow to grub pluginMartin Sivak2008-04-211-22/+55
|
* We do not need to initialize x86BootloaderInfo before we actually create ↵Martin Sivak2008-04-101-1/+1
| | | | instance of this plugin
* Use config bits mechanism to look for anaconda and booty and then translate ↵Martin Sivak2008-04-091-3/+10
| | | | system device names to grub notation in Grub plugin
* GRUB plugin: Get linux partitions tooMartin Sivak2008-04-081-0/+10
|
* GRUB plugin now looks for bootable partitions and probably has the diagnose ↵Martin Sivak2008-04-081-8/+32
| | | | part working
* First try for the bootloader pluginMartin Sivak2008-04-081-0/+97