From f8dd8c2c255a3c5c398a62ffdc1bcf5468becccd Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 10 Aug 2021 13:14:26 -0700 Subject: libparted: Add swap flag to msdos disklabel Previously you had to set the filesystem type to one of the linux-swap options at creation time. With this change you can now toggle the partition swap type using the 'swap' partition flag in the same way that you can on gpt disklabels. Thanks to Arvin Schnell for this patch. --- doc/parted.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/parted.texi b/doc/parted.texi index 33212f0..0da68e9 100644 --- a/doc/parted.texi +++ b/doc/parted.texi @@ -897,8 +897,8 @@ MS Windows ME based operating systems to use Linear (LBA) mode. to be used by Linux. @item swap -(Mac) - this flag should be enabled if the partition is the swap -device to be used by Linux. +(MS-DOS, GPT, Mac) - this flag should be enabled if the partition is the +swap device to be used by Linux. @item hidden (MS-DOS, PC98) - this flag can be enabled to hide partitions from -- cgit v1.2.1