X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mkext3.sh;h=d362715c25c376f5f8da4fa11c191410704ded40;hb=a4958839c3cffc01a659344996ef0ee6aea86796;hp=d6a46ce30bf793d0558f28e190d52878d5ff4f4f;hpb=44ba7f60c073767f5ea7c12fe83fc8de6df5fc0d;p=xodist diff --git a/mkext3.sh b/mkext3.sh index d6a46ce..d362715 100755 --- a/mkext3.sh +++ b/mkext3.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e # # Copyright © 2008 Andres Salomon # @@ -16,12 +16,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -IMG_NAME="DebXO" -ROOT_SIZE="2048" +ROOT_SIZE="1998" IMG_LABEL="DebXO" +IMG_NAME="" ROOT_DIR="" -. functions.sh +. ./functions.sh # @img - fs image to attach loop device to # @offset - if the image is partitioned, the offset to attach at @@ -157,11 +157,10 @@ mk_ext3_fs() usage() { echo "" 1>&2 - echo "Usage: $0 [] " 1>&2 + echo "Usage: $0 [] " 1>&2 echo "" 1>&2 echo "Options:" 1>&2 echo " -l