Revision: 7578
http://sourceforge.net/p/ipcop/svn/7578
Author: owes
Date: 2014-05-24 11:12:49 +0000 (Sat, 24 May 2014)
Log Message:
-----------
Force mke2fs to overwrite partition information that may still exist on disk
from previous installation
Modified Paths:
--------------
ipcop/trunk/src/installer/partition.c
Modified: ipcop/trunk/src/installer/partition.c
===================================================================
--- ipcop/trunk/src/installer/partition.c 2014-05-24 11:10:45 UTC (rev
7577)
+++ ipcop/trunk/src/installer/partition.c 2014-05-24 11:12:49 UTC (rev
7578)
@@ -411,7 +411,7 @@
snprintf(devname, STRING_SIZE, "/dev/%s%d", dev, pindex+1);
}
partition_uuidenc[pindex][0] = 0;
- snprintf(command, STRING_SIZE, "/usr/bin/mke2fs -L %s -q -j %s",
partition_label[pindex], devname);
+ snprintf(command, STRING_SIZE, "/usr/bin/mke2fs -F -F -L %s -q -j %s",
partition_label[pindex], devname);
if (mysystem(command)) {
newtPopWindow();
switch (i) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn