Hi, I found another change that needs to be made to the "How to Build a Netboot Server, Part 2" article. If an editor can insert the following 3 lines immediately after the "# sed -i 's/nfs/iscsi/' /etc/dracut.conf.d/netboot.conf" line, it will improve the netboot client's ability to re-establish its iscsi connection when it goes down (as can happen if the user lets the system go into power-save mode): # sed -i '/^node.conn\[0\].timeo.noop_out_interval /s/=.*$/= 0/' /fc28/etc/iscsi/iscsid.conf # sed -i '/^node.conn\[0\].timeo.noop_out_timeout /s/=.*$/= 0/' /fc28/etc/iscsi/iscsid.conf # sed -i '/^node.session.timeo.replacement_timeout /s/=.*$/= 86400/' /fc28/etc/iscsi/iscsid.conf The timeout values used above are the recommended values to use when running an iscsi root as explained in section 8.2 of /usr/share/doc/iscsi-initiator-utils/README. Also, "Ipdate" should be "Update". Thanks, gb _______________________________________________ Fedora Magazine mailing list -- magazine@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to magazine-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/magazine@xxxxxxxxxxxxxxxxxxxxxxx