#!/usr/local/bin/perl
# mkfs_form.cgi
# Display a form for creating a filesystem on a logical volume
require './lvm-lib.pl';
&ReadParse();
&ui_print_header(undef, $text{'mkfs_title'}, "");
&foreign_require("fdisk", "fdisk-lib.pl");
print "",&text('mkfs_desc', "$in{'fs'}",
&foreign_call("fdisk", "fstype_name", $in{'fs'}),
"$in{'dev'}"),"
\n";
print "