summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecb859c..3739534 100644
--- a/Makefile
+++ b/Makefile
@@ -55,5 +55,6 @@ $(BIN)/$(ISO): build config/grub.cfg
mkdir -p $(BIN)/iso/boot/grub
cp config/grub.cfg $(BIN)/iso/boot/grub
cp kernel/bin/kernel $(BIN)/iso/boot
+ cp user/bin/initrd.tar $(BIN)/iso/boot
$(GRUB) -o $(BIN)/$(ISO) bin/iso 2>/dev/null