From 768ca852c7b41abb201a4300ae4fbaf253603299 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 2 Feb 2011 00:03:24 -0600 Subject: [PATCH] [Make] Put our ramdisk image in the local boot directory on install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 58d56f58..0e8c8c84 100644 --- a/Makefile +++ b/Makefile @@ -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