summarylogtreecommitdiffstats
path: root/linux2.install
blob: 242b91d9f284717e34df3e813e3417b160d242b6 (plain)
1
2
3
4
5
6
7
8
rm -f /boot/initramfs-linux.img
post_install(){
	depmod 6.7.12-arm64
	dracut -H boot/initramfs-linux.img 6.7.12-arm64
}
post_upgrade(){
	post_install
}