diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 20:23:42 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-29 20:25:19 +0100 |
commit | 662617ae725c5e41c24128a037060419fbe4b026 (patch) | |
tree | 436a8bef7fb790027099f95054c4fb999ec00779 /daemon/Makefile.am | |
parent | e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41 (diff) | |
download | libguestfs-662617ae725c5e41c24128a037060419fbe4b026.tar.gz libguestfs-662617ae725c5e41c24128a037060419fbe4b026.tar.xz libguestfs-662617ae725c5e41c24128a037060419fbe4b026.zip |
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.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 88c382cf..d69f8999 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -56,6 +56,7 @@ guestfsd_SOURCES = \ stat.c \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ upload.c \ |