Changes

Jump to navigation Jump to search
3 bytes added ,  07:08, 22 June 2022
m
Line 29: Line 29:  
Assumes sme server is acting as dhcp server.
 
Assumes sme server is acting as dhcp server.
   −
This contrib supplies the basic parameters to dhcpd to allow pxe booting on your network.
+
This contrib supplies the basic parameters for dhcpd to allow pxe booting on your network.
    
It is ONLY config db parameters and /etc/dhcpd.conf template fragments. No panels or scripts.
 
It is ONLY config db parameters and /etc/dhcpd.conf template fragments. No panels or scripts.
Line 50: Line 50:  
    }
 
    }
   −
</syntaxhighlight>Additional boot architectures (as per https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#processor-architecture) can be supported by adding them to pxe as <arch> <executable> e.g. <syntaxhighlight lang="bash">
  −
config set-prop pxe 00:09 syslinux.efi
   
</syntaxhighlight>
 
</syntaxhighlight>
   
=== Installation ===
 
=== Installation ===
<tabs container><tab name="For SME 10">
+
<tabs container=""><tab name="For SME 10">
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
 
</tab></tabs>
 
</tab></tabs>
Line 105: Line 102:  
e.g. 00:09 syslinux.efi
 
e.g. 00:09 syslinux.efi
 
|optional
 
|optional
|}
+
|}Additional boot architectures (as per https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#processor-architecture) can be supported by adding them to pxe as <arch> <executable> e.g. <syntaxhighlight lang="bash">
 +
config set-prop pxe 00:09 syslinux.efi
 +
</syntaxhighlight>
    
=== Uninstall ===
 
=== Uninstall ===
371

edits

Navigation menu