Skip to content
Snippets Groups Projects

Update fstype ZFS -> ext4

Closed Anthony Dieperink requested to merge update_fstype into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -15,7 +15,7 @@ You can find in defaults/main.yml all variables used in tasks
| Variable | Default Value | Type | Description |
| -------- | :------------ | :----- | ------------------------- |
| fstype | ZFS | String | Format type for the disk |
| fstype | ext4 | String | Format type for the disk |
| dev | /dev/nvme0n1 | String | Partition to mount |
| mount | /home | String | Path to mount |
| opts | rw | String | Option for mount drive |
@@ -25,4 +25,4 @@ You can find in defaults/main.yml all variables used in tasks
Written by [Dimitri Colier](mailto:dimitri.colier@epfl.ch) for EPFL - STI school of engineering
Updated by [Pullyvan Krishnamoorthy](mailto:pullyvan.krishnamoorthy@epfl.ch) for EPFL - STI school of engineering
\ No newline at end of file
Updated by [Pullyvan Krishnamoorthy](mailto:pullyvan.krishnamoorthy@epfl.ch) for EPFL - STI school of engineering
Loading