Index: Makefile
===================================================================
--- Makefile (revision 215)
+++ Makefile (revision 216)
@@ -21,6 +21,10 @@
patches += $(CURDIR)/patches/grub-2.06-no-efi.patch
patches += $(CURDIR)/patches/grub-2.06-gensyminfo.patch
patches += $(CURDIR)/patches/grub-2.06-modinfo.patch
+patches += $(CURDIR)/patches/grub-2.06-normal-welcome.patch
+patches += $(CURDIR)/patches/grub-2.06-riscv-image-header.patch
+patches += $(CURDIR)/patches/grub-2.06-riscv-linux-loader.patch
+patches += $(CURDIR)/patches/grub-2.06-riscv-relocation.patch
.NOTPARALLEL: $(patches)
@@ -55,13 +59,17 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-2.06-initrd-names-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-dejavu-sans-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-align-struct-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-fonts-ttf-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-no-efi-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-gensyminfo-patch ; ./create.patch.sh ) ; \
- ( cd create-2.06-modinfo-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-initrd-names-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-dejavu-sans-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-align-struct-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-fonts-ttf-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-no-efi-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-gensyminfo-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-modinfo-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-normal-welcome-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-riscv-image-header-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-riscv-linux-loader-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.06-riscv-relocation-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: