From b1ee9b89f0e964c971186117e334c7037325d0a8 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 12 Dec 2007 20:32:32 +0000 Subject: [PATCH] SSH doesn't accept passwords. This looks ok. No password for console access. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8b27508..29bdff0 100755 --- a/build.sh +++ b/build.sh @@ -88,7 +88,7 @@ for pkgs in ../build/config.${pldistro}/bootstrapfs-*.pkgs ; do done # Add site_admin account - #chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin + chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin # Create a copy of the ${NAME} bootstrap filesystem w/o the base # bootstrap filesystem and make it smaller. This is a three step -- 2.43.0