diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:24:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-25 02:25:01 -0300 |
commit | bed2d4ff892a5e89a90725abfbf2d0b54e94b565 (patch) | |
tree | df95d5c317a6184cd6e972a0e5ec51dc771fe89f /libre/uboot-omap3_beagle/uboot-omap3_beagle.install | |
parent | 1b66f5c4ed46baeead2116fd40c876dbeae6e7f7 (diff) | |
download | abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.tar.gz abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.tar.bz2 abslibre-bed2d4ff892a5e89a90725abfbf2d0b54e94b565.zip |
uboot-{am335x_bone,omap3_beagle,omap4_panda,udoo}: fix warning message about Extlinux support
Diffstat (limited to 'libre/uboot-omap3_beagle/uboot-omap3_beagle.install')
-rw-r--r-- | libre/uboot-omap3_beagle/uboot-omap3_beagle.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install index 249f69df3..8aff26699 100644 --- a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install +++ b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install @@ -1,5 +1,5 @@ extlinux_warning() { - echo ">>> WARNING: for entries, edit /boot/extlinux/extlinux.conf" + echo "==> WARNING: U-Boot uses Extlinux support to boot up. For setting it up, edit /boot/extlinux/extlinux.conf" } post_install() { |