[Make] Put our ramdisk image in the local boot directory on install

This commit is contained in:
Kevin Lange 2011-02-02 00:03:24 -06:00
parent fe385bb18e
commit 768ca852c7

View File

@ -13,6 +13,7 @@ install: kernel
cp initrd /mnt/initrd
umount /mnt
cp kernel /boot/toaruos-kernel
cp initrd /boot/toaruos-initrd
run: bootdisk.img
qemu -fda bootdisk.img