(C) 1998 AROS - The Amiga Research OS
Unlike AddBootNode() you will have to add a BootNode to the system yourself.
// Add a bootable disk to the system. This will start a
// file handler process immediately.
if( AddDosNode( 0, ADNF_STARTPROC, MakeDosNode( paramPacket )))
{
// AddDosNode() ok
}