Re: Compiling source code on FAI client

2008-02-11 Diskussionsfäden Michael Tautschnig
[...] 1#!/bin/bash 2 3$ROOTCMD cp -R /media/mirror/clustersoft /home/cluster 4$ROOTCMD chmod -R 777 /home/cluster/clustersoft 5$target/usr/bin/gcc $target/home/cluster/clustersoft/test.c From previous runs I learned that I have to put the keyword

Re: Compiling source code on FAI client

2008-02-11 Diskussionsfäden dominik baenninger
Thanks for your tip, but I still have some difficulties. When I proceed as you described, the code will be compiled, but the output file will be written to root directory. So, I have to change the directory for compilation. I thought that something like $ROOTCMD cd /home/cluster/clustersoft

Compiling source code on FAI client

2008-02-11 Diskussionsfäden dominik baenninger
Dear list, I am a newbie in FAI. I got my running FAI configuration space but I am looking now for a feature I could not find until now described anywhere. What I would like to do is the following: Copy some source code from the FAI server to the FAI client (this works) and then compile this