From 535e4900989a5d7227e22b905096d6d9ed5eb7ea Mon Sep 17 00:00:00 2001 From: balaton Date: Fri, 19 Jan 2018 23:16:37 +0000 Subject: [PATCH] Fixed booting the generated iso for ppc-sam440 Put menu.lst where the parthenope bootloader looks for it git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55024 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/ppc-sam440/boot/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ppc-sam440/boot/mmakefile.src b/arch/ppc-sam440/boot/mmakefile.src index dfcda6332b..9a6c7d58b0 100644 --- a/arch/ppc-sam440/boot/mmakefile.src +++ b/arch/ppc-sam440/boot/mmakefile.src @@ -115,5 +115,5 @@ $(TARGET_ISO): #MM setup-sam440-ppc setup-sam440-ppc : $(SRCDIR)/$(CURDIR)/menu.lst %mkdirs_q $(AROSARCHDIR) $(OSGENDIR)/boot $(TARGETDIR) - $(CP) $(SRCDIR)/$(CURDIR)/menu.lst $(AROSARCHDIR)/ + $(CP) $(SRCDIR)/$(CURDIR)/menu.lst $(AROSDIR)/boot/ # $(CP) $(SRCDIR)/$(CURDIR)/menu.lst.DH0 $(AROSARCHDIR)/ -- 2.11.4.GIT