This commit is contained in:
Jonny Gerold 2010-02-04 19:58:56 -08:00
parent 06647d9f61
commit 82fb9f712d

View file

@ -1,7 +1,7 @@
post_install() { post_install() {
chmod 755 /usr/share/plugapps/kernel/README-* chmod 755 /usr/share/plugapps/kernel/README-*
cat << 'INSTALL' cat << 'EOF'
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,13 +10,13 @@ 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.
INSTALL EOF
} }
post_upgrade() { post_upgrade() {
chmod 755 /usr/share/plugapps/kernel/README-* chmod 755 /usr/share/plugapps/kernel/README-*
cat << 'UPGRADE' cat << 'EOF'
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
@ -25,7 +25,7 @@ post_upgrade() {
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.
UPGRADE EOF
} }
post_remove() { post_remove() {