various fixes and initial focal support
[automated-distro-installer] / fai / config / distro-install-common / end
index 3d061b3445e961542562eccc59a813187c382528..e764c32ea67367e21a887e518926694071f999d3 100755 (executable)
@@ -19,11 +19,10 @@ if [[ -e $src && -e $dst ]]; then
 fi
 
 USER2PW=/q/root/shadow/user2
-if ifclass ziva; then
-  ROOTPW=/q/root/shadow/ziva
-else
-  # if doesn't exist, we dont set one
-  ROOTPW=/q/root/shadow/standard
+# if doesn't exist, we dont set one
+ROOTPW=/q/root/shadow/standard
+if [[ ! -e $ROOTPW ]]; then
+  ROOTPW=/q/root/shadow/$HOSTNAME
 fi
 
 chpw() {