Skip to content

Instantly share code, notes, and snippets.

@jaybuff
jaybuff / LVM.pm
Created November 2, 2010 01:07
When I first started Joot I used LVM rather than QCOW for backing files.
package Joot;
use strict;
use warnings;
use IPC::Cmd;
use LWP::Simple;
use Log::Log4perl qw(:easy);
use YAML::Tiny;