From owner-freebsd-hackers Wed Mar 8 17:12:05 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA29048 for hackers-outgoing; Wed, 8 Mar 1995 17:12:05 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA28998 for ; Wed, 8 Mar 1995 17:11:37 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA06153; Thu, 9 Mar 1995 00:47:54 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id AAA09493 for freebsd-hackers@freebsd.org; Thu, 9 Mar 1995 00:47:53 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.9/8.6.9) id AAA04546 for freebsd-hackers@freebsd.org; Thu, 9 Mar 1995 00:35:07 +0100 From: J Wunsch Message-Id: <199503082335.AAA04546@uriah.heep.sax.de> Subject: Re: Repair floppies - what should we have? (fwd) To: freebsd-hackers@FreeBSD.org (FreeBSD hackers) Date: Thu, 9 Mar 1995 00:35:06 +0100 (MET) In-Reply-To: from "Julian Elischer" at Mar 8, 95 10:57:52 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 756 Sender: hackers-owner@FreeBSD.org Precedence: bulk As Julian Elischer wrote: > > >From doing many repairs, The following are needed > 8/ a symlink from /usr/lib to /mnt/usr/lib so that if > there are binaries on the HD you want, you can get to the shared libs.. More important than this symlink would be the ld.so (or a symlink to /mnt/usr/libexec). While you are free to set LD_LIBRARY_PATH at any time, ld.so is only searched at this one position. Perhaps we should also search it under /stand??? > you can easily swap disks during boot by booting -c and puting in a floppy > when the config prompt comes up.. Good idea, better than ``hot-swapping''. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)