Fixed idmap on diskless
[fai-configs.git] / class / 10-base-classes
1 #! /bin/bash
2
3 # Echo architecture and OS name in uppercase. Do NOT remove these two lines.
4 uname -s | tr '[:lower:]' '[:upper:]'
5 [ -x "`which dpkg`" ] && dpkg --print-architecture | tr a-z A-Z
6
7 [ -f /etc/RUNNING_FROM_FAICD ] && echo "FAICD"
8 exit 0