mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
integrate-distro.sh: Remove ldap seed and syncing $ssh_auth_sock
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
81ece542be
commit
13d38c3147
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue