2013-09-26 17:14:40 +02:00

15 lines
510 B
Plaintext

$NetBSD: patch-ag,v 1.3 2006/10/17 21:55:33 bad Exp $
--- stage2/fsys_ufs2.c.orig 2004-06-19 14:17:52.000000000 +0200
+++ stage2/fsys_ufs2.c
@@ -88,7 +88,8 @@ ufs2_mount (void)
type = 0;
if (! (((current_drive & 0x80) || (current_slice != 0))
- && ! IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)))
+ && ! (IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_BSDFFS)
+ || IS_PC_SLICE_TYPE_BSD_WITH_FS (current_slice, FS_RAID))))
{
for (i = 0; sblock_try[i] != -1; ++i)
{