Changes between Version 34 and Version 35 of Installation/Nodes


Ignore:
Timestamp:
Feb 11, 2013 6:59:54 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Nodes

    v34 v35  
    4545This script will configure all three MFS images with your boss's root ssh key and a password of your choice.
    4646
    47 The a copy of the MFS tarball is located in '''/share/tarballs''' now.  You can use the '-g' option to fetch the latest
    48 tarball as well:
     47The a copy of the MFS tarball is located in '''/share/tarballs''' now. 
     48
     49{{{
     50
     51[deterbuild@boss ~/testbed/install]$ sudo ./setup_mfs -f /share/tarballs/deter-mfs.tar.bz2
     52
     53################################################################################
     54# Extracting /share/tarballs/deter-mfs.tar.bz2 to /usr/testbed/tftpboot
     55#
     56Please enter a MFS root password
     57Password:
     58Verifying - Password:
     59
     60################################################################################
     61# Setting up MFS: /usr/testbed/tftpboot/freebsd/boot
     62#
     63Created md0...
     64Created /mnt-md0
     65....
     66}}}
     67
     68You can use the '-g' option to fetch the latest tarball as well:
    4969
    5070{{{