RE: [Thinstation-general] custom iso
Brought to you by:
doncuppjr
|
From: Mike E. <km...@ma...> - 2004-07-06 19:49:41
|
In Linux - unlike windows/dos - your current directory isn't in the path. Therefore, to execute a local file, you need to have a ./ as prefix: "./build" executes the build file in the current directory. "build" execute a build found somewhere in the path. You need "./build" :-) Mike On Tue, 6 Jul 2004, Lewis, Dan - FRC wrote: > > I am using the "build". It is the shell script that is located in the > thinstation-2.0 folder. Is this the correct one? Is there a different > one called "./build"? If there is, where would it be? I am unable to > find it. Sorry for the dumb questions, but I am new to linux and thin > clients. > > thanks > > Dan > > -----Original Message----- > From: Matthew E. Bernold [mailto:mbe...@le...] > Sent: Tuesday, July 06, 2004 3:32 PM > To: Lewis, Dan - FRC; thi...@li... > Subject: RE: [Thinstation-general] custom iso > > > I'm also using a RedHat 9.0 machine. The first thing that comes > to my mind is to ask if you're running "build" or "./build"? > > What I did was the following: > > 1) Download the ThinStation files and untar them into a > directory. I chose /software > 2) Change into the ThinStation directory. In my case, that was > the /software/ThinStation-2.0 directory. > 3) Edit the build.conf file > 4) Create a thinstation.conf.buildtime. I copied the > thinstation.conf.example to thinstation.conf.buildtime and did my edits > from there. > 5) Run "./build" from the ThinStation directory. In my case, > that was from the /software/ThinStation-2.0 directory. > 6) The script ran, and created an iso in the boot-images/iso > directory. For me, that was > /software/ThinStation-2.0/boot-images/iso. > 7) Repeat about 25 times to get the *@#$%& image exactly the way > I wanted it. :-) > > If this doesn't work, please respond with a better description > of what "nothing" it is doing. Is the script running (producing output > on your screen) but not creating the iso? Are you just getting the > prompt back, and absolutely nothing is happening? > > Matthew E. Bernold > > > -----Original Message----- > From: Lewis, Dan - FRC [mailto:Dan...@it...] > Sent: Tuesday, July 06, 2004 3:07 PM > To: thi...@li... > Subject: [Thinstation-general] custom iso > > > I have been trying to create a custom iso image to add > the sound modules to build.conf. When I run build, it does nothing. I > am doing this on a Linux box with Red Hat 9. I have edited the > build.conf to have the modules I need. The instructions that I found on > the site did not seem clear to me. Can anybody give me a step by step > to creating a custom iso? I tried using a prebuilt and copying the > files, but the build command still did nothing. I even renamed the > prebuilt files to just be build.conf and thinstation.buildtime.conf. > Any help would be very much appreciated. > > Thanks > > Daniel Lewis > ITT Industries > FRC IT > 315-568-4583 > > ************************************ > This email and any files transmitted with it are proprietary and > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this email > in error please notify the sender. Please note that any views or > opinions presented in this email are solely those of the author and do > not necessarily represent those of ITT Industries, Inc. > The recipient should check this email and any attachments for the > presence of viruses. ITT Industries accepts no liability for any damage > caused by any virus transmitted by this > email. > ************************************ > > > > > ************************************ > This email and any files transmitted with it are proprietary and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email > in error please notify the sender. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of ITT Industries, Inc. > The recipient should check this email and any attachments for the presence of viruses. ITT Industries accepts no liability for any damage caused by any virus transmitted by this > email. > ************************************ -- Thinstation FAQ maintainer http://thinstation.sourceforge.net - a light, full featured linux based thin client OS |