.\" Man page generated from reStructuredText. . .TH "CDIST-TYPE__INSTALL_PARTITION_MSDOS" "7" "Jun 23, 2019" "5.1.2" "cdist" . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH NAME .sp cdist\-type__install_partition_msdos \- creates msdos partitions .SH DESCRIPTION .sp This cdist type allows you to create msdos paritions. .SH REQUIRED PARAMETERS .INDENT 0.0 .TP .B type the partition type used in fdisk (such as 82 or 83) or "extended" .UNINDENT .SH OPTIONAL PARAMETERS .INDENT 0.0 .TP .B device the device we\(aqre working on. Defaults to the string prefix of \-\-partition .TP .B minor the partition number we\(aqre working on. Defaults to the numeric suffix of \-\-partition .TP .B partition defaults to object_id .TP .B bootable mark partition as bootable, true or false, defaults to false .TP .B size the size of the partition (such as 32M or 15G, whole numbers only), \(aq+\(aq for remaining space, or \(aqn%\(aq for percentage of remaining (these should only be used after all specific partition sizes are specified). Defaults to +. .UNINDENT .SH EXAMPLES .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C # 128MB, linux, bootable __install_partition_msdos /dev/sda1 \-\-type 83 \-\-size 128M \-\-bootable true # 512MB, swap __install_partition_msdos /dev/sda2 \-\-type 82 \-\-size 512M # 100GB, extended __install_partition_msdos /dev/sda3 \-\-type extended \-\-size 100G # 10GB, linux __install_partition_msdos /dev/sda5 \-\-type 83 \-\-size 10G # 50% of the free space of the extended partition, linux __install_partition_msdos /dev/sda6 \-\-type 83 \-\-size 50% # rest of the extended partition, linux __install_partition_msdos /dev/sda7 \-\-type 83 \-\-size + # nvm device partition 2 __install_partition_msdos /dev/nvme0n1p2 \-\-device /dev/nvme0n1 \-\-minor 2 \-\-type 83 \-\-size 128M \-\-bootable true .ft P .fi .UNINDENT .UNINDENT .SH AUTHORS .sp Steven Armstrong <\fI\%steven\-cdist\-\-@\-\-armstrong.cc\fP> .SH COPYING .sp Copyright (C) 2011\-2017 Steven Armstrong. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .SH COPYRIGHT ungleich GmbH 2019 .\" Generated by docutils manpage writer. .