Skip to content

Commit

Permalink
make and format LVs
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 8, 2014
1 parent c95e393 commit 185388b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions initcpio/hooks/lvm-dock0
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ run_earlyhook() {
lvm vgchange -ay
lvm vgremove -f dock0
lvm vgcreate dock0 /dev/xvdc
lvm lvcreate -L 5G -n cowspace dock0
lvm lvcreate -L 20G -n docker dock0
mkfs.btrfs -f /dev/dock0/cowspace
mkfs.btrfs -f /dev/dock0/docker
}

run_cleanuphook() {
Expand Down

0 comments on commit 185388b

Please sign in to comment.