2021-06-04 15:57:45 +00:00
|
|
|
# Maintainer: Mark <clashclanacc2602@gmail.com>
|
|
|
|
pkgname=postmarketos-mkinitfs-hook-netboot
|
2023-12-18 22:48:14 +00:00
|
|
|
pkgver=4.1.3
|
2023-04-24 20:56:41 +00:00
|
|
|
pkgrel=0
|
2021-06-04 15:57:45 +00:00
|
|
|
pkgdesc="Netboot postmarketOS using nbd feature"
|
|
|
|
url="https://postmarketos.org"
|
2023-05-30 06:57:23 +00:00
|
|
|
depends="devicepkg-utils postmarketos-mkinitfs"
|
2021-06-04 15:57:45 +00:00
|
|
|
source="
|
|
|
|
netboot.sh
|
|
|
|
netboot.modules
|
|
|
|
"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL-2.0-or-later"
|
|
|
|
options="!check" # No tests
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm644 "$srcdir"/netboot.sh \
|
2023-02-18 23:25:18 +00:00
|
|
|
"$pkgdir"/usr/share/mkinitfs/hooks/netboot.sh
|
2021-06-04 15:57:45 +00:00
|
|
|
install -Dm644 "$srcdir"/netboot.modules \
|
2023-02-18 23:25:18 +00:00
|
|
|
"$pkgdir"/usr/share/mkinitfs/modules/30-netboot.modules
|
2021-06-04 15:57:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="
|
2023-12-18 22:48:14 +00:00
|
|
|
c681d0c39eecd9fe5d284e07f9c6f79e41085628abe1c645b8ea3cc4e621fd603fca9db4a555fa689a3268925cb6d23c12baa98986baed452375acd1e3fe26b1 netboot.sh
|
2021-06-04 15:57:45 +00:00
|
|
|
3c9c812a6cd25640e6cf4d722cff6c6356d5666ec6009b4c65f89e62211cc406d2cd09e0fdda6b1c1906ee32c3854988ab701cee8811208e3ef666f09e638568 netboot.modules
|
|
|
|
"
|