#!/bin/sh mount /dev/c0d0p1s0 /mnt cp /boot/image/* /mnt/boot/image umount /dev/c0d0p1s0 echo DONE!