[boot] Fix that...
This commit is contained in:
parent
7c74503da7
commit
3ebdbfa3f0
3
Makefile
3
Makefile
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user