[arch-commits] Commit in booster/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sun Feb 28 18:19:39 UTC 2021
Date: Sunday, February 28, 2021 @ 18:19:39
Author: anatolik
Revision: 408921
Booster 0.3 release
Notable changes:
* Fixed a race condition with udev that causes init crash (issue #22)
* Detect partitions formatted with f2fs correctly (issue #28)
* Generator should not fail is kernel compiled without virtio (issue #27)
* Speed up Arch Linux installation hook by building initramfs for each kernel in parallel
* Add support for modules compressed with zstd
* Handle 'noatime' mount parameters if specified as kernel command line (issue #35)
* Configure default gateway if DHCP provides it (issue #25)
Modified:
booster/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 17:29:38 UTC (rev 408920)
+++ PKGBUILD 2021-02-28 18:19:39 UTC (rev 408921)
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov
pkgname=booster
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='Fast and secure initramfs generator'
arch=(x86_64)
@@ -14,7 +14,7 @@
backup=(etc/booster.yaml)
provides=(initramfs)
source=(booster-$pkgver.zip::https://github.com/anatol/booster/archive/$pkgver.zip)
-sha512sums=('f07c01b59744c87f0a45982de1bf3c6811963e7e1b8d21acd55a7dcea8c8f262ff3febe3da3cf2534564f66ac70d03fa6eb8b4c28d91da2c731c3f40b7429cd4')
+sha512sums=('b1d09c5fd096a7a3ec15750bf97b41cb642c1910a0242dbfb936bb8544f8c7e05d266dd3aba29030c89bd26227685a9f3f4ba39467273dad71c77956936e9f85')
build() {
cd booster-$pkgver
More information about the arch-commits
mailing list