further bookworm support
[automated-distro-installer] / fai / config / distro-install-common / end
index 8ad84c9d0fffc626553f392828a0a1c773adba56..f9a084030917a6ee4d6963b4d5a309dc47e7b46e 100755 (executable)
@@ -32,7 +32,7 @@ au() { # add user. i don't use adduser for portability
 
 
 # only setup root pass for bootstrap vol
-if ifclass VOL_BULLSEYE_BOOTSTRAP; then
+if ifclass VOL_BULLSEYE_BOOTSTRAP || VOL_BOOKWORM_BOOTSTRAP; then
   exit 0
 fi