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

- Grab kernel (2.4.0-test1-ac21) and apply packet-0.0.2b.diff patch
- Select packet support and preferably kdb support as well, recompile
  kernel and modules, reboot.
- Grab UDF CDRW branch (see udf page on sourceforge.net, just add
  -rCDRW to retrieve the CD-RW branch)
- Apply udf-cdrw-cvs.diff (if it fails, it has probably already
  been integrated and you can skip this step)
- Configure UDF with write support
- 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!

