[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. v22-4-g15cab4d
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 15cab4d017c7cc46b8234bfa641fcef2b28207b6 (commit) via f6275f0d91c8ad06bf0847eb7542755b8ea9e3c7 (commit) from 70511e5ccb7e2500213e04173a70c067a7c9aa35 (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 15cab4d017c7cc46b8234bfa641fcef2b28207b6 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat Mar 11 12:25:32 2017 -0500 init: drop pre-mount check for block device Not all root devices are block devices, after all. Rely on mount doing the right thing (or not). ref: https://bugs.archlinux.org/task/45118 ref: https://bugs.archlinux.org/task/35529 commit f6275f0d91c8ad06bf0847eb7542755b8ea9e3c7 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Mar 10 16:39:52 2017 -0500 lsinitcpio: avoid null byte warnings with bash 4.3 On compressed images, bash 4.3 gets salty: $ lsinitcpio initrd.gz >/dev/null /usr/bin/lsinitcpio: line 78: warning: command substitution: ignored null byte in input /usr/bin/lsinitcpio: line 90: warning: command substitution: ignored null byte in input Tidy up all of our hexdump comparisons via command substitution to use process substitution instead. ----------------------------------------------------------------------- Summary of changes: init_functions | 8 -------- lsinitcpio | 20 ++++++++++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) hooks/post-receive -- The official mkinitcpio repository
participants (1)
-
dreisner@archlinux.org