From 6d0cef03ae9e3e2c36d9c8446be76c5335000e0a Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 18 Mar 2014 09:39:26 +0000 Subject: [PATCH] Updated paths. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48856 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/boot/grub/grub/asmstub.c | 2 +- arch/all-pc/boot/grub/stage2/asm.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/all-pc/boot/grub/grub/asmstub.c b/arch/all-pc/boot/grub/grub/asmstub.c index ab95b4b6f3..fbf076d125 100644 --- a/arch/all-pc/boot/grub/grub/asmstub.c +++ b/arch/all-pc/boot/grub/grub/asmstub.c @@ -71,7 +71,7 @@ unsigned long install_partition = 0x20000; unsigned long boot_drive = 0; int saved_entryno = 0; char version_string[] = VERSION; -char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ +char config_file[128] = "/boot/pc/grub/menu.lst"; /* FIXME: arbitrary */ unsigned long linux_text_len = 0; char *linux_data_tmp_addr = 0; char *linux_data_real_addr = 0; diff --git a/arch/all-pc/boot/grub/stage2/asm.S b/arch/all-pc/boot/grub/stage2/asm.S index 34b6e7d058..4dac1fee94 100644 --- a/arch/all-pc/boot/grub/stage2/asm.S +++ b/arch/all-pc/boot/grub/stage2/asm.S @@ -98,10 +98,10 @@ VARIABLE(version_string) .string VERSION VARIABLE(config_file) #ifndef STAGE1_5 - .string "/boot/grub/menu.lst" + .string "/boot/pc/grub/menu.lst" #else /* STAGE1_5 */ .long 0xffffffff - .string "/boot/grub/stage2" + .string "/boot/pc/grub/stage2" #endif /* STAGE1_5 */ /* -- 2.11.4.GIT