Advertisement
Guest User

Untitled

a guest
Mar 13th, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. storage:
  2. config:
  3. - {ptable: gpt, path: /dev/sda, wipe: superblock, preserve: false, name:
  4. '', grub_device: true, type: disk, id: disk-sda}
  5. - {device: disk-sda, size: 512M, flag: boot, number: 1, preserve: false,
  6. name: '', grub_device: false, type: partition, id: partition-0}
  7. - {device: disk-sda, size: 20G, flag: '', number: 2, preserve: false,
  8. name: '', grub_device: false, type: partition, id: partition-1}
  9. - {fstype: ext4, volume: partition-0, preserve: false, id: formatting-0, type: format}
  10. - {device: formatting-0, path: /boot, type: mount, id: mount-0}
  11. - {fstype: ext4, volume: partition-1, preserve: false, id: formatting-1, type: format}
  12. - {device: formatting-1, path: /, type: mount, id: mount-1}
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement