mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
integrate-distro.sh: Run jcs setup (untested)
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
37430da23f
commit
d647b6ff30
1 changed files with 2 additions and 8 deletions
|
|
@ -985,14 +985,8 @@ cmd_install()
|
||||||
chroot $root /usr/sbin/pam-config -c
|
chroot $root /usr/sbin/pam-config -c
|
||||||
chroot $root /usr/sbin/pam-config -a --ldap
|
chroot $root /usr/sbin/pam-config -a --ldap
|
||||||
|
|
||||||
local jcs_dir
|
echo "=== running jcs setup"
|
||||||
eval jcs_dir=`make_etc_jcs_jcs_conf | grep "jcs_dir *="`
|
chroot $root jcs setup
|
||||||
echo "=== checking jcs dir $jcs_dir"
|
|
||||||
[ -d "$jcs_dir" ] && {
|
|
||||||
cd $jcs_dir
|
|
||||||
cvs update -dP
|
|
||||||
make setup
|
|
||||||
}
|
|
||||||
|
|
||||||
unmount_devices
|
unmount_devices
|
||||||
[ -w "$install_dev" ] || {
|
[ -w "$install_dev" ] || {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue