integrate-distro.sh: Remove ldap seed and syncing $ssh_auth_sock

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-17 17:46:36 +00:00
commit 13d38c3147

View file

@ -821,7 +821,7 @@ unmount_devices()
local d
for d in $devices; do
check_mount $d && {
[ "$sync" -a -e $root$d ] && run $sync -f $root$d
[ "$sync" -a -e $root$d -a $d != $ssh_auth_sock ] && run $sync -f $root$d
run umount $root$d
}
done
@ -1336,7 +1336,7 @@ cmd_install()
# seed the ldap database
# FIXME: this does not work off a netboot distro
slapcat | chroot $root /usr/sbin/slapadd -qw
#slapcat | chroot $root /usr/sbin/slapadd -qw
fi # test