diff --git a/postlfs/virtualization/qemu.xml b/postlfs/virtualization/qemu.xml
index b577aff210..2959a2ef51 100644
--- a/postlfs/virtualization/qemu.xml
+++ b/postlfs/virtualization/qemu.xml
@@ -89,7 +89,7 @@
(for libcacard.so),
,
,
- ,
+ , and
libssh2
@@ -366,13 +366,21 @@ EOF
sysctl -w net.ipv4.ip_forward=1
- To make this permanent, add the command to
+ To make this permanent, add the command to
/etc/sysctl.conf:
-cat >> /etc/sysctl.conf << EOF
+cat >> /etc/sysctl.conf << EOF
net.ipv4.ip_forward=1
EOF
+ To make this permanent, add the command to
+ /etc/sysctl.d/60-net-forward.conf:
+
+cat >> /etc/sysctl.d/60-net-forward.conf << EOF
+net.ipv4.ip_forward=1
+EOF
+
+