aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/grub
Commit message (Collapse)AuthorAgeFilesLines
* configs/*/grub/grub.cfg: search for a .uuid file in /.disk/ and use the ↵nl67202023-02-021-7/+7
| | | | | | | | | | | | | | | | | volume it's on Search for `/.disk/%UUID_SEARCH_FILENAME%.uuid` and pass the UUID of the volume it's on as `archisodevice`. mkarchiso will replace `%UUID_SEARCH_FILENAME%` with a hardcoded value generated using `SOURCE_DATE_EPOCH` durring ISO build. This allows to prepare an UEFI bootable installation medium by simply copying the directory structure without having to touch `grub.cfg`. Relying on the volume UUID instead of its LABEL also avoids collisions of multiple ISOs created in the same month. Fixes #202
* Add Memtest86+ to x86_64 UEFI GRUB boot menuJonathan Liu2022-12-031-0/+5
| | | | Implements #203.
* configs/*/grub/grub.cfg: enable serial input and outputnl67202022-06-261-3/+11
| | | | | | | | Try to initialize a serial device and use it for input and output. Add more comments to grub.cfg to explain what is done. Related to #75
* configs/*/grub/grub.cfg: auto-boot after 15 secondsnl67202022-06-231-10/+14
| | | | | | | * Set the default boot entry and its timeout. * Add classes to menu entries to allow theming them. Fixes #179
* change grub init tuneAlexander Epaneshnikov2022-06-181-9/+2
| | | | yes it was descriptive but too large. this fixes #180
* Add useful grub menu entries to grub.cfgplainlinen2022-06-091-5/+29
|
* Add GRUB configuration files to baseline and releng profiles.Pellegrino Prevete2022-05-251-0/+46