From: Andres Salomon Date: Thu, 16 Oct 2008 04:51:52 +0000 (-0400) Subject: mkext3: make IMG_NAME a required script argument X-Git-Tag: v0.2~17 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=f11b5b3afd3f2e9c5e229287c89740e111d5ec89 mkext3: make IMG_NAME a required script argument Signed-off-by: Andres Salomon --- diff --git a/mkext3.sh b/mkext3.sh index d6a46ce..4a53ab9 100755 --- a/mkext3.sh +++ b/mkext3.sh @@ -16,9 +16,9 @@ # 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" IMG_LABEL="DebXO" +IMG_NAME="" ROOT_DIR="" . functions.sh @@ -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