Revision history of "Kickstart install script"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 01:57, 21 November 2008Tony37 (talk | contribs). . (6,638 bytes) (+6,638). . (New page: This script is used to provide a 'headless' install on NEXS from the usb key: #!/bin/bash set -x set -o nounset set -o errexit echo "install.sh version 2.0" > /tmp/summary.log #comp...)