Yes they are in there.. as this is used only to make the bootloader I do not need it just yet as I program via SPI
I think the basic stuff is working..
Added this to the boards.txt
##############################################################
arduino_324p.name=ATmega324P via AVRII
arduino_324p.upload.protocol=avrispmkii
arduino_324p.upload.using=avrispmkii
arduino_324p.upload.speed=19200
arduino_324p.upload.maximum_size=30720
arduino_324p.bootloader.low_fuses=0xFF
arduino_324p.bootloader.high_fuses=0xD2
arduino_324p.bootloader.extended_fuses=0x05
arduino_324p.bootloader.path=optiboot
arduino_324p.bootloader.file=optiboot_atmega1284p.hex
arduino_324p.bootloader.unlock_bits=0xFF
arduino_324p.bootloader.lock_bits=0xEF
arduino_324p.build.mcu=atmega324p
arduino_324p.build.f_cpu=16000000L
arduino_324p.build.core=arduino
arduino_324p.build.variant=bobuino
Thank you for your help...