The dvd+rw-tools package contains several utilities to master the DVD media, both +RW/+R and -R[W]. The principle tool is growisofs which provides a way to both lay down and grow an ISO9660 file system on (as well as to burn an arbitrary pre-mastered image to) all supported DVD media. This is useful for creating a new DVD or adding to an existing image on a partially burned DVD.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://anduin.linuxfromscratch.org/BLFS/dvd+rw-tools/dvd+rw-tools-7.1.tar.gz
MD5 校验和:8acb3c885c87f6838704a0025e435871
大小:138 KB
预计所需磁盘空间:1.7 MB
预计构建时间:小于 0.1 SBU
Cdrtools-3.02a09 (runtime)
First, apply a patch that fixes several bugs and fixes compiling with newer versions of glibc and the kernel headers:
patch -Np1 -i ../dvd+rw-tools-7.1-consolidated_fixes-2.patch
Install dvd+rw-tools by running the following commands:
make all rpl8 btcflash
This package does not come with a test suite.
Now, as the root user:
make prefix=/usr install &&
install -v -m644 -D index.html \
/usr/share/doc/dvd+rw-tools-7.1/index.html
make all rpl8 btcflash: This command uses additional targets so that all the utilities are built.