Revision 135a14d0

b/create
52 52

  
53 53
    # mount filesystems
54 54
    mount $root_dev $TMPDIR
55
    CLEANUP+=("umount $TMPDIR")
55 56
    $MKDIR_P $TMPDIR/boot
56 57
    mount $boot_dev $TMPDIR/boot
57 58
    CLEANUP+=("umount $TMPDIR/boot")
58
    CLEANUP+=("umount $TMPDIR")
59 59

  
60 60
    if [ ! -f "$IMAGE_FILE" ] ; then
61 61
      log_error "Can't find image file: $IMAGE_FILE"

Also available in: Unified diff