This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official mkinitcpio repository". The branch, master has been updated via a3cb799a8f63186b843db6a57da12d74a9320686 (commit) via cfcc53c94d0bd67fc69e06c6c5f52bd801ccbe22 (commit) via c511e624d4f0264d1ee4f32b08b59352d76708e5 (commit) via e2a1189dbd0f3d8c051e2d21b8c8aec9b3b091c7 (commit) from f8cc481e7a4cb33a351308b3f440870fef57fe72 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a3cb799a8f63186b843db6a57da12d74a9320686 Author: Dave Reisner <dreisner@archlinux.org> Date: Mon Oct 8 19:45:11 2018 -0400 install/block: avoid conditional addition of drivers Avoid over-optimizing autodetect and always add these. This allows storage drivers to be builtins and still trigger addition of the block node driver. commit cfcc53c94d0bd67fc69e06c6c5f52bd801ccbe22 Author: Dave Reisner <dreisner@archlinux.org> Date: Thu Mar 29 05:46:08 2018 -0400 ship /var/run as symlink to /run This might not strictly be strictly needed, but systemd documents it as being a requirement, else it adds a var-run-bad taint flag. commit c511e624d4f0264d1ee4f32b08b59352d76708e5 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Dec 30 12:18:40 2017 -0500 Remove install hook aliases for block and keyboard These have been deprecated since 2012. I think that's enough time for people to migrate. commit e2a1189dbd0f3d8c051e2d21b8c8aec9b3b091c7 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Dec 30 12:16:12 2017 -0500 cleanup some shellcheck lint warnings ----------------------------------------------------------------------- Summary of changes: functions | 3 ++- install/block | 25 ++++++++----------------- install/fw | 1 - install/mmc | 1 - install/pata | 1 - install/sata | 1 - install/scsi | 1 - install/usb | 1 - install/usbinput | 1 - install/virtio | 1 - mkinitcpio | 24 +++++++++++------------- 11 files changed, 21 insertions(+), 39 deletions(-) delete mode 120000 install/fw delete mode 120000 install/mmc delete mode 120000 install/pata delete mode 120000 install/sata delete mode 120000 install/scsi delete mode 120000 install/usb delete mode 120000 install/usbinput delete mode 120000 install/virtio hooks/post-receive -- The official mkinitcpio repository