integrate-distro.sh: Ongoing improvements

- Create srv/nfs/var and srv/nfs/var/cores
  - Copy /etc/dhcpd.conf.d into chroot
This commit is contained in:
Jan Lindemann 2011-06-22 15:47:21 +00:00 committed by Jan Lindemann
commit 750ca2e83b

View file

@ -658,6 +658,7 @@ cmd_install()
/etc/sysconfig/clock \
/etc/openldap/schema/authldap.schema \
/etc/opt/bprof/bprof.secret \
/etc/dhcpd.conf.d \
; do
install -d -m 755 `dirname $root$c`
cp -rp $c $root$c
@ -705,6 +706,8 @@ cmd_install()
chroot $root /sbin/SuSEconfig
chroot $root /opt/jux/bin/jux-init-namespace.sh
install -m 755 -d $root/srv/nfs/boot/pxe/bin
install -m 755 -d $root/srv/nfs/var
install -m 777 -d $root/srv/nfs/var/cores
for c in \
/etc/pam.d/* \