From d87105299a63a13cdc72112a377c0c70a0bbfceb Mon Sep 17 00:00:00 2001 From: Anthony Dieperink <anthony.dieperink@epfl.ch> Date: Thu, 29 Oct 2020 13:52:39 +0000 Subject: [PATCH] Update fstype ZFS -> ext4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a663a6a..5b6cad3 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 -- GitLab