repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
linux-ac100
/
linux-ac100.install
blob
bf87683c376fddf4a9b5c74c20121bd0acb01320
1
KERNEL_NAME=-ac100
2
KERNEL_VERSION=3.0.8-1-ac100
3
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
9
}
10
11
post_upgrade(){
12
post_install
13
}