Skip to content
Snippets Groups Projects
Commit d8710529 authored by Anthony Dieperink's avatar Anthony Dieperink
Browse files

Update fstype ZFS -> ext4

parent d78f6c93
Branches update_fstype
No related tags found
1 merge request!1Update fstype ZFS -> ext4
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment