Showing with 7 additions and 3 deletions.
  1. +5 −1 CHANGELOG.md
  2. +2 −2 payloads/external/iPXE/menu.ipxe
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ Releases 4.5.x and 4.6.x are based on mainline support submitted in
[this gerrit ref](https://review.coreboot.org/#/c/14138/).

## [Unreleased]
## [v4.0.19] - 2018-09-02
### Changed
- Enabled autoboot for all interfaces in iPXE

## [v4.0.18] - 2018-06-08
### Changed
Expand Down Expand Up @@ -174,7 +177,8 @@ built externally
- forced to use SD in 2.0 mode
- git repository in `Makefile`

[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.0.18...coreboot-4.0.x
[Unreleased]: https://github.com/pcengines/coreboot/compare/v4.0.19...coreboot-4.0.x
[v4.0.19]: https://github.com/pcengines/coreboot/compare/v4.0.18...v4.0.19
[v4.0.18]: https://github.com/pcengines/coreboot/compare/v4.0.17...v4.0.18
[v4.0.17]: https://github.com/pcengines/coreboot/compare/v4.0.16...v4.0.17
[v4.0.16]: https://github.com/pcengines/coreboot/compare/v4.0.15...v4.0.16
Expand Down
4 changes: 2 additions & 2 deletions payloads/external/iPXE/menu.ipxe
Expand Up @@ -7,11 +7,11 @@ item boot autoboot
choose --default boot --timeout 3000 target && goto ${target}

:boot
autoboot net0
autoboot
goto MENU

:shell
shell ||
goto MENU

autoboot net0
autoboot