minor fixes, dns, new os versions
[automated-distro-installer] / fai / config / distro-install-common / end
index ec0d1cf9ad633ac60600b77394c579187c4ca32f..b0e070048e4df3ce7b6a44085a19bb23e88d0e5a 100755 (executable)
@@ -50,7 +50,7 @@ au() { # add user. i don't use adduser for portability
 chpw root "$ROOTPW"
 
 # only setup root pass for bootstrap vol
-if ifclass VOL_STRETCH_BOOTSTRAP; then
+if ifclass VOL_BUSTER_BOOTSTRAP; then
   exit 0
 fi