Release script includes version number and timestamp in iso filename..
This commit is contained in:
parent
eab5a7ded2
commit
9395e97d1b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ CDFILES=/usr/tmp/cdreleasefiles
|
|||
sh tell_config OS_RELEASE . OS_VERSION >/tmp/rel.$$
|
||||
version_pretty=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$`
|
||||
version=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$ | tr . _`
|
||||
ISO=minix${version}.iso
|
||||
ISO=minix${version}_`date +%Y%m%d-%H%M%S`.iso
|
||||
ISOGZ=${ISO}.gz
|
||||
echo $ISOGZ
|
||||
RAM=/dev/ram
|
||||
|
|
Loading…
Reference in a new issue