Detect owl
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7b39169e3e
commit
a5bfd41195
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ if [ -f /etc/SuSE-release ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if uname -r | grep -s '.owl' >/dev/null 2>&1; then
|
||||
echo owl
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -f /etc/cdist-preos ]; then
|
||||
echo preos
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue