Changes

From Amahi Wiki
Jump to: navigation, search
591 bytes removed ,  23:25, 2 February 2014
no edit summary
<u>'''amahi-netboot Work Around For Fedora 19''' (add to netboot template)</u>
 
* Add after HDAIP variable line:
<pre>cat > html/amahi-pxe.conf << EOF
dhcp-boot=pxelinux.0,hda,$HDAIP #insert hda IP
enable-tftp
tftp-root=/var/lib/tftpboot
EOF</pre>
 
* Add after #!/bin/bash line:
<pre>if [ -f /etc/dnsmasq.d/amahi-pxe.conf ]; then
# Skip update
echo;
else
### START amahi-netboot work around ###
sed -i '14s/yes/no/' /etc/xinetd.d/tftp;
cp html/amahi-pxe.conf /etc/dnsmasq.d/amahi-pxe.conf;
# restart dnsmasq
systemctl restart dnsmasq.service;
### END amahi-netboot work around ###
fi</pre>
 
<u>'''INSTALL'''</u>
<pre># App specific variables
12,424

edits