mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
d396ef5108
commit
750ca2e83b
1 changed files with 3 additions and 0 deletions
|
|
@ -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/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue