ram value

This commit is contained in:
Bob Mottram 2016-01-05 14:17:49 +00:00
parent bae3bcc43e
commit 58b37a35b9
1 changed files with 5 additions and 2 deletions

View File

@ -33,6 +33,9 @@ PROJECT_NAME='freedombone'
export TEXTDOMAIN=${PROJECT_NAME}-image
export TEXTDOMAINDIR="/usr/share/locale"
# recommended RAM for virtual machines
VM_MEMORY='1G'
VARIANT='full'
# fixed username and password when the --generic option is used
@ -325,9 +328,9 @@ else
"
else
if [[ $IMAGE_TYPE != "qemu-x86_64"* && $IMAGE_TYPE != "qemu-amd64"* ]]; then
echo "qemu-system-i386 $(ls ${PROJECT_NAME}*.qcow2)"
echo "qemu-system-i386 -m ${VM_MEMORY} $(ls ${PROJECT_NAME}*.qcow2)"
else
echo "qemu-system-x86_64 $(ls ${PROJECT_NAME}*.qcow2)"
echo "qemu-system-x86_64 -m ${VM_MEMORY} $(ls ${PROJECT_NAME}*.qcow2)"
fi
echo $"
Username: $USERNAME