aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/grub
Commit message (Collapse)AuthorAgeFilesLines
* configs/: remove "Copy to RAM" boot entries since it is automatic nownl67202022-10-221-7/+0
| | | | | | | | The default is now copytoram=auto which enables copying to RAM when the rootfs image size is less than 4 GiB and free RAM exceeds the rootfs image size + 2 GiB. See https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/issues/13 and https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/merge_requests/26. Implements #177.
* configs/*/grub/grub.cfg: enable serial input and outputnl67202022-06-261-2/+12
| | | | | | | | 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-2/+6
| | | | | | | * Set the default boot entry and its timeout. * Add classes to menu entries to allow theming them. Fixes #179
* Add useful grub menu entries to grub.cfgplainlinen2022-06-091-1/+1
|
* Add GRUB configuration files to baseline and releng profiles.Pellegrino Prevete2022-05-251-0/+29