Detect owl

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-25 15:26:54 +02:00
parent 7b39169e3e
commit a5bfd41195
1 changed files with 5 additions and 0 deletions

View File

@ -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