Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
3e0f70de
Commit
3e0f70de
authored
14 years ago
by
Josh Paetzel
Browse files
Options
Download
Email Patches
Plain Diff
Fix image name
parent
06f9c767
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/create_iso.sh
+2
-6
build/create_iso.sh
with
2 additions
and
6 deletions
+2
-6
build/create_iso.sh
View file @
3e0f70de
...
...
@@ -14,15 +14,11 @@ main()
:
${
FREENAS_ARCH
=
$(
uname
-p
)
}
export
FREENAS_ARCH
export
NANO_OBJ
=
${
root
}
/obj.
${
FREENAS_ARCH
}
:
${
REVISION
=
`
svnversion
${
root
}
|
tr
-d
M
`
}
if
[
!
-f
${
NANO_OBJ
}
/
"FreeNAS-8r
${
REVISION
}
-
${
FREENAS_ARCH
}
.full"
]
;
then
REVISION
=
${
REVISION
}
M
fi
if
[
!
-f
${
NANO_OBJ
}
/
"FreeNAS-8r
${
REVISION
}
-
${
FREENAS_ARCH
}
.full"
]
;
then
if
[
!
-f
${
NANO_OBJ
}
/
"FreeNAS-8.0-RC3-
${
FREENAS_ARCH
}
.full"
]
;
then
echo
"Can't find image file for
${
REVISION
}
, punting"
exit
1
fi
export
NANO_NAME
=
"FreeNAS-8
r
${
REVISION
}
-
${
FREENAS_ARCH
}
"
export
NANO_NAME
=
"FreeNAS-8
.0-RC3
-
${
FREENAS_ARCH
}
"
export
NANO_IMGNAME
=
"
${
NANO_NAME
}
.full"
# Paths that may need altering on the build system
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help