Re: install.sub: fix softraid disks not being created before md_installboot()

2022-12-04 Thread Klemens Nanni
On Tue, Nov 22, 2022 at 05:12:33PM +, ssnf wrote: > > Deliver steps to reproduce, installation logs, machine information, > > version details, ANYTHING technical. > > Version: OpenBSD 7.2 release > Arch:i386 > Image: install72.iso > Machine: Thinkpad 380XD 32MB 233MHz Pentium MMX

Re: install.sub: fix softraid disks not being created before md_installboot()

2022-11-22 Thread ssnf
> Deliver steps to reproduce, installation logs, machine information, > version details, ANYTHING technical. Version: OpenBSD 7.2 release Arch:i386 Image: install72.iso Machine: Thinkpad 380XD 32MB 233MHz Pentium MMX Steps: - Boot install CDROM - (S)hell -

Re: install.sub: fix softraid disks not being created before md_installboot()

2022-11-21 Thread Klemens Nanni
On Mon, Nov 21, 2022 at 08:09:10PM +, ssnf wrote: > > Klemens Nanni: > > You need to be more specific, installing to a softraid volume has always > > required manual steps, so I have no idea what you did (not) do and when. > > The comment in install.sub, above my diff, states that "In case

Re: install.sub: fix softraid disks not being created before md_installboot()

2022-11-21 Thread ssnf
> Klemens Nanni: > You need to be more specific, installing to a softraid volume has always > required manual steps, so I have no idea what you did (not) do and when. The comment in install.sub, above my diff, states that "In case this is a softraid device, make sure all underlying device nodes

Re: install.sub: fix softraid disks not being created before md_installboot()

2022-11-09 Thread Klemens Nanni
On Wed, Nov 09, 2022 at 02:36:57PM +, ssnf wrote: > My softraid keydisk did not get initialized during the install process. > This fixes it. You need to be more specific, installing to a softraid volume has always required manual steps, so I have no idea what you did (not) do and when.

install.sub: fix softraid disks not being created before md_installboot()

2022-11-09 Thread ssnf
My softraid keydisk did not get initialized during the install process. This fixes it. Index: install.sub === RCS file: /cvs/src/distrib/miniroot/install.sub,v retrieving revision 1.1214 diff -r1.1214 install.sub 2875c2875 <