[boot] Fix that...

This commit is contained in:
Kevin Lange 2011-02-21 19:42:52 -06:00
parent 7c74503da7
commit 3ebdbfa3f0
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ DD = dd conv=notrunc
.PHONY: all clean install run
all: toaruos-initrd toaruos-kernel
all: toaruos-initrd toaruos-kernel bootdisk.img
install: toaruos-initrd toaruos-kernel
@${ECHO} -n "\033[34m -- Installing to /boot...\033[0m"
@ -49,7 +49,6 @@ toaruos-initrd: initrd/kernel
@${ECHO} -n "\033[32m initrd Generating initial RAM disk\033[0m"
@-rm -f toaruos-initrd
@${GENEXT} -d initrd -q -b 249 toaruos-initrd
@${DD} if=bootloader/stage1.bin of=toaruos-initrd 2>/dev/null
@${ECHO} "\r\033[32;1m initrd Generated initial RAM disk image\033[0m"
### Ram Disk installers...