PKGBUILDs/core/kernel26-withlinux/kernel26-withlinux.install
2010-02-27 10:24:46 -06:00

29 lines
540 B
Plaintext

post_install() {
chmod 755 /usr/share/plugapps/kernel/README-*
cat <<INSTALL
If running from internal NAND, run:
/usr/share/plugapps/kernel/README-* --nandkernel
If running from SD/MMC or on a TonidoPlug, run:
/usr/share/plugapps/kernel/README-* --rootkernel
and then copy the kernel to /boot/uImage.
Also, check the U-Boot environment variables and reboot.
If you are using a Pogoplug, do NOT run either of the above.
INSTALL
}
post_upgrade() {
post_install
}
post_remove() {
KERNEL_VERSION=.*
}
op=$1
shift
$op $*