diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-06-24 18:52:57 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-06-24 18:52:57 +0000 |
commit | 04ef5a240ec30fe748acfbe1ccf3c8dc1c29b3ec (patch) | |
tree | e4b23cd265769b8d1f6f6c76a4d8fc4fdbad11ed /main/alpine-ipxe/boot.ipxe | |
parent | 9f92fddb7f2b83d2faa244b58b9c0c2dd91e8cb2 (diff) | |
download | aports-04ef5a240ec30fe748acfbe1ccf3c8dc1c29b3ec.tar.bz2 aports-04ef5a240ec30fe748acfbe1ccf3c8dc1c29b3ec.tar.xz |
main/alpine-ipxe: set alpine loader
Diffstat (limited to 'main/alpine-ipxe/boot.ipxe')
-rw-r--r-- | main/alpine-ipxe/boot.ipxe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/alpine-ipxe/boot.ipxe b/main/alpine-ipxe/boot.ipxe index 9434db43c9..2bf8411f2a 100644 --- a/main/alpine-ipxe/boot.ipxe +++ b/main/alpine-ipxe/boot.ipxe @@ -1,4 +1,5 @@ #!ipxe ifconf +set alpine_loader true || chain https://boot.alpinelinux.org/boot.ipxe || shell exit |