diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-05 11:39:24 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-05 11:39:24 +0000 |
commit | a232e62dcf508517a32b9a8d7e4529e827be721b (patch) | |
tree | 8fccb1e49fd75aacbc7190eb55685525b6df0f88 /fish/fish.h | |
parent | 446db62e113594fef84d2f533ef3a1330153f0bb (diff) | |
download | libguestfs-a232e62dcf508517a32b9a8d7e4529e827be721b.tar.gz libguestfs-a232e62dcf508517a32b9a8d7e4529e827be721b.tar.xz libguestfs-a232e62dcf508517a32b9a8d7e4529e827be721b.zip |
fish: '-i' option automatically handles whole-disk encryption.
This feature is also available in guestmount because of the
shared option parsing code.
You don't need to do anything to enable it, just using -i
will attempt decryption of encrypted partitions.
Only works for simple Fedora whole-disk encryption. It's a
work-in-progress to make it work for other types of encryption.
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h index a3f7caf1..8fedf5dc 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -78,7 +78,6 @@ extern char *file_in (const char *arg); extern void free_file_in (char *s); extern char *file_out (const char *arg); extern void extended_help_message (void); -extern char *read_key (const char *param); /* in cmds.c (auto-generated) */ extern void list_commands (void); |