Parent Directory
|
Revision Log
|
Patch
| revision 1887 by lange, Fri Jun 6 11:59:48 2003 UTC | revision 1888 by lange, Tue Jul 8 09:01:06 2003 UTC | |
|---|---|---|
| # | Line 162 get_fai_dir() { | Line 162 get_fai_dir() { |
| 162 | mount $romountopt $FAI_LOCATION $FAI && | mount $romountopt $FAI_LOCATION $FAI && |
| 163 | echo "Configuration space $FAI mounted from $FAI_LOCATION" | echo "Configuration space $FAI mounted from $FAI_LOCATION" |
| 164 | fi | fi |
| 165 | if [ ! -d $FAI/class ]; then | |
| 166 | die "$FAI/class not found. Aborting." | |
| 167 | fi | |
| 168 | } | } |
| 169 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 170 | get_fai_cvs() { | get_fai_cvs() { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |