automatic raid members addition

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-22 13:55:30 +02:00
parent 65b4742cd7
commit 4defebbec8
8 changed files with 30 additions and 45 deletions

View file

@ -10,6 +10,7 @@ library = {
common = grub-core/kern/device.c;
common = grub-core/kern/disk.c;
common = grub-core/kern/emu/getroot.c;
common = grub-core/kern/emu/raid.c;
common = grub-core/kern/emu/hostdisk.c;
common = grub-core/kern/emu/misc.c;
common = grub-core/kern/emu/mm.c;
@ -265,7 +266,6 @@ program = {
installdir = sbin;
mansection = 8;
common = util/grub-setup.c;
common = util/raid.c;
common = util/lvm.c;
common = grub-core/lib/reed_solomon.c;