On Thu, Jul 5, 2018 at 11:51 PM Mark Millard wrote:
>
> https://ci.freebsd.org/job/FreeBSD-head-i386-testvm/6978/console shows:
>
> 22:34:39 All repositories are up to date.
> 22:34:39 + sudo chroot ufs pkg install -y kyua perl5 scapy ksh93 python
> 22:34:39 Updating FreeBSD repository catalogue..
Yea, there's a stray space in that string.
r336114 should fix that.
Warner
On Sun, Jul 8, 2018 at 4:50 PM, Mark Millard wrote:
> https://ci.freebsd.org/job/FreeBSD-head-amd64-build/9386/consoleText
> shows:
>
> ===> zlib (install)
> install -T release -o root -g wheel -m 555 zlib.ko
> /usr/o
https://ci.freebsd.org/job/FreeBSD-head-amd64-build/9386/consoleText shows:
===> zlib (install)
install -T release -o root -g wheel -m 555 zlib.ko
/usr/obj/usr/src/amd64.amd64/release/dist/kernel/boot/kernel/
install -T debug -o root -g wheel -m 555 zlib.ko.debug
/usr/obj/usr/src/amd64.amd64
I intend to endorse this patch over my own once I'm able to test it out on my
test images.
My approach is highly EFI-specific, and it made sense to do it that way when
boot1.efi was still a thing. The architecture agnostic method makes more sense
now that it's gone.
On July 8, 2018 3:31:47 PM
On Sunday, July 8, 2018, Ian Lepore wrote:
> On Sun, 2018-07-08 at 21:08 +0200, Oliver Pinter wrote:
> > Hi!
> >
> > Have you or Warner any update on this code?
> >
> > On Thursday, April 12, 2018, Eric McCorkle
> > wrote:
> >
>
> Are you aware of https://reviews.freebsd.org/D15743 ?
>
> That's
On Sun, 2018-07-08 at 21:08 +0200, Oliver Pinter wrote:
> Hi!
>
> Have you or Warner any update on this code?
>
> On Thursday, April 12, 2018, Eric McCorkle
> wrote:
>
Are you aware of https://reviews.freebsd.org/D15743 ?
That's my changes to add geli support to loader(8) in an architecture-
Hi!
Have you or Warner any update on this code?
On Thursday, April 12, 2018, Eric McCorkle wrote:
> I'm in the middle of moving to a new apartment right now. It's going to
> be a bit before I can get to this.
>
> On 04/11/2018 20:31, Warner Losh wrote:
> > OK. I've pushed in the main part of i