| Age | Commit message (Collapse) | Author |
|
|
|
Sometimes I do call scripts/check-qemu-install directly without the Makefile
wrapper, thus it should be ensured that the ISO image exists also from within
the test-case launcher, too.
|
|
Running containers on VyOS on a container platform seems like an odd use-case
so we remove it in the beginning.
Also interacting with the Kernel and safety reboots will be removed from the
"system options" tree.
* system option kernel
* system option startup-beep
* system option root-partition-auto-resize
* system option reboot-on-panic
* system option performance
|
|
Use either "make oci" or call the script manually:
$ scripts/iso-to-oci build/live-image-amd64.hybrid.iso
I: mount ISO build/live-image-amd64.hybrid.iso
I: extracting squashfs content
I: generate OCI container image vyos-1.5-strongswan-202311241125.tar
I: to import the previously generated OCI image to your local images run:
docker import vyos-1.5-strongswan-202311241125.tar vyos:1.5-strongswan-202311241125 --change 'CMD [/sbin/init]'
|