X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mkext3.sh;h=d362715c25c376f5f8da4fa11c191410704ded40;hb=a4958839c3cffc01a659344996ef0ee6aea86796;hp=4a53ab9506022c9f7d4287c9deb8dae015337a53;hpb=f11b5b3afd3f2e9c5e229287c89740e111d5ec89;p=xodist diff --git a/mkext3.sh b/mkext3.sh index 4a53ab9..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. -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