summarylogtreecommitdiffstats
path: root/linux.install
blob: 95860e414f7eaf6ff1e2c8adf506d6296b4bf922 (plain)
1
2
3
4
5
6
post_upgrade() {
  if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
    echo "WARNING: /boot appears to be a separate partition but is not mounted."
  fi
}