dhcp support on debian
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
890d2b321e
commit
eb83073e61
@ -1469,7 +1469,7 @@ sub process_request
|
||||
{
|
||||
restart_dhcpd_aix();
|
||||
}
|
||||
elsif ( $distro =~ /ubuntu.*/)
|
||||
elsif ( $distro =~ /ubuntu.*/ || $distro =~ /debian.*/i)
|
||||
{
|
||||
if (-e '/etc/dhcp/dhcpd.conf') {
|
||||
system("chmod a+r /etc/dhcp/dhcpd.conf");
|
||||
|
Loading…
Reference in New Issue
Block a user