From e3adab13e837cbca619a7914b76c72e4d1e6d4d8 Mon Sep 17 00:00:00 2001 From: Werner Llácer Date: Tue, 1 Feb 2022 16:44:39 +0100 Subject: Issue923 (#927) * Correct definition of btrfs standard layout * Solving issue 923. Standarize keyword "wipe" to signal the need of formatting a FS * flake8 complains --- docs/installing/guided.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/guided.rst b/docs/installing/guided.rst index 99f7d814..5c360256 100644 --- a/docs/installing/guided.rst +++ b/docs/installing/guided.rst @@ -194,7 +194,7 @@ Options for ``--disk_layouts`` "filesystem": { "format": "fat32" }, - "format": true, + "wipe": true, "mountpoint": "/boot", "size": "513MB", "start": "5MB", @@ -213,7 +213,7 @@ Options for ``--disk_layouts`` "filesystem": { "format": "btrfs" }, - "format": true, + "wipe": true, "mountpoint": "/", "size": "100%", "start": "518MB", @@ -245,4 +245,4 @@ Options for ``--disk_layouts`` | type | primary | Only used if MBR and BIOS is used. Marks what kind of partition it is. | No | +----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ | btrfs | { "subvolumes": {"subvolume": "mountpoint"}} | Support for btrfs subvolumes for a given partition | No | -+----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ \ No newline at end of file ++----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ -- cgit v1.2.3-70-g09d2