[OpenBIOS] [PATCH] SPARC32: add disk:d slice to bootpath when booting from disk

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Fri Jul 1 18:34:05 CEST 2016


Solaris 9 installs its bootloader into the slice rather than the disk, so
add disk:d to the disk bootpath to enable automatic booting in this case.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 openbios-devel/arch/sparc32/openbios.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbios-devel/arch/sparc32/openbios.c b/openbios-devel/arch/sparc32/openbios.c
index 6f4ee45..a58b3cd 100644
--- a/openbios-devel/arch/sparc32/openbios.c
+++ b/openbios-devel/arch/sparc32/openbios.c
@@ -897,7 +897,7 @@ arch_init( void )
 		push_str("floppy");
 		break;
 	case 'c':
-		push_str("disk");
+		push_str("disk:d disk");
 		break;
 	default:
 	case 'd':
-- 
1.7.10.4




More information about the OpenBIOS mailing list