From 3a87232cbff4dfefce56f8ed529e6da63bfc0502 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 4 Dec 2016 17:11:55 +0000 Subject: [PATCH] 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 --- postlfs/virtualization/qemu.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/postlfs/virtualization/qemu.xml b/postlfs/virtualization/qemu.xml index 1d7c15fcf1..1d5b7c4b2f 100644 --- a/postlfs/virtualization/qemu.xml +++ b/postlfs/virtualization/qemu.xml @@ -394,7 +394,9 @@ chmod 4750 /usr/libexec/qemu-bridge-helper Set up a required configuration file: -echo 'allow br0' > /etc/qemu/bridge.conf + +install -vdm 755 /etc/qemu && +echo allow br0 > /etc/qemu/bridge.conf