Created
December 29, 2011 22:22
-
-
Save gilles/1536463 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#format it | |
bash "format-ebs" do | |
code "mkfs.ext4 /dev/sdf" | |
not_if "e2label /dev/sdf" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment