mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
2b5120ca92
Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
config BR2_PACKAGE_HOST_XORRISO
|
|
bool "host xorriso"
|
|
help
|
|
xorriso copies file objects from POSIX compliant
|
|
filesystems into Rock Ridge enhanced ISO 9660 filesystems
|
|
and allows session-wise manipulation of such filesystems.
|
|
It can load the management information of existing ISO
|
|
images and it writes the session results to optical media
|
|
or to filesystem objects.
|
|
|
|
Vice versa xorriso is able to copy file objects out of ISO
|
|
9660 filesystems.
|
|
|
|
https://www.gnu.org/software/xorriso
|