Build iso from GitHub tags/1.3.2

I want build my 1.3.2 with custom kernel.

1. git clone -b 1.3.2 https://github.com/vyos/vyos-build 
2. follow the steps here  https://docs.vyos.io/en/equuleus/contributing/build-vyos.html

but I can’t get iso built. because make iso will install newer version kernel on it. How can I make it work? Thanks

there are many ways to build-iso , I think the easiest using a container to build from source-code :

https://docs.vyos.io/en/equuleus/contributing/build-vyos.html#build-iso

at least with this , you should have an ISO to install on VM , also if you are able to get this ISO, same container can be used to create a new ISO with different kernel .

:Build VyOS — VyOS 1.3.x (equuleus) documentation

These are error log from build process

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vyos-1x-vmware : Depends: vyos-1x but it is not going to be installed
 vyos-world : Depends: vyos-1x but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...
make: *** [Makefile:32: iso] Error 1
Error: Process completed with exit code 2.

found solution here

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.