various fixes for bullseye and new ssh key changes
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index 56919e91a292cdb0a4867dfc625e761056fab085..80f0d7c4a70afd9dfb86f616c7830089bb06bcc3 100755 (executable)
@@ -394,6 +394,8 @@ if [[ ! $DISTRO ]]; then
     DISTRO=debianbuster
   elif ifclass VOL_BULLSEYE; then
     DISTRO=debianbullseye
+  elif ifclass VOL_BOOKWORM; then
+    DISTRO=debianbookworm
   elif ifclass VOL_TESTING; then
     DISTRO=debiantesting
   elif ifclass VOL_XENIAL; then