24 lines
934 B
HTML
24 lines
934 B
HTML
<!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>
|