]> git.ozlabs.org Git - petitboot/commit
hooks/set-stdout: move hook to after automatic stdout settings v1.2.2
authorJeremy Kerr <jk@ozlabs.org>
Fri, 5 Aug 2016 07:05:12 +0000 (15:05 +0800)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 8 Aug 2016 06:39:40 +0000 (16:39 +1000)
commit8f0e069fc43ed6f6a230329839f970415147d1aa
tree316350e7c1f3a8200f68fa5b52aa53fe5331f140
parent0611a74491328d9ce346957c2320310a21caa8a9
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 <jk@ozlabs.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
utils/Makefile.am
utils/hooks/20-set-stdout [deleted file]
utils/hooks/80-set-stdout [new file with mode: 0755]