Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. fileSystems = [
  2. {
  3. mountPoint = "/";
  4. device = "/dev/sdb1";
  5. }
  6. {
  7. mountPoint = "/home/sophia/hdd/";
  8. device = "dev/sda";
  9. }
  10. { mountPoint = "/home/sophia/hdd/MacintoshHD";
  11. device = "/home/sophia/hdd/MacintoshHD.hfsx";
  12. }
  13. ];
  14.  
  15. swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement