Subject: CVS commit: pkgsrc/sysutils/grub
To: None <pkgsrc-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: pkgsrc-changes
Date: 10/17/2006 21:55:34
Module Name:	pkgsrc
Committed By:	bad
Date:		Tue Oct 17 21:55:34 UTC 2006

Modified Files:
	pkgsrc/sysutils/grub: Makefile distinfo
Added Files:
	pkgsrc/sysutils/grub/patches: patch-aa patch-ab patch-af patch-ag

Log Message:
stage2/pc_slice.h: add the missing disklabel FS_TYPE #defines and RF_PROTECTED_SECTORS.
stage2/disk_io.c: adjust the partition start and size by RF_PROTECTED sectors for partitions of type FS_RAID.
stage2/fsys_ffs.c: accept partitions of type FS_RAID as candidates for FFS, too.
stage2/fsys_ufs2.c: accept partitions of type FS_RAID as candidates for FFSv2, too.

This allows grub to directly boot from NetBSD RAID1 partitions the same way
as with the native bootloader.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/sysutils/grub/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/sysutils/grub/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/sysutils/grub/patches/patch-aa \
    pkgsrc/sysutils/grub/patches/patch-ab \
    pkgsrc/sysutils/grub/patches/patch-af \
    pkgsrc/sysutils/grub/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.