add linux software raid-1 support.

This commit is contained in:
okuji 2001-01-27 04:13:39 +00:00
parent fb4f1e3253
commit 7b3aef444e
5 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2001-01-27 OKUJI Yoshinori <okuji@gnu.org>
From Danilo Godec <danci@agenda.si>:
* stage2/pc_slice.h (PC_SLICE_TYPE_LINUX_RAID): New macro.
* stage2/fsys_ext2fs.c (ext2fs_mount): Add a check for
PC_SLICE_LINUX_RAID.
2001-01-27 OKUJI Yoshinori <okuji@gnu.org>
From Bernhard Treutwein