Bug 689

Summary: Enable creating a swap partition with a label on Linux
Product: Busybox Reporter: Lior Okman <lior.okman>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to add the ability to specify a swap label when creating a swap partition

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