Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Mon, 13 Nov 2000 11:23:08 -0500 Message-Id: <200011131623.LAA24069@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: Karel DOT Sprenger AT Compaq DOT com CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <70DB181F3302D21192700000F806F3A0074357F9 AT utoexc1 DOT uto DOT cpqcorp DOT net> (Karel DOT Sprenger AT Compaq DOT com) Subject: Re: setup drops mount? References: <70DB181F3302D21192700000F806F3A0074357F9 AT utoexc1 DOT uto DOT cpqcorp DOT net> > D: /var system binmode > > the last entry is not there anymore when setup finishes. There are certain key mounts that setup removes always, /var is one of them. If you look in install.cc, you'll see the whole list: remove_mount ("/"); remove_mount ("/usr"); remove_mount ("/usr/bin"); remove_mount ("/usr/lib"); remove_mount ("/var"); remove_mount ("/lib"); remove_mount ("/bin"); remove_mount ("/etc"); create_mount ("/", root_dir, istext, issystem); create_mount ("/usr/bin", concat (root_dir, "/bin", 0), istext, issystem); create_mount ("/usr/lib", concat (root_dir, "/lib", 0), istext, issystem); This is done to ensure that the resulting setup works smoothly for all users. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com