]> spindle.queued.net Git - xodist/commitdiff
mkext3: change the default size from 2048MB to 1998MB
authorAndres Salomon <dilinger@debian.org>
Sat, 15 Nov 2008 21:19:09 +0000 (16:19 -0500)
committerAndres Salomon <dilinger@debian.org>
Sat, 15 Nov 2008 21:19:09 +0000 (16:19 -0500)
Apparently the old size didn't fit on some disks that claimed to be 2GB..
We'll have a better fix for this later, but for now just do this.

Signed-off-by: Andres Salomon <dilinger@debian.org>
mkext3.sh

index 4a53ab9506022c9f7d4287c9deb8dae015337a53..abc05b3071f4c625fe821f1c2c3b698439e90b83 100755 (executable)
--- a/mkext3.sh
+++ b/mkext3.sh
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-ROOT_SIZE="2048"
+ROOT_SIZE="1998"
 IMG_LABEL="DebXO"
 IMG_NAME=""
 ROOT_DIR=""