diff options
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index a3592ad4..99519fc5 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -1014,6 +1014,24 @@ This creates a filesystem on C<device> (usually a partition or LVM logical volume). The filesystem type is C<fstype>, for example C<ext3>. +=head2 mkswap + + mkswap device + +Create a swap partition on C<device>. + +=head2 mkswap-L + + mkswap-L label device + +Create a swap partition on C<device> with label C<label>. + +=head2 mkswap-U + + mkswap-U uuid device + +Create a swap partition on C<device> with UUID C<uuid>. + =head2 mount mount device mountpoint |