Skip to content

Instantly share code, notes, and snippets.

@ajeddeloh
Created June 14, 2016 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeddeloh/2b0de1528c159e7fc2acbb70a2bb65ef to your computer and use it in GitHub Desktop.
Save ajeddeloh/2b0de1528c159e7fc2acbb70a2bb65ef to your computer and use it in GitHub Desktop.
{
"ignition": { "version": "2.0.0" },
"storage": {
"filesystems": [{
"mount": {
"device": "/dev/disk/by-label/ROOT",
"format": "ext4",
"create": {
"force": true,
"options": [ "-L","ROOT" ]
}
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment