[ytrap-llatsni] Remise en place de mountpxe, viré par erreur.
This commit is contained in:
parent
74ea789086
commit
10edf7173d
3 changed files with 10 additions and 2 deletions
3
Cfg/root/mountpxe/info.xml
Normal file
3
Cfg/root/mountpxe/info.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<FileInfo>
|
||||
<Info owner='root' group='root' perms='0700'/>
|
||||
</FileInfo>
|
5
Cfg/root/mountpxe/mountpxe
Normal file
5
Cfg/root/mountpxe/mountpxe
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
mount charybde.adm:/var/lib/tftpboot/ /var/lib/tftpboot/
|
||||
for i in /var/lib/tftpboot/livecd/ubuntu/*; do mount charybde:$i $i; done
|
||||
/etc/init.d/tftpd-hpa restart
|
|
@ -1,10 +1,10 @@
|
|||
<!-- Règles concernant les serveurs équipés de isc-dhcp-server //-->
|
||||
<Rules priority="1">
|
||||
<Service name="isc-dhcp-server" type="deb" status="on"/>
|
||||
<Path type="symlink" name="/etc/dhcp" to="/etc/dhcp3"/>
|
||||
<Group name="isc-dhcp-server">
|
||||
<Service name="isc-dhcp-server" type="deb" status="on"/>
|
||||
<Path type="directory" name="/etc/dhcp3/generated" perms="0755" owner="root" group="root"/>
|
||||
<Path type="directory" name="/etc/dhcp3/dhclient-enter-hooks.d/" perms="0755" owner="root" group="root"/>
|
||||
<Path type="directory" name="/etc/dhcp3/dhclient-exit-hooks.d/" perms="0755" owner="root" group="root"/>
|
||||
<Path type="symlink" name="/etc/dhcp" to="/etc/dhcp3"/>
|
||||
</Group>
|
||||
</Rules>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue