This commit is contained in:
parent
7d5da2b981
commit
15802d58c2
@ -12,6 +12,7 @@
|
||||
<body>
|
||||
<h1 class='title'>simpet</h1>
|
||||
<ul>
|
||||
<li><a href="./posts/virtual_machines.html">virtual machines</a></li>
|
||||
<li><a href="./posts/markdown_testing_suite.html">markdown testing suite</a></li>
|
||||
<li><a href="./posts/awk_for_static_site_generation.html">awk for static site generation</a></li>
|
||||
</ul>
|
||||
|
23
posts/virtual_machines.html
Normal file
23
posts/virtual_machines.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" dir="ltr">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>simpet</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|IBM+Plex+Mono&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="../css/poststyle.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class='title'><a href="../index.html">simpet</a></h1>
|
||||
<article>
|
||||
<h1>New Virtual Machine with virt-install</h1>
|
||||
<p>Downloading the ISO of debian</p>
|
||||
<p><code>`</code></p>
|
||||
<p>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</p>
|
||||
<p><code>`</code></p>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user