Difference between revisions of "Boot Release"

From NST Wiki
Jump to navigationJump to search
(Probe Check)
Line 5: Line 5:
 
* Verify that the NST Live distribution boots cleanly.
 
* Verify that the NST Live distribution boots cleanly.
 
* Verify that you can log in.
 
* Verify that you can log in.
 +
* Verify that you can access the system using ''ssh'' and ''https'' after running the '''nstpasswd''' command to set the system passwords.
 +
* Verify that you can install the distribution to hard disk.
 +
* Verify that you can boot off the hard disk installation.
 +
* Reboot the hard disk system.
 
* Verify that you can access the system using ''ssh'' and ''https'' after running the '''nstpasswd''' command to set the system passwords.
 
* Verify that you can access the system using ''ssh'' and ''https'' after running the '''nstpasswd''' command to set the system passwords.
  
 +
<!--
 
== Minimal NST Live Distribution ==
 
== Minimal NST Live Distribution ==
  
Line 16: Line 21:
 
* Reboot the hard disk system.
 
* Reboot the hard disk system.
 
* Verify that you can access the system using ''ssh'' and ''https'' after running the '''nstpasswd''' command to set the system passwords.
 
* Verify that you can access the system using ''ssh'' and ''https'' after running the '''nstpasswd''' command to set the system passwords.
 +
-->
  
 
== Probe Check ==
 
== Probe Check ==

Revision as of 10:26, 9 February 2015

It is recommended that you burn and boot from any ISO images PRIOR to uploading them to SourceForge. If you've followed all of the steps in the release guide, they should work flawlessly.

Full NST Live Distribution

  • Verify that the NST Live distribution boots cleanly.
  • Verify that you can log in.
  • Verify that you can access the system using ssh and https after running the nstpasswd command to set the system passwords.
  • Verify that you can install the distribution to hard disk.
  • Verify that you can boot off the hard disk installation.
  • Reboot the hard disk system.
  • Verify that you can access the system using ssh and https after running the nstpasswd command to set the system passwords.


Probe Check

After booting the full NST Live distribution, do to your development machine and run: make probe-check HOST=IP against the newly booted NST probe. Review the resulting log file to verify that the test results look reasonable.

[root@quesadilla nst]# make probe-check HOST=192.168.0.9

... Lot's of output as various checks and tests are made ..


[root@quesadilla nst]# less -R probe-check.log

... Review results of the probe-check output ...

[root@quesadilla nst]#