summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLily Wilson2020-04-20 18:24:54 -0400
committerLily Wilson2020-04-20 18:24:54 -0400
commitde4d25aee9f3e4b2845a957cba9085762566543c (patch)
tree71cb56344476b60187eae9a2dd4b0943e63ac104
parent8c231784a719d0151373582c6be7976aab9b5f1f (diff)
downloadaur-de4d25aee9f3e4b2845a957cba9085762566543c.tar.gz
add ntp, switch from `www.` to `ipxe.`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--arch.ipxe3
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61410ce6f2a0..7c04624c6cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipxe-netboot
pkgdesc = iPXE build for Arch Linux netboot
- pkgver = r5911.a4f8c6e3
+ pkgver = r5941.bdf0e029
pkgrel = 1
url = http://ipxe.org
arch = i686
@@ -21,7 +21,7 @@ pkgbase = ipxe-netboot
source = dst_x1.pem
source = test-netboot
sha256sums = SKIP
- sha256sums = f789c81cade88537b4dc0acd1ce1beb26d1c1e63b837423a14a7c096b31b0230
+ sha256sums = 2f018d7a5f76efff4078ab3c9a83ebd8ddb8e1dc1a993f86180850e4788e45db
sha256sums = 3ba0cf390975bb07bf1d3c7ff802d6977bdf901c94883ea2de44c16d444252e5
sha256sums = 64d021f345a0b4633de17ba43d816295076adc8a378eaa54e6796e8c0e95d6d0
sha256sums = 139a5e4a4e0fa505378c72c5f700934ce8333f4e6b1b508886c4b0eb14f4be99
diff --git a/PKGBUILD b/PKGBUILD
index 409a41e21147..6fc466d759f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lily Wilson <hotaru@thinkindifferent.net>
# Contributor: Thomas Bächler <thomas@archlinux.org>
pkgname=ipxe-netboot
-pkgver=r5911.a4f8c6e3
+pkgver=r5941.bdf0e029
pkgrel=1
pkgdesc="iPXE build for Arch Linux netboot"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ source=('ipxe::git+https://git.ipxe.org/ipxe.git#branch=master'
dst_x1.pem
test-netboot)
sha256sums=('SKIP'
- 'f789c81cade88537b4dc0acd1ce1beb26d1c1e63b837423a14a7c096b31b0230'
+ '2f018d7a5f76efff4078ab3c9a83ebd8ddb8e1dc1a993f86180850e4788e45db'
'3ba0cf390975bb07bf1d3c7ff802d6977bdf901c94883ea2de44c16d444252e5'
'64d021f345a0b4633de17ba43d816295076adc8a378eaa54e6796e8c0e95d6d0'
'139a5e4a4e0fa505378c72c5f700934ce8333f4e6b1b508886c4b0eb14f4be99'
@@ -40,6 +40,7 @@ prepare() {
echo '#define NET_PROTO_IPV6' >> config/local/general.h
echo '#define DOWNLOAD_PROTO_HTTPS' >> config/local/general.h
echo '#define IMAGE_TRUST_CMD' >> config/local/general.h
+ echo '#define NTP_CMD' >> config/local/general.h
}
build() {
diff --git a/arch.ipxe b/arch.ipxe
index af01aae0a167..929ed800d8bb 100644
--- a/arch.ipxe
+++ b/arch.ipxe
@@ -1,3 +1,4 @@
#!ipxe
ifconf
-chain https://www.archlinux.org/releng/netboot/archlinux.ipxe || shell
+ntp pool.ntp.org
+chain https://ipxe.archlinux.org/releng/netboot/archlinux.ipxe || shell