Date: Saturday, November 26, 2022 @ 07:36:13 Author: tpowa Revision: 462600
upgpkg: hwdetect 2022.11-1: add kms to basic hooks Modified: hwdetect/trunk/PKGBUILD hwdetect/trunk/hwdetect ----------+ PKGBUILD | 6 +++--- hwdetect | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-25 20:09:02 UTC (rev 462599) +++ PKGBUILD 2022-11-26 07:36:13 UTC (rev 462600) @@ -1,7 +1,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=hwdetect -pkgver=2022.09 -pkgrel=4 +pkgver=2022.11 +pkgrel=1 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf" arch=(any) url="https://archlinux.org/packages/extra/any/hwdetect/" @@ -12,7 +12,7 @@ 'lvm2: for lvm2 mkinitcpio config support' 'mdadm: for raid mkinitcpio config support') source=(hwdetect) -sha512sums=('96b62056c6f780af18152c2093c124b208a997f92a516d6842e75da30bc847d6abb69ec63b8ebb07170d5642ae68749f799e83ac8481193973271b2f22cf5d04') +sha512sums=('abe53a7b9c98452e26f50ef0c28bc140a5acf9e847c1b49398c7e33a9c2e247d0af532c55324e3cc5135ea9cf4d295443275c7ec830ee859be520d074e06f933') package() { install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect" Modified: hwdetect =================================================================== --- hwdetect 2022-11-25 20:09:02 UTC (rev 462599) +++ hwdetect 2022-11-26 07:36:13 UTC (rev 462600) @@ -303,7 +303,7 @@ if [ "$HOOKS_DIR" = "" ]; then HOOKS_DIR="/usr/lib/initcpio/install" fi - START_HOOKS="base udev keymap autodetect modconf block net dmraid keyboard $ADVANCED filesystems fsck" + START_HOOKS="base udev autodetect modconf kms keyboard keymap block filesystems fsck net dmraid $ADVANCED" # remove the ones that don't exist on the system for i in ${START_HOOKS}; do if ! [ -e "${HOOKS_DIR}/$i" ]; then
