BigfootACA
0f5e44e473
Some checks reported errors
gitea/pkg-linux-sm8550/pipeline/head Something is wrong with the build of this commit
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
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
|
|
rm -f boot/initramfs-linux-fallback.img
|
|
}
|