Merge pull request #7 from theCiscoGeek/update-opnsense

Update opnsense
This commit is contained in:
Joe Clarke
2020-11-05 14:01:29 -05:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,4 @@
Here you will find collections of OPNsense node definitions.
**NOTE:** There seems to be an odd ACPI issue that prevents OPNsense from booting within CML when using a single CPU. Setting the CPU count to two resolved the issue.
Default credentials are `root:opnsense`

View File

@@ -26,8 +26,9 @@ sim:
driver: asav
disk_driver: virtio
ram: 2048
cpus: 2
cpus: 1
nic_driver: virtio
cpu_limit: 100
boot:
timeout: 300
completed:
@@ -38,11 +39,13 @@ inherited:
cpus: true
data_volume: false
boot_disk_size: false
cpu_limit: true
node:
ram: true
cpus: true
data_volume: false
boot_disk_size: false
cpu_limit: true
configuration:
generator:
driver: null

View File

@@ -6,7 +6,7 @@ Once you have the image archive, unarchive it, convert the image to qcow2, and t
Here is an example of how I did it:
`bzip2 -d OPNsense-20.7-OpenSSL-nano-amd64.img`
`bzip2 -d OPNsense-20.7-OpenSSL-nano-amd64.img.bz2`
`qemu-img convert -f raw -O qcow2 OPNsense-20.7-OpenSSL-nano-amd64.img OPNsense-20.7-OpenSSL-nano-amd64.qcow2`