버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

목차

OS

코드 블럭
linenumberstrue
# lsb_release -a
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal

Images

코드 블럭
linenumberstrue
# tree -a /var/lib/libvirt/images
/var/lib/libvirt/images
├── .cml
├── node-definitions
│   ├── cat8000v.yaml
│   ...
│   ├── alpine.yaml
│   ├── desktop.yaml
│   └── ubuntu.yaml
└── virl-base-images
    ├── cat8000v-17-13-01a
    │   ├── c8000v-universalk9_8G_serial.17.13.01a.qcow2
    │   └── cat8000v-17-13-01a.yaml
    ...
    ├── alpine-base-3-19-1
    │   ├── alpine-base-3-19-1.qcow2
    │   └── alpine-base-3-19-1.yaml
    ├── alpine-desktop-3-19-1
    │   ├── alpine-desktop-3-19-1.qcow2
    │   └── alpine-desktop-3-19-1.yaml
    ├── ubuntu-22-04-20240126
    │    ├── jammy-server-cloudimg-amd64.img
    │    └── ubuntu-22-04-20240126.yaml
    └── server-tcl-14-0
       ├── server-tcl-14-0.yaml
       └── tcl-14-0.qcow2

...