.iso.gz name notice
This commit is contained in:
parent
b52c0732d8
commit
1ff749180e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,6 @@ sh tell_config OS_RELEASE . OS_VERSION >/tmp/rel.$$
|
||||||
version_pretty=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$`
|
version_pretty=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$`
|
||||||
version=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$ | tr . _`
|
version=`sed 's/[" ]//g;/^$/d' </tmp/rel.$$ | tr . _`
|
||||||
ISO=minix${version}_`date +%Y%m%d-%H%M%S`
|
ISO=minix${version}_`date +%Y%m%d-%H%M%S`
|
||||||
echo $ISOGZ
|
|
||||||
RAM=/dev/ram
|
RAM=/dev/ram
|
||||||
BS=4096
|
BS=4096
|
||||||
|
|
||||||
|
@ -89,6 +88,7 @@ done
|
||||||
|
|
||||||
ISO=${ISO}.iso
|
ISO=${ISO}.iso
|
||||||
ISOGZ=${ISO}.gz
|
ISOGZ=${ISO}.gz
|
||||||
|
echo "Making $ISOGZ"
|
||||||
|
|
||||||
USRMB=400
|
USRMB=400
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue