Add new 'proc' filesystem framework and put luks_script into it.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-24 13:05:59 +01:00
parent d975e8d59c
commit ce50dbd746
10 changed files with 350 additions and 5 deletions

View file

@ -33,6 +33,7 @@ library = {
common = grub-core/disk/diskfilter.c;
common = grub-core/partmap/gpt.c;
common = grub-core/partmap/msdos.c;
common = grub-core/fs/proc.c;
};
library = {