Date: Monday, January 30, 2023 @ 09:54:20 Author: tpowa Revision: 467638
upgpkg: hwdetect 2023.01.30-1: add consolefont to mkinitcpio.conf Modified: hwdetect/trunk/PKGBUILD hwdetect/trunk/hwdetect ----------+ PKGBUILD | 4 ++-- hwdetect | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-30 09:17:41 UTC (rev 467637) +++ PKGBUILD 2023-01-30 09:54:20 UTC (rev 467638) @@ -1,6 +1,6 @@ # Maintainer: Tobias Powalowski <tp...@archlinux.org> pkgname=hwdetect -pkgver=2023.01 +pkgver=2023.01.30 pkgrel=1 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf" arch=(any) @@ -11,7 +11,7 @@ 'lvm2: for lvm2 mkinitcpio config support' 'mdadm: for raid mkinitcpio config support') source=(hwdetect) -sha512sums=('2b82d3c780f62c712756dead66b72f9dea6ab1e09edd0a70b878d5d3d0dafbb80ce5f2701dd267501836749c37eb55abd50a244a97f100e9966256fa6099a1c9') +sha512sums=('546d48f85c4518cb9b8f0de8226a3c2eba991caeb33959559cb85d6de05317f597dbdb98174d711247a39fd0516635515af2d5c8dbf9de02c6a38f719cfe4bb3') package() { install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect" Modified: hwdetect =================================================================== --- hwdetect 2023-01-30 09:17:41 UTC (rev 467637) +++ hwdetect 2023-01-30 09:54:20 UTC (rev 467638) @@ -299,7 +299,7 @@ if [ "$HOOKS_DIR" = "" ]; then HOOKS_DIR="/usr/lib/initcpio/install" fi - START_HOOKS="base udev autodetect modconf kms keyboard keymap block filesystems fsck net $ADVANCED" + START_HOOKS="base udev autodetect modconf kms consolefont keyboard keymap block filesystems fsck net $ADVANCED" # remove the ones that don't exist on the system for i in ${START_HOOKS}; do if ! [ -e "${HOOKS_DIR}/$i" ]; then