Actions
Bug #1677
closedadjust default loader location in boot2
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
adjust the default location where boot2 looks for loader to match the
new default setups with a separate /boot partition.
With this patch it is possible again to just keep hitting <Enter> to
speed up booting.
Johannes
diff --git a/sys/boot/pc32/boot2/boot2.c b/sys/boot/pc32/boot2/boot2.c
index 775c6bd..b36601b 100644
--- a/sys/boot/pc32/boot2/boot2.c
+++ b/sys/boot/pc32/boot2/boot2.c@ -104,8 +104,8
@
#define RBX_MASK 0x2005ffff
#define PATH_CONFIG "/boot.config"
#define PATH_BOOT3 "/boot/loader" /* /boot in root /
#define PATH_BOOT3_ALT "/loader" / /boot partition /
#define PATH_BOOT3 "/loader" / /boot partition /
#define PATH_BOOT3_ALT "/boot/loader" / /boot in root */
#define PATH_KERNEL "/kernel"
#define NDEV 3
Actions