Parent Directory
|
Revision Log
|
Patch
| revision 3883 by lange, Wed Sep 6 22:14:02 2006 UTC | revision 3884 by lange, Thu Sep 7 12:01:27 2006 UTC | |
|---|---|---|
| # | Line 206 if [ X$action = Xdirinst ]; then | Line 206 if [ X$action = Xdirinst ]; then |
| 206 | echo "Please specify a target directory. Aborted" | echo "Please specify a target directory. Aborted" |
| 207 | exit 3 | exit 3 |
| 208 | fi | fi |
| 209 | export NFSROOT=$(source $FAI_ETC_DIR/make-fai-nfsroot.conf; echo $NFSROOT) | |
| eval $(grep NFSROOT= $FAI_ETC_DIR/make-fai-nfsroot.conf) | ||
| export NFSROOT | ||
| 210 | export FAI_ROOT=$targetdir | export FAI_ROOT=$targetdir |
| 211 | fi | fi |
| 212 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |