#include <Y2MakefsComponent.h>
Inheritance diagram for Y2MakefsComponent:
Public Member Functions | |
Y2MakefsComponent () | |
string | name () const |
YCPValue | doActualWork (const YCPList &options, Y2Component *displayserver) |
Static Public Member Functions | |
string | component_name () |
Private Member Functions | |
YCPValue | report_progress (Y2Component *displayserver, double percent) |
Private Attributes | |
Y2Namespace * | report_macro |
string | module |
string | symbol |
string | partition_type |
string | partition_name |
YCPList | partition_options |
|
Create a new makefs component |
|
What I'm called: "makefs" |
|
Do the actual work of formatting. makefs (macro, partition_type, partition_name, partition_options)
Reimplemented from Y2Component. |
|
Implements Y2Component. |
|
|
|
|
|
name of partition |
|
options for partiton |
|
type of partition (e.g. "ext2", "reiserfs", ...) |
|
A namespace to provide progress bar, or NULL if quiet or error |
|
|