updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / linux-ac100 / linux-ac100.install
blob8528ea7a4cbcdba1d240128b3ba056bbdea3c04c
1 KERNEL_NAME=-ac100
2 KERNEL_VERSION=3.0.13-1-ac100
4 post_install () {
5   depmod ${KERNEL_VERSION}
6   mkinitcpio -p linux-ac100
7   abootimg --create /boot/ac100.img -f /boot/ac100/bootimg.cfg -k /boot/ac100/zImage -r /boot/ac100/initrd.img
8   dd if=/boot/ac100.img of=/dev/mmcblk0p2
11 post_upgrade(){
12   post_install