2 # updating module dependencies
3 echo ">>> Updating module dependencies. Please wait ..."
8 if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
9 echo "WARNING: /boot appears to be a separate partition but is not mounted."
12 # updating module dependencies
13 echo ">>> Updating module dependencies. Please wait ..."
16 if [ $(vercmp $2 3.13) -lt 0 ]; then
17 echo ">>> WARNING: AT keyboard support is no longer built into the kernel."
18 echo ">>> In order to use your keyboard during early init, you MUST"
19 echo ">>> include the 'keyboard' hook in your mkinitcpio.conf."
24 # also remove the compat symlinks
25 rm -f boot/initramfs-%PKGBASE%.img
26 rm -f boot/initramfs-%PKGBASE%-fallback.img