mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-08 18:49:44 +00:00
install arch start
This commit is contained in:
parent
d77ee63e79
commit
258aeb31d8
1 changed files with 43 additions and 0 deletions
43
content/post/install-arch-linux-in-virtual-machine.md
Normal file
43
content/post/install-arch-linux-in-virtual-machine.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: "Install Arch Linux in Virtual Machine (KVM/QEMU)"
|
||||
date: 2022-04-22T06:52:27Z
|
||||
lastmod: 2022-04-22T06:52:27Z
|
||||
draft: false
|
||||
keywords: [kvm qemu arch vm "virtual machine" libvirt]
|
||||
description: ""
|
||||
tags: [libvirt]
|
||||
categories: [linux]
|
||||
author: ""
|
||||
|
||||
# You can also close(false) or open(true) something for this content.
|
||||
# P.S. comment can only be closed
|
||||
comment: false
|
||||
toc: true
|
||||
autoCollapseToc: false
|
||||
postMetaInFooter: true
|
||||
hiddenFromHomePage: false
|
||||
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
|
||||
contentCopyright: false
|
||||
reward: false
|
||||
mathjax: false
|
||||
mathjaxEnableSingleDollar: false
|
||||
mathjaxEnableAutoNumber: false
|
||||
|
||||
# You unlisted posts you might want not want the header or footer to show
|
||||
hideHeaderAndFooter: false
|
||||
|
||||
# You can enable or disable out-of-date content warning for individual post.
|
||||
# Comment this out to use the global config.
|
||||
#enableOutdatedInfoWarning: false
|
||||
|
||||
flowchartDiagrams:
|
||||
enable: false
|
||||
options: ""
|
||||
|
||||
sequenceDiagrams:
|
||||
enable: false
|
||||
options: ""
|
||||
|
||||
---
|
||||
|
||||
<!--more-->
|
Loading…
Reference in a new issue