mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
fixed .install
This commit is contained in:
parent
82fb9f712d
commit
b5a1287e36
1 changed files with 3 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||||
|
|
||||||
cat << 'EOF'
|
cat <<INSTALL
|
||||||
If running from internal NAND, run:
|
If running from internal NAND, run:
|
||||||
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
|
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
|
||||||
|
|
||||||
|
@ -10,22 +10,11 @@ post_install() {
|
||||||
and then copy the kernel to /boot/uImage.
|
and then copy the kernel to /boot/uImage.
|
||||||
|
|
||||||
Also, check the U-Boot environment variables and reboot.
|
Also, check the U-Boot environment variables and reboot.
|
||||||
EOF
|
INSTALL
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
post_install
|
||||||
|
|
||||||
cat << 'EOF'
|
|
||||||
If running from internal NAND, run:
|
|
||||||
/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel
|
|
||||||
|
|
||||||
If running from SD/MMC, run:
|
|
||||||
/usr/share/plugapps/kernel/README-2.6.32.5 --rootkernel
|
|
||||||
and then copy the kernel to /boot/uImage.
|
|
||||||
|
|
||||||
Also, check the U-Boot environment variables and reboot.
|
|
||||||
EOF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_remove() {
|
post_remove() {
|
||||||
|
|
Loading…
Reference in a new issue