Skip to content

The GRUB command to acquire the contents of a fake RAID

License

Notifications You must be signed in to change notification settings

msuhanov/grub-raiddump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Installation

1. Copy the raiddump.c file to the grub-core/commands folder.
2. Add the following lines to the grub-core/Makefile.core.def file:

module = {
  name = raiddump;
  common = commands/raiddump.c;
};

3. Run the autogen.sh script to update necessary files.
4. Build.

About

The GRUB command to acquire the contents of a fake RAID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages