updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / linux-ac100 / linux-ac100.install
blobbf87683c376fddf4a9b5c74c20121bd0acb01320
1 KERNEL_NAME=-ac100
2 KERNEL_VERSION=3.0.8-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