diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-08 11:00:00 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-08 11:00:00 +0100 |
commit | d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f (patch) | |
tree | 5a98c63031a12a13647019e2eca5190ce473febf /fish/prep_lv.c | |
parent | 574df371a0421b4b83386f43e5095ccea5069e5b (diff) | |
download | libguestfs-d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f.tar.gz libguestfs-d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f.tar.xz libguestfs-d5c8d3b45b9646a4ae9d4ea033e1cc13a6e25c1f.zip |
fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks.
Diffstat (limited to 'fish/prep_lv.c')
-rw-r--r-- | fish/prep_lv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/prep_lv.c b/fish/prep_lv.c index 1e726dbd..627ed0af 100644 --- a/fish/prep_lv.c +++ b/fish/prep_lv.c @@ -30,7 +30,7 @@ /* Split "/dev/VG/LV" into "VG" and "LV". This function should * probably do more checks. */ -static int +int vg_lv_parse (const char *device, char **vg, char **lv) { if (STRPREFIX (device, "/dev/")) |