various changes for libreboot having no pxe
[automated-distro-installer] / fai / config / distro-install-common / end
index c68be2cbd5fcededa47b0e83a6a9b50030fac1b4..d226af6ce85e826af2a55e5f3a0f7ea75fc5d8a4 100755 (executable)
@@ -27,7 +27,7 @@ chpw() {
     if [[ $pwfile && -e $pwfile ]]; then
         printf "$user:" | cat - "$pwfile" | $ROOTCMD chpasswd -e
     else
-        echo "$0: warning: no pw set for $user"
+        echo "$0: warning: no pw set for $user" >&2
     fi
 }
 au() {