Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add grubenv var i_want_a_brick | Andrew Robbins | 2017-09-17 | 1 | -1/+2 |
| | | | | | As of right now setting/unsetting the variable does nothing as this functionality will be added later. | ||||
* | Add commonly configured variables to grubenv | Andrew Robbins | 2017-08-09 | 1 | -1/+8 |
| | |||||
* | Add grubenv containing GRUB environment variables | Andrew Robbins | 2017-08-08 | 1 | -0/+9 |
In order to mitigate issues concerning end-users making their system unbootable by misconfiguring grub.cfg, an environment file is provided with the intent being to direct users to edit that file instead of grub.cfg. Thus, consequences of misconfiguration are lessened. Of course, users looking to make more extensive changes than setting environment variables used by either GRUB (internally) or in grub.cfg will still need to edit their grub.cfg. |