qemu memory setting
This commit is contained in:
parent
975de7039c
commit
c529632294
|
@ -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.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue