mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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:
parent
c3364408ec
commit
3a87232cbf
@ -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' > /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 &&
|
||||
echo allow br0 > /etc/qemu/bridge.conf</userinput></screen>
|
||||
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user