From 15802d58c2f0afe081915273c914ace736b0a0be Mon Sep 17 00:00:00 2001 From: simonpetit Date: Thu, 24 Apr 2025 10:00:16 +0000 Subject: [PATCH] new test article --- drafts/{ => published}/virtual_machines.md | 0 index.html | 1 + posts/virtual_machines.html | 23 ++++++++++++++++++++++ 3 files changed, 24 insertions(+) rename drafts/{ => published}/virtual_machines.md (100%) create mode 100644 posts/virtual_machines.html diff --git a/drafts/virtual_machines.md b/drafts/published/virtual_machines.md similarity index 100% rename from drafts/virtual_machines.md rename to drafts/published/virtual_machines.md diff --git a/index.html b/index.html index 158400f..3b893e9 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@

simpet

diff --git a/posts/virtual_machines.html b/posts/virtual_machines.html new file mode 100644 index 0000000..99071c6 --- /dev/null +++ b/posts/virtual_machines.html @@ -0,0 +1,23 @@ + + + + + + simpet + + + + + + +

simpet

+
+

New Virtual Machine with virt-install

+

Downloading the ISO of debian

+

`

+

sudo virt-install --name router --ram 1024 --disk path=/var/lib/libvirt/images/debian12.qcow2,size=10 --vcpus=1 --os-type linux --os-variant debian12 --console pty,target_type=serial --network bridge=virbr0,model=virtio --cdrom /var/lib/libvirt/images/debian-12.7.0-amd64-netinst.iso

+

`

+
+ + +