redshodan / cairn

CAIRN is a modular copy and restore program for the imaging of a computer. It copies every file on a computer and figures out how to recreate it from scratch. It is primarily network oriented but is also flexible enough to boot from any possible method.
GNU General Public License v2.0
0 stars 0 forks source link

create device files #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create the required device files if they dont exist in the restore
environment. Probably should use the major/minor number file in
/sys/block/*. May just always want to create our own devs based off what
the kernel says to avoid any oddity in the restore environment.

Original issue reported on code.google.com by redshodan@gmail.com on 4 Mar 2007 at 10:28