index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-22 | configs/: remove "Copy to RAM" boot entries since it is automatic now | nl6720 | |
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. | |||
2022-06-26 | configs/*/grub/grub.cfg: enable serial input and output | nl6720 | |
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 | |||
2022-06-23 | configs/*/grub/grub.cfg: auto-boot after 15 seconds | nl6720 | |
* Set the default boot entry and its timeout. * Add classes to menu entries to allow theming them. Fixes #179 | |||
2022-06-09 | Add useful grub menu entries to grub.cfg | plainlinen | |
2022-05-25 | Add GRUB configuration files to baseline and releng profiles. | Pellegrino Prevete | |