Thank you so much Joshua. On Sat, 16 Dec 2023 at 01:41, <jbra...@dismail.de> wrote:
> December 15, 2023 at 11:48 AM, "ravinperera00" <bravinper...@gmail.com> > wrote: > > CONGRATS to ravin for his first sent patch to the Hurd! Looking forward > to seeing > more wiki edits from you! > > > > > --- > > hurd/subhurd.mdwn | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn > > index 9b196f2d..872e9dea 100644 > > --- a/hurd/subhurd.mdwn > > +++ b/hurd/subhurd.mdwn > > @@ -37,6 +37,11 @@ boot it: > > $ gunzip debian-hurd.img.gz > > $ boot --kernel-command-line="fastboot root=pseudo-root" -T typed > part:1:file:debian-hurd.img > > > > +/!\ If you face an error from the mach-defpager (most probably > > +because there is already a default pager), you can comment > > +the part that says `/hurd/mach-defpager` from the > /etc/hurd/runsystem.sysv file > > +included within the debian-hurd.img file you are trying to use. > > + > > The 'fastboot' is necessary to skip the filesystem check which fails > > because the image assumes the root filesystem to be /etc/hd0s1. Once > > booted, you can correct this: > > -- > > 2.25.1 > > >