Re: installer: pine64: better firmware dd

2023-03-25 Thread Klemens Nanni
On Sun, Mar 26, 2023 at 11:01:07AM +1100, Jonathan Gray wrote: > this diff is incomplete > the pine64 part in ramdisk/list is still there Forgot to unhook them, thanks. Index: install.md === RCS file: /cvs/src/distrib/arm64/ramdisk/i

Re: installer: pine64: better firmware dd

2023-03-25 Thread Jonathan Gray
On Sat, Mar 25, 2023 at 11:34:08PM +, Klemens Nanni wrote: > On Sat, Mar 25, 2023 at 08:36:06PM +0100, Mark Kettenis wrote: > > To be honest I think we should remove this from the installer scripts. > > > > This code tries to handle the case where we've just whacked the disk > > we've booted f

Re: installer: pine64: better firmware dd

2023-03-25 Thread Klemens Nanni
On Sat, Mar 25, 2023 at 08:36:06PM +0100, Mark Kettenis wrote: > To be honest I think we should remove this from the installer scripts. > > This code tries to handle the case where we've just whacked the disk > we've booted from since we're trying to install on it. My current > advice to people i

Re: installer: pine64: better firmware dd

2023-03-25 Thread Klemens Nanni
25.03.2023 19:36, Mark Kettenis пишет: > To be honest I think we should remove this from the installer scripts. Please, be my guest! arm64 md_installboot() and its lack of softraid awareness on certain boards is why we don't have instller support for guided disk encryption on this platform, yet.

Re: installer: pine64: better firmware dd

2023-03-25 Thread Mark Kettenis
> Date: Sat, 25 Mar 2023 16:32:17 + > From: Klemens Nanni > > We must not throw away all errors, dd(1) can be silenced properly. > > OK? > > I don't have the hardware to test, but will need to tweak this MD code soon > for get softraid installs working on those boards. To be honest I think

installer: pine64: better firmware dd

2023-03-25 Thread Klemens Nanni
We must not throw away all errors, dd(1) can be silenced properly. OK? I don't have the hardware to test, but will need to tweak this MD code soon for get softraid installs working on those boards. Index: ramdisk/install.md === RCS