postmarketos-mkinitfs-hook-netboot: support new mkintifs paths (MR 3895)
This commit is contained in:
parent
d4d53f8b65
commit
55fe24f69d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mark <clashclanacc2602@gmail.com>
|
||||
pkgname=postmarketos-mkinitfs-hook-netboot
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Netboot postmarketOS using nbd feature"
|
||||
url="https://postmarketos.org"
|
||||
depends="postmarketos-mkinitfs"
|
||||
|
@ -15,9 +15,9 @@ options="!check" # No tests
|
|||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/netboot.sh \
|
||||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/netboot.sh
|
||||
"$pkgdir"/usr/share/mkinitfs/hooks/netboot.sh
|
||||
install -Dm644 "$srcdir"/netboot.modules \
|
||||
"$pkgdir"/etc/postmarketos-mkinitfs/modules/30-netboot.modules
|
||||
"$pkgdir"/usr/share/mkinitfs/modules/30-netboot.modules
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Reference in a new issue