index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-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 ++----------------------+-----------------------------------------------------+--------------------------------------------------------------------------------------+-----------------------------------------------+ |