From: Andres Salomon Date: Sat, 15 Nov 2008 21:19:09 +0000 (-0500) Subject: mkext3: change the default size from 2048MB to 1998MB X-Git-Tag: v0.4~12 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590dd260cd669252f86adb4c19a0a0e0db4cd306;p=xodist mkext3: change the default size from 2048MB to 1998MB 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 --- diff --git a/mkext3.sh b/mkext3.sh index 4a53ab9..abc05b3 100755 --- 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=""