On Mon, Feb 22, 2021 at 6:21 AM Gerd Hoffmann wrote: > On Fri, Feb 19, 2021 at 02:23:52PM -0700, Warner Losh wrote: > > From: Warner Losh > > > > FreeBSD 12.1 has reached end of life. Use 12.2 instead so that FreeBSD's > > project's packages will work. > > Not working. There is a little change in the time zone selection > dialog and we need adjust the install script ... > > - self.console_wait_send("Time Zone Selector", "a\n") > + self.console_wait_send("Time Zone Selector", "0\n") > > Try "make vm-build-freebsd" to test changes, add "V=1" for > trouble-shooting. > Thanks! I'll have to start doing that... > With that change it seems to work fine (my test install is still busy > fetching packages over my slow internet link ...). > I'll rebase and try it here... Warner