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

- Grab kernel (2.4.3 or 2.4.4-pre5) and apply the matching packet-0.0.2i-pre
  patch
- Select packet support in the block device section and UDF support
  in the file system section.
- Compile kernel and modules, reboot.
- Grab UDF cvs tree, you'll need the cdrwtool program from there. Go to
  http://sourceforge.net/projects/linux-udf/
- Apply udf-2kB-cvs-2 to UDF cvs tree, or remember to mount with -o bs=2048
- Make UDF (make lib tools udf.o install)
- 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!
