mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
Create README.md
This commit is contained in:
13
virl-base-images/opnsense/README.md
Normal file
13
virl-base-images/opnsense/README.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Creating the image file for CML
|
||||||
|
|
||||||
|
To get started with OPNsense, download the 'nano' image from https://opnsense.org/download/
|
||||||
|
|
||||||
|
Once you have the image archive, unarchive it, convert the image to qcow2, and then (optional) expand the image for extra headroom.
|
||||||
|
|
||||||
|
Here is an example of how I did it:
|
||||||
|
|
||||||
|
`bzip2 -d OPNsense-20.7-OpenSSL-nano-amd64.img`
|
||||||
|
|
||||||
|
`qemu-img convert -f raw -O qcow2 OPNsense-20.7-OpenSSL-nano-amd64.img OPNsense-20.7-OpenSSL-nano-amd64.qcow2`
|
||||||
|
|
||||||
|
`qemu-img resize OPNsense-20.7-OpenSSL-nano-amd64.qcow2 8G`
|
Reference in New Issue
Block a user