Trouble burning the bootloader to Atmega328-PU

Has anyone discovered how to modify another settings file to allow compiling and uploading of sketches to this chip via Arduino-22???

Once you get a arduino bootloader installed onto a 328 non p chip, you will be able to compile and upload from the arduino IDE just by selecting one of the exisiting 328 boards in the IDE board select menu which is running at the specified clock speed. The bootloader effectivly fakes out by lying to AVRDUDE by telling it it's a 328p chip instead of being a 328 chip, as the bootloader doesn't actually read the chips signature bytes from the chip, but rather just sends the signature bytes for a 328p chip it has stored in it's code.

Lefty