Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
Cc: phil@jaj.com
Subject: Re: Installing from local directory -- trying to avoid massive duplication of effort
References: <20020314145138.A2973@disaster.basement.lan>
	<20020314200335.GF14065@redhat.com>
	<20020314152536.A3152@disaster.basement.lan>
	<20020314203726.GC28153@redhat.com>
From: Jesper Eskilson <jojo@virtutech.se>
Organization: Virtutech AB
Date: 15 Mar 2002 08:48:01 +0100
In-Reply-To: <20020314203726.GC28153@redhat.com> (Christopher Faylor's message of "Thu, 14 Mar 2002 15:37:26 -0500")
Message-ID: <u67it7yp8zy.fsf@hal.hq.vtech>
Lines: 31
User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Christopher Faylor <cgf@redhat.com> writes:

> Either that or something like (untested):
> 
>     mkdir c:\cygwin
>     cd c:\cygwin
>     c:\whereever\tar xjf /cygdrive/c/whereever/cygwin-*.tar.bz2
>     mount -f -s -b c:/cygwin /
>     mount -f -s -b c:/cygwin/lib /usr/lib
>     mount -f -s -x -b c:/cygwin/bin /usr/bin
>     c:\whereever\tar xjf /cygdrive/c/whereever/bash-*.tar.bz2
>     bin/bash
>     for f in /cygdrive/c/whereever/*.tar.bz2; do
> 	case "$f" in
> 	    cygwin-*)	;;
> 	    bash-*)	;;
> 	    *) /cygdrive/c/whereever/tar xjf $f ;;
> 	esac
>     done
>     cd /etc/postinstall
>     for f in *.sh; do /bin/sh ./$f; done
>     for f in *.bat; do cmd /c .\\$f; done
>     exit

I've been looking for this script. Come to papa! ;-)

Won't this leave out the necessary updates to the registry? Or does mount
take care of that?

-- 
/Jesper


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

