From f11b5b3afd3f2e9c5e229287c89740e111d5ec89 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 16 Oct 2008 00:51:52 -0400 Subject: [PATCH] mkext3: make IMG_NAME a required script argument Signed-off-by: Andres Salomon --- mkext3.sh | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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