X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fpartition.DEFAULT;h=1db0197f46a7cae93709e4985a19790fa99cd74e;hp=f241fd608f3c8c72524e6c1b3ab9097cd78b2e7b;hb=4029016168015c3aa0accc909c3cff28cf87b929;hpb=17ef86e0555e0c8db46708b9833da4f4591e74be diff --git a/fai/config/hooks/partition.DEFAULT b/fai/config/hooks/partition.DEFAULT index f241fd6..1db0197 100755 --- a/fai/config/hooks/partition.DEFAULT +++ b/fai/config/hooks/partition.DEFAULT @@ -205,6 +205,8 @@ if [[ ! $DISTRO ]]; then DISTRO=ubuntuxenial elif ifclass VOL_BELENOS; then DISTRO=trisquelbelenos + elif ifclass VOL_FLIDAS; then + DISTRO=trisquelflidas else echo "PARTITIONER ERROR: no distro class/var set" >&2 exit 1