Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standarize and simplify plugin names. | Joel Andres Granados | 2008-07-15 | 1 | -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 Granados | 2008-05-12 | 1 | -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 plugins | Martin Sivak | 2008-05-05 | 1 | -0/+21 |
| | |||||
* | Add the install flow to grub plugin | Martin Sivak | 2008-04-21 | 1 | -22/+55 |
| | |||||
* | We do not need to initialize x86BootloaderInfo before we actually create ↵ | Martin Sivak | 2008-04-10 | 1 | -1/+1 |
| | | | | instance of this plugin | ||||
* | Use config bits mechanism to look for anaconda and booty and then translate ↵ | Martin Sivak | 2008-04-09 | 1 | -3/+10 |
| | | | | system device names to grub notation in Grub plugin | ||||
* | GRUB plugin: Get linux partitions too | Martin Sivak | 2008-04-08 | 1 | -0/+10 |
| | |||||
* | GRUB plugin now looks for bootable partitions and probably has the diagnose ↵ | Martin Sivak | 2008-04-08 | 1 | -8/+32 |
| | | | | part working | ||||
* | First try for the bootloader plugin | Martin Sivak | 2008-04-08 | 1 | -0/+97 |