Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 19:23:42 +0000 (20:23 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 29 Jun 2009 19:25:19 +0000 (20:25 +0100)
commit662617ae725c5e41c24128a037060419fbe4b026
tree436a8bef7fb790027099f95054c4fb999ec00779
parente820df70c7c7486cc4d5cc9f3e7ddbbae195fd41
Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.

These commands are used to make Linux swap devices.  The mkswap_L
command makes one with a label.  The mkswap_U command makes one
with a known UUID.
daemon/Makefile.am
daemon/swap.c [new file with mode: 0644]
src/generator.ml