4 if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
5 printf '==> If your /usr is on a separate partition, you must add the "usr" hook\n'
6 printf ' to /etc/mkinitcpio.conf and regenerate your images before rebooting\n'
9 if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then
10 printf '==> The "block" hook has replaced several hooks:\n'
11 printf ' fw, sata, pata, scsi, virtio, mmc, usb\n'
12 printf ' Replace any and all of these in /etc/mkinitcpio.conf with a single\n'
13 printf ' instance of the "block" hook\n'