This commit is contained in:
Gerben Jan Dijkman
2021-04-19 15:42:22 +02:00
parent aa5fe36bf4
commit 09ee2d1817
66 changed files with 8 additions and 557659 deletions

View File

@@ -1,9 +0,0 @@
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
}
post_remove() {
rm -f boot/initramfs-linux.img
}