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
- Add tftp rsync cpio - Setting DHCPD_CONF_INCLUDE_FILES in /etc/sysconfig/dhcpd
This commit is contained in:
parent
22dd5bf5f9
commit
d396ef5108
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ payload_pkgs="
|
|||
xinetd
|
||||
apache2
|
||||
nfs-kernel-server
|
||||
tftp
|
||||
|
||||
unscd
|
||||
nss_ldap
|
||||
|
|
@ -101,6 +102,7 @@ payload_pkgs="
|
|||
openssh
|
||||
|
||||
tar zip unzip
|
||||
rsync cpio
|
||||
|
||||
gcc-c++ libtool autoconf automake make
|
||||
cvs
|
||||
|
|
@ -695,6 +697,8 @@ cmd_install()
|
|||
|
||||
set_sysconf_value etc/sysconfig/boot RUN_PARALLEL no
|
||||
set_sysconf_value etc/sysconfig/dhcpd DHCPD_INTERFACE eth0 # TODO: bprof this
|
||||
set_sysconf_value etc/sysconfig/dhcpd DHCPD_CONF_INCLUDE_FILES \
|
||||
"/etc/hosts /etc/ldap.conf /etc/openldap/ldap.conf /etc/certs /etc/nsswitch.conf /etc/dhcpd.conf.d"
|
||||
|
||||
cat $root_password_file | chroot $root /usr/bin/passwd --stdin
|
||||
chroot $root /sbin/ldconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue