index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Werner Llácer <wllacer@gmail.com> | 2022-02-01 16:44:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 16:44:39 +0100 |
commit | e3adab13e837cbca619a7914b76c72e4d1e6d4d8 (patch) | |
tree | 219fc45610b85d700074b9baf65ff72ee53ca9a5 /docs | |
parent | 64bde666acae251ee4d8dd3c8166d14029f7f8fa (diff) |
-rw-r--r-- | docs/installing/guided.rst | 6 |
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 ++----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ |