mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +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
|
xinetd
|
||||||
apache2
|
apache2
|
||||||
nfs-kernel-server
|
nfs-kernel-server
|
||||||
|
tftp
|
||||||
|
|
||||||
unscd
|
unscd
|
||||||
nss_ldap
|
nss_ldap
|
||||||
|
|
@ -101,6 +102,7 @@ payload_pkgs="
|
||||||
openssh
|
openssh
|
||||||
|
|
||||||
tar zip unzip
|
tar zip unzip
|
||||||
|
rsync cpio
|
||||||
|
|
||||||
gcc-c++ libtool autoconf automake make
|
gcc-c++ libtool autoconf automake make
|
||||||
cvs
|
cvs
|
||||||
|
|
@ -695,6 +697,8 @@ cmd_install()
|
||||||
|
|
||||||
set_sysconf_value etc/sysconfig/boot RUN_PARALLEL no
|
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_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
|
cat $root_password_file | chroot $root /usr/bin/passwd --stdin
|
||||||
chroot $root /sbin/ldconfig
|
chroot $root /sbin/ldconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue