initial commit

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2021-10-23 22:50:45 +02:00
commit 77011ac398
11 changed files with 11353 additions and 0 deletions

10
linux-aarch64.install Normal file
View file

@ -0,0 +1,10 @@
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
}