Bug 689 - Enable creating a swap partition with a label on Linux
Summary: Enable creating a swap partition with a label on Linux
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 13:02 UTC by Lior Okman
Modified: 2009-11-03 09:54 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to add the ability to specify a swap label when creating a swap partition (1.31 KB, patch)
2009-11-02 13:02 UTC, Lior Okman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lior Okman 2009-11-02 13:02:01 UTC
Created attachment 711 [details]
Patch to add the ability to specify a swap label when creating a swap partition

Add support for the -L option in mkswap.
Comment 1 Denys Vlasenko 2009-11-03 03:48:06 UTC
Applied, thanks.

Please try current git.
Comment 2 Lior Okman 2009-11-03 09:54:33 UTC
Thanks