Changeset 470 in ProjectBuilder for projects/dploy/pbconf/devel/dploy-common/rpm


Ignore:
Timestamp:
Jun 2, 2008, 7:11:23 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • dploy-pxe requires syslinux (at least on rhel 5)
  • dploy-pxe adds permission to mount/umount iso images via sudoers
  • dploy-pxe now creates all required dirs under /tftpboot
  • dploy-dhcp owns the /etc/dhcpd.conf file
  • dploy-dhcp doesn't include by default a non-existent /etc/dploy/dhcp.conf file

(Those post install script should become real scripts launched by all install means)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/dploy/pbconf/devel/dploy-common/rpm/dploy-common.spec

    r468 r470  
    5959%pre
    6060# Create dploy Account and group if needed
    61 grep -qE '^dploy:' /etc/group
     61grep -qE '^dploy:' %{_sysconfdir}/group
    6262if [ $? -ne 0 ]; then
    6363    groupadd dploy
    6464fi
    65 grep -qE '^dploy:' /etc/passwd
     65grep -qE '^dploy:' %{_sysconfdir}/passwd
    6666if [ $? -ne 0 ]; then
    6767    useradd -g dploy dploy
Note: See TracChangeset for help on using the changeset viewer.