Date: Sunday, December 2, 2012 @ 19:59:23 Author: dreisner Revision: 172456
refine post_install barf for 0.12.0 Modified: mkinitcpio/trunk/mkinitcpio.install --------------------+ mkinitcpio.install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: mkinitcpio.install =================================================================== --- mkinitcpio.install 2012-12-02 21:56:24 UTC (rev 172455) +++ mkinitcpio.install 2012-12-03 00:59:23 UTC (rev 172456) @@ -7,7 +7,9 @@ fi if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then - printf '==> The "block" hook has replaced several hooks. Replace any and all of the\n' - printf ' deprecated hooks with a single instance of the "block" hook.\n' + printf '==> The "block" hook has replaced several hooks:\n' + printf ' fw, sata, pata, scsi, virtio, mmc, usb\n' + printf ' Replace any and all of these in /etc/mkinitcpio.conf with a single\n' + printf ' instance of the "block" hook\n' fi }
