Buenas,

On Wed, 2003-07-09 at 13:47, Randall Mora Silva wrote:
> tengo una duda entre los siguientes commandos 
> mkisofs -a -f -l -L -r -v -o -J /home/randall/tmp/imagen.iso /=/home/randall/datos
> 
> mkisofs -a -f -l -L -r -v -o -J /home/randall/tmp/imagen.iso /home/randall/datos
> 
> el simbolo (=) en el primer comando tiene alguna relevancia ya que he
> probado los dos y no veo la diferencia pero me quedo esta duda,

Nunca hab�a visto esta sintaxis (la del /=paht), pero en la parte
relevante del man dice lo siguiente:

"If the option -graft-points has been specified, it is possible to graft
the paths at points other than the root directory, and it is possible to
graft files or directories onto the cdrom image with names different
than what they have  in  the  source filesystem.  This is easiest to
illustrate with a couple of examples. Let's start by assuming that a
local file ../old.lis exists, and you wish to include it in the cdrom
image.

            foo/bar/=../old.lis

will include the file old.lis in the cdrom image at /foo/bar/old.lis,
while

            foo/bar/xxx=../old.lis

will  include  the  file old.lis in the cdrom image at /foo/bar/xxx."

As� que supongo que, como el comportamiento por defecto de mkisofs es
mapear el path que uno le diga a root (/), entonces el /=path es
redundante el primer comando.

Ahora, hay 3 cosas que me llaman la atenci�n:

1) Busqu� en todo el man de mkisofs y no logr� encontrar ninguna
referencia a una opci�n -a. �Qu� versi�n de mkisofs est�s usando?

2) -o toma su argumento inmediatamente despu�s, y vos lo est�s poniendo
despu�s del -J. �As� te funciona?

3) No veo que hayas espec�ficado la opci�n -graft-points en el primer
comando, por lo que es extra�o que te funcione igual que el segundo, ac�
da un mensaje de error de que ese directorio no existe.

> gracias

Con gusto.

-- 
Jeffrey Esquivel

"What power would Hell have if those here imprisoned were not able to
 dream of Heaven?"
                --Neil Gaiman, The Sandman


-- 
Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe'
Problemas a: [EMAIL PROTECTED]  http://www.linux.or.cr/listas

Responder a