From owner-freebsd-small Wed Aug 5 23:01:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04739 for freebsd-small-outgoing; Wed, 5 Aug 1998 23:01:49 -0700 (PDT) (envelope-from owner-freebsd-small@FreeBSD.ORG) Received: from korin.warman.org.pl ([148.81.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04717 for ; Wed, 5 Aug 1998 23:01:33 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.8.8/8.8.5) with SMTP id IAA24619; Thu, 6 Aug 1998 08:01:08 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Thu, 6 Aug 1998 08:01:08 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: "Randal S. Masutani" cc: Mike Smith , dinesh@alphaque.com, freebsd-small@FreeBSD.ORG Subject: Re: PicoBSD now runs in 4MB! In-Reply-To: <199808052348.NAA04396@oldyeller.comtest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Aug 1998, Randal S. Masutani wrote: > echo "Reading /etc from startup floppy..." > mount /dev/fd0c /start_floppy > echo "debug - copying files over" > cd /start_floppy/etc > cp -r . /etc/ > > The error occurs right after the mount command. Does anything look > suspicious? I think this should be 'cp -Rp . /etc' (use of -r is discouraged). Besides, two lines below there is another write caused by kget. Both of these are corrected now. Andrzej Bialecki +---------------------+------------------------+--------------------------+ | | When in problem or in | if(halt_per_mth > 0) { | | Research & Academic | doubt, run in circles, | fetch("FreeBSD"); | | Network in Poland | scream and shout. | } | + --------------------+------------------------+--------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message