Qemu: create /etc/qemu before using it, because it not created anymore by

"make install".

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18028 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-12-04 17:11:55 +00:00
parent c3364408ec
commit 3a87232cbf

View File

@ -394,7 +394,9 @@ chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen>
<listitem>
<para>Set up a required configuration file:</para>
<screen role="root"><userinput>echo 'allow br0' &gt; /etc/qemu/bridge.conf</userinput></screen>
<!-- /etc/qemu has not been installed by "make install" since version 2.4 -->
<screen role="root"><userinput>install -vdm 755 /etc/qemu &amp;&amp;
echo allow br0 &gt; /etc/qemu/bridge.conf</userinput></screen>
</listitem>