[Bug 229346] freebsd-update install return code changed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 26 15:48:17 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229346

--- Comment #1 from Mike Cole <mcole36 at gmail.com> ---
As an example, here is iocell's upgrade code:

https://github.com/bartekrutkowski/iocell/blob/master/lib/ioc-upgrade

Line 323

                while [ $? -eq 0 ] ; do
                    chroot ${_mountpoint}/root \
                        env UNAME_r="${_oldrelease}" env PAGER="/bin/cat" \
                        freebsd-update -r ${_release} install
                done

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list