Re: [Thinstation-general] retrieve .conf files
Brought to you by:
doncuppjr
|
From: Trevor B. <tre...@us...> - 2005-07-28 09:46:37
|
On Thu, 2005-07-28 at 10:37 +0200, christof mestdag wrote: > hi, > first of all thx for the answers > > but is their anyway to retrieve the .conf from the iso. You should still have the conf fiels where you built them (if it's a TS-O-Matic, if you return you should be offered a choice to return to the download page). Otherwise, if you have a linux box with a kernel that supports squashfs, mount the .iso cd /tmp mkdir TS mount thinstation.iso TS -o loop mkdir initrd mount TS/initrd initrd -o loop -t squashfs and you filesystem will be in /tmp/initrd and your filesystem will be in /tmp/initrd Trevor B PS. remember to umount the images (ie. umount initrd & umount TS from the /tmp dir). > i lost htem but now i'm trying to remake it but the iso is smaller > 16992 in stead of 17024 and it wont boot ( unexptected end of string ) > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO September > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Thinstation-general mailing list > Thi...@li... > https://lists.sourceforge.net/lists/listinfo/thinstation-general |