From 590dd260cd669252f86adb4c19a0a0e0db4cd306 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sat, 15 Nov 2008 16:19:09 -0500 Subject: [PATCH] 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 --- mkext3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.39.5