diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2016-08-05 15:05:12 +0800 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2016-08-08 16:39:40 +1000 |
commit | 8f0e069fc43ed6f6a230329839f970415147d1aa (patch) | |
tree | 316350e7c1f3a8200f68fa5b52aa53fe5331f140 /utils/hooks | |
parent | 0611a74491328d9ce346957c2320310a21caa8a9 (diff) | |
download | petitboot-8f0e069fc43ed6f6a230329839f970415147d1aa.zip petitboot-8f0e069fc43ed6f6a230329839f970415147d1aa.tar.gz |
hooks/set-stdout: move hook to after automatic stdout settingsv1.2.2
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>
Diffstat (limited to 'utils/hooks')
-rwxr-xr-x | utils/hooks/80-set-stdout (renamed from utils/hooks/20-set-stdout) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/hooks/20-set-stdout b/utils/hooks/80-set-stdout index 92ff030..92ff030 100755 --- a/utils/hooks/20-set-stdout +++ b/utils/hooks/80-set-stdout |