uboot4extlinux-nitrogen6q.install 187 B

123456789101112
  1. extlinux_warning() {
  2. echo "==> WARNING: Remember to set up your kernels in /boot/extlinux/extlinux.conf"
  3. }
  4. post_install() {
  5. extlinux_warning
  6. }
  7. post_upgrade() {
  8. extlinux_warning
  9. }