X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fpartition.DEFAULT;h=8a32c31b49cb81eb8c4953cea8b9cd1e247f4170;hb=d0b6a8cd4608fdffcf733f9180744819d8889be0;hp=79826c7da5fac44a1897320ec005c9e77c22daa0;hpb=2eebb95531424e04797094d622eebdd7ece5b38b;p=automated-distro-installer diff --git a/fai/config/hooks/partition.DEFAULT b/fai/config/hooks/partition.DEFAULT index 79826c7..8a32c31 100755 --- a/fai/config/hooks/partition.DEFAULT +++ b/fai/config/hooks/partition.DEFAULT @@ -166,6 +166,8 @@ if [[ ! $DISTRO ]]; then DISTRO=debianstable elif ifclass XENIAL64; then DISTRO=ubuntuxenial + elif ifclass BELENOS64; then + DISTRO=trisquelbelenos else echo "PARTITIONER ERROR: no distro class/var set" >&2 exit 1