pass FreeBSD version to freebsd-update so we can run the upgrade via -K without rebooting into new userland.
This commit is contained in:
parent
aac83f6591
commit
a78d3142aa
@ -1207,7 +1207,7 @@ install)
|
|||||||
|
|
||||||
# Update to current patch level, split basejail and newjail
|
# Update to current patch level, split basejail and newjail
|
||||||
if [ "${ezjail_basesystem}" ]; then
|
if [ "${ezjail_basesystem}" ]; then
|
||||||
env PAGER=/bin/cat freebsd-update -b "${DESTDIR}" fetch install
|
env PAGER=/bin/cat freebsd-update -b "${DESTDIR}" --currently-running "${ezjail_release}" fetch install
|
||||||
ezjail_splitworld
|
ezjail_splitworld
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user