Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. snip
  2. "storage": {
  3. "filesystems": [
  4. {
  5. "mount": {
  6. "device": "/dev/sda1",
  7. "format": "xfs",
  8. "wipeFilesystem": false
  9. },
  10. "name": "persistent-volume"
  11. }
  12. ],
  13. "files": [
  14. snip
  15. },
  16. "systemd": {
  17. "units": [
  18. {
  19. "contents": "[Unit]\nBefore=local-fs.target\n[Mount]\nWhat=/dev/sda1\nWhere=/mnt/persistent-volume/\nType=xfs\n[Install]\nWantedBy=local-fs.target",
  20. "enable": true,
  21. "name": "mnt-persistent\x2dvolume.mount"
  22. },
  23. snip
  24. ]
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement