summaryrefslogtreecommitdiff
path: root/src/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.sh')
-rwxr-xr-xsrc/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/build.sh b/src/build.sh
index 3073c3c..b94b8d3 100755
--- a/src/build.sh
+++ b/src/build.sh
@@ -34,6 +34,14 @@ build_all () {
else
printf "$ERROR$name does not exist\n"
fi
+
+ # configure shadow here
+ if [ "$name" = "shadow" ];
+ xichroot "$XIB_CHROOT" /usr/sbin/pwconv
+ xichroot "$XIB_CHROOT" /usr/sbin/grpconv
+ xichroot "$XIB_CHROOT" "mkdir -p /etc/default"
+ xichroot "$XIB_CHROOT" "useradd -D --gid 999"
+ fi
done
}