qemu memory setting

This commit is contained in:
Bob Mottram 2016-01-05 16:01:31 +00:00
parent 975de7039c
commit c529632294
4 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ Using the password 'freedombone'. Take a note of the new login password and then
Virtualbox and Qemu are supported. You can run a 64 bit Qemu image with:
#+BEGIN_SRC bash
qemu-system-x86_64 filename.img
qemu-system-x86_64 -m 1G filename.img
#+END_SRC
If you are using Virtualbox then add a new VM and select the Freedombone *vdi* image.

Binary file not shown.

Binary file not shown.

View File

@ -4454,11 +4454,11 @@ function spam_filtering {
fi
apt-get -y install exim4-daemon-heavy
apt-get -y install spamassassin
sa-update -v
if [ ! -f /etc/default/spamassassin ]; then
echo 'Spamassassin was not installed'
exit 72570
fi
sa-update -v
sed -i 's/ENABLED=0/ENABLED=1/g' /etc/default/spamassassin
sed -i 's/# spamd_address = 127.0.0.1 783/spamd_address = 127.0.0.1 783/g' /etc/exim4/exim4.conf.template
# This configuration is based on https://wiki.debian.org/DebianSpamAssassin