Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=7f8d55c542a6d4abf625ab17b4e9b5d96529b77e
commit 7f8d55c542a6d4abf625ab17b4e9b5d96529b77e Author: James Buren <[email protected]> Date: Sat Feb 23 06:04:35 2013 -0600 mount /dev, /proc, /sys during end of formatting diff --git a/new/fwsetup/format.c b/new/fwsetup/format.c index c631593..12cbf27 100644 --- a/new/fwsetup/format.c +++ b/new/fwsetup/format.c @@ -318,6 +318,9 @@ static bool format_run(void) if(!format_process_devices()) return false; + if(!mount_special()) + return false; + return true; } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
