From 11467233d8b439275ce1e1db650a4c6f91a9db1f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Mar 2016 00:23:43 -0300 Subject: move uboot4extlinux packages to [libre-testing] since it aren't stable yet --- .../uboot4extlinux-omap3_beagle.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre-testing/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install (limited to 'libre-testing/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install') diff --git a/libre-testing/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install b/libre-testing/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install new file mode 100644 index 000000000..8aff26699 --- /dev/null +++ b/libre-testing/uboot4extlinux-omap3_beagle/uboot4extlinux-omap3_beagle.install @@ -0,0 +1,11 @@ +extlinux_warning() { + echo "==> WARNING: U-Boot uses Extlinux support to boot up. For setting it up, edit /boot/extlinux/extlinux.conf" +} + +post_install() { + extlinux_warning +} + +post_upgrade() { + extlinux_warning +} -- cgit v1.2.3