On Jun 21, 1:16 am, [EMAIL PROTECTED] (Steve Simon) wrote:
> Ok,
>
> Installing the X11 iso on a fossil based file server.
>
>         # start the iso9660 filesystem server
>         9660srv
>
>         disable the 9fs command by binding echo over it
>         bind /386/bin/echo /rc/bin/9fs
>
>         # mount a psudo /n/kfs pointing to the root of your fossil filesystem
>         mount /srv/boot /n/kfs
>
>         # the below is from the standard X11 install instructions.
>
>         # mount the iso
>         mount /srv/9660 /n/dist /n/juke/X11.iso
>
>         # initialise the replica logs
>         /n/dist/X11.setup
>
>         # do the pull
>         replica/pull /n/dist/X11
>
>         # have coffee, even installing takes 10 mins...
>
> -Steve

I had different and, I am afraid, more crude aproach regarding the
part before mounting iso. Namely I did "bind / /n/kfs" and edited
replica configuration named X11 by replacing "fn clientmount { 9fs
kfs }" with "fn clientmount { status='' }". I extracted the contents
of X11.iso, edited replica configuration, and, in the end, my pull was
in the form "replica/pull /usr/anton/X11/X11". A hack, the value of
which is learning how the things work.

Reply via email to