Getting started quick
---------------------

- Select packet support in the block device section and UDF support in
  the file system section.

- Compile and install kernel and modules, reboot.

- You need the udftools package (pktsetup, mkudffs, cdrwtool).
  Download from http://sourceforge.net/projects/linux-udf/

- Grab a new CD-RW disc and format it (assuming CD-RW is sr0, substitute
  as appropriate):
	# cdrwtool -d /dev/sr0 -q

- Make sure that /dev/pktcdvd0 exists (mknod /dev/pktcdvd0 b 97 0)

- Setup your writer
	# pktsetup /dev/pktcdvd0 /dev/sr0

- Now you can mount /dev/pktcdvd0 and copy files to it. Enjoy!
	# mount /dev/pktcdvd0 /cdrom -t udf -o rw,noatime


Tips
----

- Put something like this in /etc/modules.conf to allow auto-load of pktcdvd:

alias block-major-97 pktcdvd
