Date: Thu, 22 Mar 2012 09:22:28 +0100 From: Luigi Rizzo <rizzo@iet.unipi.it> To: Da Rock <freebsd-hackers@herveybayaustralia.com.au> Cc: freebsd-hackers@freebsd.org Subject: Re: iso2flash img Message-ID: <20120322082228.GA48911@onelab2.iet.unipi.it> In-Reply-To: <4F69D38E.9070805@herveybayaustralia.com.au> References: <4F699391.9070804@herveybayaustralia.com.au> <4F69CFAC.7030501@gmail.com> <4F69D38E.9070805@herveybayaustralia.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 21, 2012 at 11:11:42PM +1000, Da Rock wrote: ... > In the meantime I think I may have stumbled on the solution to the > script: In the midst of all the output it mentions "usage realpath [-q] > path". I wasn't 100% sure exactly what that meant, but I put the full > path to the iso and a full path to an img file and I *think* that > worked. I've yet to test the result; and I have no idea of the '-q' > option.... REALPATH(1) FreeBSD General Commands Manual REALPATH(1) NAME realpath -- return resolved physical path SYNOPSIS realpath [-q] path [...] DESCRIPTION The realpath utility uses the realpath(3) function to resolve all sym- bolic links, extra `/' characters and references to /./ and /../ in path. If -q is specified, warnings will not be printed when realpath(3) fails. EXIT STATUS The realpath utility exits 0 on success, and >0 if an error occurs. SEE ALSO realpath(3) HISTORY The realpath utility first appeared in FreeBSD 4.3. FreeBSD 8.1 November 24, 2000 FreeBSD 8.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120322082228.GA48911>