Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=9ab39b2575696b6c71e5a7fd1d6dab09da387772
commit 9ab39b2575696b6c71e5a7fd1d6dab09da387772 Author: James Buren <[email protected]> Date: Sat Feb 23 03:43:49 2013 -0600 temporarily disable partition module. will continue it later. diff --git a/new/fwsetup/main.c b/new/fwsetup/main.c index e78c414..a63633b 100644 --- a/new/fwsetup/main.c +++ b/new/fwsetup/main.c @@ -53,10 +53,10 @@ struct global *g = &local; struct module *modules[] = { - &partition_module, -// &format_module, -// &install_module, -// &postconfig_module, +// &partition_module, + &format_module, + &install_module, + &postconfig_module, 0 }; _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
