From f5eb463f91836525239327537392fc4d65fcb542 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 23 Mar 2021 22:38:09 +0100 Subject: Cut down code quotes that were too long and disformed the blog template --- content/blog/commands/qemu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/blog/commands/qemu.md') diff --git a/content/blog/commands/qemu.md b/content/blog/commands/qemu.md index 74afc5e..294c9a9 100644 --- a/content/blog/commands/qemu.md +++ b/content/blog/commands/qemu.md @@ -14,7 +14,8 @@ In this example I am using the docker0 bridge because I do not want to have to m ip tuntap add tap0 mode tap brctl addif docker0 tap0 qemu-img create -f qcow2 obsd.qcow2 10G -qemu-system-x86_64 -curses -drive file=install65.fs,format=raw -drive file=obsd.qcow2 -net nic,model=virtio,macaddr=00:00:00:00:00:01 -net tap,ifname=tap0 +qemu-system-x86_64 -curses -drive file=install65.fs,format=raw -drive file=obsd.qcow2 \ + -net nic,model=virtio,macaddr=00:00:00:00:00:01 -net tap,ifname=tap0 qemu-system-x86_64 -curses -drive file=obsd.qcow2 -net nic,model=virtio,macaddr=00:00:00:00:00:01 -net tap,ifname=tap0 {{< /highlight >}} -- cgit v1.2.3