In article you write:
>I have a CD that was burned (but not labeled so well). Is is possible to tell
>if
>this is an i386 or amd64 image?
Sure. Mount it, do a "file" on some of the programs in /bin and see whether
they're
i386 or x86-64 code.
R's,
John
___
I have a CD that was burned (but not labeled so well). Is is possible to tell if
this is an i386 or amd64 image?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
Hi Eddysan,
Tks for your advice.
I already solve my problem with following command
line;
$ mkisofs -R -o cdimage.raw -J -graft-points
-hide-rr-moved
/usr/home/user-A/Document-AAA/=/usr/home/user-A/Document-AAA/
But I like to learn an alternative.
> Try
>
> mkisofs -J -r -l -allow-lowercase
On Wed, 19 May 2004, [iso-8859-1] Stephen Liu wrote:
> I don't expect it would be so complicate on FreeBSD.
> It is rather simple on Linux.
But mkisofs is the same on both.
> SOLUTION;
>
> $ mkisofs -U -R -o cdimage.raw -graft-points \
> usr/home/user-A/document-AAA/=/usr/home/user-A/document-AA
Hi Malcolm,
Tks for your advice.
You understand my need completely. Problem is now
solved as stated at the bottom of this posting.
> I believe that in case 1) you want to see the
> directory usr on the final CD containing
> subdirectory home etc.
>
> And in instance 2) you want to see the
On Wed, May 19, 2004 at 01:29:16PM +0800, Stephen Liu wrote:
> Hi Joe,
>
> Tks for your advice.
>
> - snip-
> > mkisofs -o cd_image.iso > page> dir/ ?
>
> Applying following command lines
> 1)
> # mkisofs -o cdimage.raw -R
> /usr/home/user-A/document-AAA
>
> 2)
> # mkisofs -R -o cdimage.raw
>
On Monday 17 May 2004 20:58, Stephen Liu wrote:
> HI folks,
>
> I tried to solve following questions on creating ISO
> image with reference to 'man mkisofs' but could not
> resolve;
>
> Tree of diectories e.g.
>
> /usr/home/user-A/document-AAA/subdirectories
>
> 1) To include the complete tree star
Hi Joe,
Tks for your advice.
- snip-
> mkisofs -o cd_image.iso page> dir/ ?
Applying following command lines
1)
# mkisofs -o cdimage.raw -R
/usr/home/user-A/document-AAA
2)
# mkisofs -R -o cdimage.raw
/usr/home/user-A/document-AAA
3)
# mkisofs -o cdimage.raw -R -pathspec
/usr/home/user-A/docu
On Tue, 18 May 2004 08:31:35 +0800 (CST)
Stephen Liu <[EMAIL PROTECTED]> wrote:
> Hi Fernando,
>
> - snip -
>
> > > But I could not discover the 'Readme' for
> > > 'makecdfs.sh' explaining how to use it and where
> > will
> > > this file be copied to.
> >
> > There isn't a readme for makecdfs.s
Hi Fernando,
- snip -
> > But I could not discover the 'Readme' for
> > 'makecdfs.sh' explaining how to use it and where
> will
> > this file be copied to.
>
> There isn't a readme for makecdfs.sh
> Just run makecdfs.sh without arguments and it'll
> show a help message.
# makecdfs.sh
makecdfs.s
On Mon, May 17, 2004 at 11:43:56PM +0800, Stephen Liu wrote:
> Hi arden,
>
> Tks for your advice.
>
> > im guessing this is what you mean ?
> >
> > mkisofs -r -J -o cd_image.iso dir/
>
> I made following test without result;
>
> $ mkisofs -r -J -o cd_image.iso
> /usr/home/user-A/Storage-04051
On Tue, 18 May 2004, Stephen Liu wrote:
> Hi Fernando,
>
> Tks for your advice.
>
> I read the file 'makecdfs.sh' and
> /usr/share/examples/worm/Readme. The latter explains
> the use of
>
> burncd.sh mybigtestimage dummy
>
> But I could not discover the 'Readme' for
> 'makecdfs.sh' explaining how
Hi Fernando,
Tks for your advice.
> > I tried to solve following questions on creating
> ISO
> > image with reference to 'man mkisofs' but could
> not
> > resolve;
>
> Take a look at /usr/share/examples/worm/makecdfs.sh
>
> It's a shell script the FreeBSD team uses for making
> the FreeBSD ISOs
Hi arden,
Tks for your advice.
> im guessing this is what you mean ?
>
> mkisofs -r -J -o cd_image.iso dir/
I made following test without result;
$ mkisofs -r -J -o cd_image.iso
/usr/home/user-A/Storage-040517
...
...
mkisofs: Joliet tree sort failed.
The result I expect to have is a
im guessing this is what you mean ?
mkisofs -r -J -o cd_image.iso dir/
arden
On Mon, 2004-05-17 at 12:28, Stephen Liu wrote:
> HI folks,
>
> I tried to solve following questions on creating ISO
> image with reference to 'man mkisofs' but could not
> resolve;
>
> Tree of diectories e.g.
>
> /
On Mon, 17 May 2004, Stephen Liu wrote:
> HI folks,
>
> I tried to solve following questions on creating ISO
> image with reference to 'man mkisofs' but could not
> resolve;
Take a look at /usr/share/examples/worm/makecdfs.sh
It's a shell script the FreeBSD team uses for making the FreeBSD ISOs
HI folks,
I tried to solve following questions on creating ISO
image with reference to 'man mkisofs' but could not
resolve;
Tree of diectories e.g.
/usr/home/user-A/document-AAA/subdirectories
1) To include the complete tree starting from
/user-A/document-AAA/subdirectories
2) To include the c
17 matches
Mail list logo