Skip to content

Instantly share code, notes, and snippets.

@therobot
Created January 7, 2011 17:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save therobot/c7c3c7238fb97ccca065 to your computer and use it in GitHub Desktop.
mount "none" do
device node[:swap][:location]
fstype "swap"
options %w(sw)
dump 0
pass 0
action [:enable, :mount]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment