initial commit
This commit is contained in:
commit
77011ac398
11 changed files with 11353 additions and 0 deletions
10
linux-aarch64.install
Normal file
10
linux-aarch64.install
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue