[Frugalware-git] setup: formatdisk: restore xfs .. fsnum should be 5 for x86 and 4 for ppc now

crazy crazy at frugalware.org
Thu Mar 11 19:09:20 CET 2010


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=fd1985fe54d66322f702d1364729348ddf9bdbcc

commit fd1985fe54d66322f702d1364729348ddf9bdbcc
Author: crazy <crazy at frugalware.org>
Date:   Thu Mar 11 20:09:39 2010 +0100

formatdisk: restore xfs .. fsnum should be 5 for x86 and 4 for ppc now

diff --git a/src/plugins/formatdisk.c b/src/plugins/formatdisk.c
index 1168b70..10537ef 100644
--- a/src/plugins/formatdisk.c
+++ b/src/plugins/formatdisk.c
@@ -225,9 +225,9 @@ char *selformatmode(char *dev)
char *selfs(char *dev)
{
#ifndef ARCH_PPC
-	int fsnum=4;
+	int fsnum=5;
#else
-	int fsnum=3;
+	int fsnum=4;
#endif
char *fss[] =
{


More information about the Frugalware-git mailing list