Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-16 | mkinitcpio: deprecate install() in install hooks | Dave Reisner | 1 | -1/+1 | |
This is an unfortunate name clash with a common utility and should be avoided. Rename the install function to 'build' and warn the user when we discover a hook using an 'install' function. Signed-off-by: Dave Reisner <d@falconindy.com> | |||||
2011-02-06 | remove loop from btrfs again, not needed | Tobias Powalowski | 1 | -1/+1 | |
2011-02-06 | add loop module to avoid error messages from btrfs device scan | Tobias Powalowski | 1 | -1/+1 | |
2010-06-19 | Simple Btrfs hook | Jan Steffens | 1 | -0/+16 | |
All it does for now is cause a Btrfs scan so we can mount multi-device volumes. |