fixed memory
This commit is contained in:
parent
7f6a7571d9
commit
ec801a1d17
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ lname=`echo $name | tr '[:upper:]' '[:lower:]'`
|
||||||
|
|
||||||
img=`./shared_scripts/download_install_image.sh $variant`
|
img=`./shared_scripts/download_install_image.sh $variant`
|
||||||
|
|
||||||
|
memory=$((memory*1024))
|
||||||
|
|
||||||
#update DHCP
|
#update DHCP
|
||||||
./shared_scripts/update_dhcp.sh $dhcp_opts $lname
|
./shared_scripts/update_dhcp.sh $dhcp_opts $lname
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue