buster and some fixes
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index c637a9bcf6e1c71b00bd4c3fa91a3b7dced02afd..b10ef25405d3e75b0a6b16e4d33d1f6d2e0665c8 100755 (executable)
@@ -254,6 +254,8 @@ if [[ ! $DISTRO ]]; then
     DISTRO=debianstretch_bootstrap
   elif ifclass VOL_STRETCH; then
     DISTRO=debianstretch
+  elif ifclass VOL_BUSTER; then
+    DISTRO=debianbuster
   elif ifclass VOL_TESTING; then
     DISTRO=debiantesting
   elif ifclass VOL_XENIAL; then