321156e59b
* Initial Mozilla Flame packages * Update dtbtool to use LineageOS upstream * Use mkbootimg --dt flag only when deviceinfo_bootimg_qcdt is defined * Update mkbootimg to use LineageOS upstream * Add sparse image flashing on device-mozilla-flame * Only support SD card install on Mozilla Flame * Remove useless profile.sh on mozilla flame * Package DTBs in /usr/lib/linux-mozilla-flame/ * Build and install modules in linux-mozilla-flame
30 lines
1.3 KiB
Text
30 lines
1.3 KiB
Text
pkgname=postmarketos-mkinitfs
|
|
pkgver=0.3.2
|
|
pkgrel=2
|
|
pkgdesc="Tool to generate initramfs images for postmarketOS"
|
|
url="https://github.com/postmarketOS"
|
|
# multipath-tools: kpartx
|
|
depends="busybox-extras lddtree cryptsetup kmod multipath-tools postmarketos-splash device-mapper parted e2fsprogs e2fsprogs-extra"
|
|
triggers="$pkgname.trigger=/etc/postmarketos-mkinitfs/hooks:/usr/share/kernel/*"
|
|
source="init.sh.in init_functions.sh mkinitfs.sh"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
provides="mkinitfs=0.0.1"
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir/usr/share/postmarketos-mkinitfs/"
|
|
for file in init.sh.in init_functions.sh; do
|
|
install -Dm644 "$srcdir/$file" \
|
|
"$pkgdir/usr/share/postmarketos-mkinitfs/$file"
|
|
done
|
|
install -Dm755 "$srcdir/mkinitfs.sh" \
|
|
"$pkgdir/sbin/mkinitfs"
|
|
mkdir -p "$pkgdir/etc/postmarketos-mkinitfs/hooks/"
|
|
}
|
|
sha512sums="95e49eb5e7891d319543165290fb7279733e696db8c768d864d87ef36a20b04e1c4e8a1702a2927e7492ea2e9f3d4fdd83d9ea55811969689b9c2483fb3b44c4 init.sh.in
|
|
64aa05363f79a0cf2319740753b8852f5252a5b35b23fecccb131cd77d306cd4c7fe287b2d58cea456f669ff99e20f53cf609703530abf6eda7c958a9e0811d2 init_functions.sh
|
|
8ea2569d75a18f870098d67ab61b58faf239575d03b19c9afc86a868a53d8de6a536b5d63f61a630331bd02dac2d0412824ce388817646baea21b26c7fdfbddb mkinitfs.sh"
|