Skip to content

2.1.9

Compare
Choose a tag to compare
@laffer1 laffer1 released this 17 Oct 19:37
· 320 commits to main since this release

Added ability to set OS version to target. In older versions, it would use the running kernel release. In the last release, we allowed /bin/mport-version to specify it for jails/chroot to work better. Now, you can target an older OS release.

Warning: this means packages marked with a specific os version that are custom built, may not run on older systems. (due to the os version being used from the environment)

Usage:
mport config set target_os 2.1

mport --version
(should list version you set)

Also can do
mport config get target_os