Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 15:48:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229346] freebsd-update install return code changed
Message-ID:  <bug-229346-227-IbrBZlHWmY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229346-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229346-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #1 from Mike Cole <mcole36@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229346-227-IbrBZlHWmY>