start of etiona (trisquel 9) support
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index a09b779629407f6f9466e4edc341021a717c0408..c637a9bcf6e1c71b00bd4c3fa91a3b7dced02afd 100755 (executable)
@@ -262,6 +262,8 @@ if [[ ! $DISTRO ]]; then
     DISTRO=trisquelbelenos
   elif ifclass VOL_FLIDAS; then
     DISTRO=trisquelflidas
+  elif ifclass VOL_ETIONA; then
+    DISTRO=trisqueletiona
   else
     echo "PARTITIONER ERROR: no distro class/var set" >&2
     exit 1