From 8f0e069fc43ed6f6a230329839f970415147d1aa Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 5 Aug 2016 15:05:12 +0800 Subject: hooks/set-stdout: move hook to after automatic stdout settings If a console is defined in NVRAM, we want it to take precedence over anything that 30-add-offb calculates automatically. This change shifts the 20-set-stdout script to later in the hook processing, so that it will override any automatic settings. Signed-off-by: Jeremy Kerr Signed-off-by: Samuel Mendoza-Jonas --- utils/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index f1b852e..2bbfb9c 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -34,5 +34,5 @@ dist_pkgdata_DATA = \ utils/logrotate.conf \ utils/hooks/01-create-default-dtb \ utils/hooks/20-update-dtb-sample \ - utils/hooks/20-set-stdout \ - utils/hooks/90-sort-dtb + utils/hooks/90-sort-dtb \ + utils/hooks/80-set-stdout -- cgit v1.2.1