X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <4DB51D1C.8000600@bonhard.uklinux.net> Date: Mon, 25 Apr 2011 08:05:00 +0100 From: Fergus User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Cygwin ML CC: Fergus Subject: Re: an updated howto on a portable/usb cygwin installguide? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > Is there an updated howto on a portable/usb cygwin installguide? Since 1.7 > cygwin no longer writes to the registry so I was curious if there were any > changed on making a portable install and/or a end all guide on the process. I run routinely off a portable stick. Installing cygwin direct to H: (or whatever) is straightforward but the writing can be time-consuming and an alternative approach is to install to HD and then move the entire construction to stick. Anything additional you want under /home/ or /usr/local/ is just copied to the stick in the usual way. 1. In my case I use the setup command setup -P as a Full Install would need a very hi-capacity stick. 2. Incidentally despite concentrated effort during installation to personalise location I often find a first install lands up under c:\cygwin, regardless of instructions otherwise. I think others occasionally find this too. See say http://cygwin.com/ml/cygwin/2011-01/msg00088.html and http://cygwin.com/ml/cygwin/2011-01/msg00091.html (but these are very minor isolated glitches and I have no idea how common an experience this is). 3. Once installed I delete /etc/group and /etc/passwd and /etc/fstab for a truly portable system. 4. Once installed, start up by double-clicking on h:/bash.cmd as follows (which is actually drivename independent so it doesn't matter whether the host machine names your stick h: or m: or ...), setting HOME appropriately for your username. This is my h:/bash.cmd, you could invent h:/mintty.cmd or even h:/xterm.cmd to start up in mintty or xterm respectively if you wanted to. I've got all 3 startup modes. @set SHELL=/bin/bash @set HOME=/home/user @start /wait %CD%\bin\bash @set HOME= @set SHELL= 5. Otherwise as far as I recall ~/.bashrc, ~/.Xdefaults, ~/.inputrc are nothing special or different but two lines in (my) ~/.bashrc are PATH="$HOME/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin" /bin/mount -c "/" (I have been using this portable architecture for so long that (line 1) I can't remember where PATH is conventionally set; also (line 2) I prefer accessing other drives from / rather than /cygdrive/.) Hope this helps. Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple