diff --git a/README.md b/README.md index a663a6aa066b244fde068dd9eb5047b4f8578f0a..5b6cad347599f6a942217fa59e85de8007e740c5 100644 --- a/README.md +++ b/README.md @@ -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