add jammy aramo
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index d702351a38178de41b5ed2e6395af241ab9035dc..1b80784da925a4103e460d6b6ecc81f582e27138 100755 (executable)
@@ -470,12 +470,16 @@ if [[ ! $DISTRO ]]; then
     DISTRO=ubuntubionic
   elif ifclass VOL_FOCAL; then
     DISTRO=ubuntufocal
+  elif ifclass VOL_JAMMY; then
+    DISTRO=ubuntujammy
   elif ifclass VOL_FLIDAS; then
     DISTRO=trisquelflidas
   elif ifclass VOL_ETIONA; then
     DISTRO=trisqueletiona
   elif ifclass VOL_NABIA; then
     DISTRO=trisquelnabia
+  elif ifclass VOL_ARAMO; then
+    DISTRO=trisquelaramo
   elif $mkroot2 || $mkroot2tab; then
     :
   else