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 | |
parent | 9f92fddb7f2b83d2faa244b58b9c0c2dd91e8cb2 (diff) | |
download | aports-04ef5a240ec30fe748acfbe1ccf3c8dc1c29b3ec.tar.bz2 aports-04ef5a240ec30fe748acfbe1ccf3c8dc1c29b3ec.tar.xz |
main/alpine-ipxe: set alpine loader
Diffstat (limited to 'main/alpine-ipxe')
-rw-r--r-- | main/alpine-ipxe/APKBUILD | 4 | ||||
-rw-r--r-- | main/alpine-ipxe/boot.ipxe | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/alpine-ipxe/APKBUILD b/main/alpine-ipxe/APKBUILD index 62c6c9ed35..2572c7e0a6 100644 --- a/main/alpine-ipxe/APKBUILD +++ b/main/alpine-ipxe/APKBUILD @@ -3,7 +3,7 @@ pkgname=alpine-ipxe pkgver=1.0_git20180514 _sha=e7f67d5a4c6e9f06aa7a9db1b4245f5e16f00bb2 -pkgrel=0 +pkgrel=1 pkgdesc="iPXE build for Alpine Linux netboot" url="https://boot.alpinelinux.org" arch="x86 x86_64 aarch64" @@ -78,4 +78,4 @@ _split() { sha512sums="f0719cec479a056deef228155a16053320397dfdd04b971efdc0a77ed29ee9f2a355b8c16273a313538ba2ffc82bc4391522be623f666e2b0cffac664e31e162 ipxe-1.0_git20180514.tar.gz 1f52b62aa9e3ec0656ea3cb5c8e52eda924d58728e64bb03ca6c112858b91b13cf0a9328b105bb232973e240406b240ed14e72b5bd325e82e6fddf3126dbcc58 DST_Root_CA_X3.pem 68030e3f30983ee45c7f740445a246ea0df225becdd0644e06ffdbd84682ac576934dab79fecceb31b70929d81ce85b40301a977862bf7beb042270be21e6d34 alpine-netboot-ca.crt -21b0f6fe0604b2a13a0514e74eef1c5af5d311bead5241fd5da8e3d76bfbaaed02d5517bd446a33f5642ff9ec6f20de73493b0cb3dd13692484076da9b6c4fde boot.ipxe" +5a4f1edd0178e696e919e93b90689091f669bffe77ebb9da10d4872d208205fe42b285551f541a07b2067054a2344639052e2b297a582a1f71d907797a77d719 boot.ipxe" 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 |