diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-01-02 21:57:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-01-02 21:57:28 (GMT) |
commit | cbf49910602f00689c5d3e393019474e68c3ceab (patch) | |
tree | c3036f88c255343c5cd1215b71167e339cf39190 /abs/core/mkinitcpio/mkinitcpio.install | |
parent | 2353c0b3446e5c9ef195a4c47dc0b3d62a2fc81a (diff) | |
download | linhes_pkgbuild-cbf49910602f00689c5d3e393019474e68c3ceab.zip linhes_pkgbuild-cbf49910602f00689c5d3e393019474e68c3ceab.tar.gz linhes_pkgbuild-cbf49910602f00689c5d3e393019474e68c3ceab.tar.bz2 |
mkinitcpio: update to 18
Diffstat (limited to 'abs/core/mkinitcpio/mkinitcpio.install')
-rw-r--r-- | abs/core/mkinitcpio/mkinitcpio.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/mkinitcpio/mkinitcpio.install b/abs/core/mkinitcpio/mkinitcpio.install index d8bbfdb..8571ee7 100644 --- a/abs/core/mkinitcpio/mkinitcpio.install +++ b/abs/core/mkinitcpio/mkinitcpio.install @@ -5,4 +5,11 @@ post_upgrade() { printf '==> If your /usr is on a separate partition, you must add the "usr" hook\n' printf ' to /etc/mkinitcpio.conf and regenerate your images before rebooting\n' fi + + if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then + 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 } |