mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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 -a --ldap
|
||||
|
||||
local jcs_dir
|
||||
eval jcs_dir=`make_etc_jcs_jcs_conf | grep "jcs_dir *="`
|
||||
echo "=== checking jcs dir $jcs_dir"
|
||||
[ -d "$jcs_dir" ] && {
|
||||
cd $jcs_dir
|
||||
cvs update -dP
|
||||
make setup
|
||||
}
|
||||
echo "=== running jcs setup"
|
||||
chroot $root jcs setup
|
||||
|
||||
unmount_devices
|
||||
[ -w "$install_dev" ] || {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue