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: |
| 47 | The 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 | # |
| 56 | Please enter a MFS root password |
| 57 | Password: |
| 58 | Verifying - Password: |
| 59 | |
| 60 | ################################################################################ |
| 61 | # Setting up MFS: /usr/testbed/tftpboot/freebsd/boot |
| 62 | # |
| 63 | Created md0... |
| 64 | Created /mnt-md0 |
| 65 | .... |
| 66 | }}} |
| 67 | |
| 68 | You can use the '-g' option to fetch the latest tarball as well: |