Updated QemuXorriso wiki about xorriso version requirements
This commit is contained in:
parent
9a389f0372
commit
ba4a88f1fc
@ -6,8 +6,7 @@ system.
|
||||
The options follow proposals of Paolo Bonzini on qemu-devel mailing list.
|
||||
My compliments for his patient guidance.
|
||||
|
||||
This worked with a qemu git clone which was made few days before the
|
||||
release candidate v1.0-rc0 was tagged.
|
||||
This worked with with qemu-1.0-rc3.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
qemu start command :
|
||||
@ -90,19 +89,25 @@ This should yield
|
||||
brw-rw---- 1 root cdrom 254, 0 Nov 8 11:19 /dev/vda
|
||||
}}}
|
||||
|
||||
Beginning with libburnia release 1.1.8, the tests will also be
|
||||
possible with dynamically linked xorriso which comes with libisoburn
|
||||
and needs installed libburn and libisofs. That's what packages of
|
||||
Debian and other distros deliver.
|
||||
|
||||
For now, one needs GNU xorriso from a recent development tarball
|
||||
xorriso version must be >= 1.1.8
|
||||
{{{
|
||||
http://scdbackup.sourceforge.net/xorriso-1.1.7.tar.gz
|
||||
$ xorriso -version
|
||||
}}}
|
||||
tells the versions of its components on stdout:
|
||||
{{{
|
||||
...
|
||||
xorriso version : 1.1.8
|
||||
...
|
||||
}}}
|
||||
|
||||
If your distro's xorriso is too old, consider to get and build GNU xorriso.
|
||||
{{{
|
||||
http://ftpmirror.gnu.org/xorriso/xorriso-1.1.8.tar.gz
|
||||
}}}
|
||||
Do
|
||||
{{{
|
||||
$ tar xzf xorriso-1.1.7.tar.gz
|
||||
$ cd xorriso-1.1.7
|
||||
$ tar xzf xorriso-1.1.8.tar.gz
|
||||
$ cd xorriso-1.1.8
|
||||
$ ./configure && make
|
||||
}}}
|
||||
Either do as superuser
|
||||
@ -116,18 +121,6 @@ or execute it where it was built as
|
||||
After compilation, this binary does not depend on files in the build
|
||||
directory. You may move it to any other location.
|
||||
|
||||
The version must be >= 1.1.7, Version timestamp >= 2011.11.09.111414
|
||||
{{{
|
||||
$ xorriso -version
|
||||
}}}
|
||||
tells the versions of its components on stdout:
|
||||
{{{
|
||||
...
|
||||
xorriso version : 1.1.7
|
||||
Version timestamp : 2011.11.09.111414
|
||||
...
|
||||
}}}
|
||||
|
||||
For details about the following xorriso commands, read
|
||||
{{{
|
||||
man xorriso
|
||||
@ -444,7 +437,7 @@ or format BD-R for Defect Management:
|
||||
should report on stderr
|
||||
{{{
|
||||
...
|
||||
xorriso : UPDATE : Formatting ( 99.0% done in 116 seconds )
|
||||
xorriso : UPDATE : Formatting ( 99.0% done in 912 seconds )
|
||||
Formatting done
|
||||
xorriso : NOTE : Re-assessing -outdev '/dev/sr1'
|
||||
Drive current: -outdev '/dev/sr1'
|
||||
|
Loading…
Reference in New Issue
Block a user