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 Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git]
/
linux-ac100
/
linux-ac100.install
blob
8528ea7a4cbcdba1d240128b3ba056bbdea3c04c
1
KERNEL_NAME=-ac100
2
KERNEL_VERSION=3.0.13-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
}