# HG changeset patch # User Paul Boddie # Date 1384298013 -3600 # Node ID b8454480ef529ed0d535daefb7539a300ed98bc1 # Parent 4099ffaa60ef32c68a14f20303fb7fe162b1cb76 Used the full path to mkfs.ext3. diff -r 4099ffaa60ef -r b8454480ef52 uml-make-image --- a/uml-make-image Wed Nov 13 00:13:13 2013 +0100 +++ b/uml-make-image Wed Nov 13 00:13:33 2013 +0100 @@ -83,7 +83,7 @@ # Make a filesystem unless otherwise requested. if [ ! "$NO_FS" ]; then - mkfs.ext3 $IMAGE + /sbin/mkfs.ext3 $IMAGE fi else cat 1>&2 <