Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 08:01:08 +0200 (CEST)
From:      Andrzej Bialecki <abial@nask.pl>
To:        "Randal S. Masutani" <randal@comtest.com>
Cc:        Mike Smith <mike@smith.net.au>, dinesh@alphaque.com, freebsd-small@FreeBSD.ORG
Subject:   Re: PicoBSD now runs in 4MB! 
Message-ID:  <Pine.BSF.4.00.9808060757100.19334-100000@korin.warman.org.pl>
In-Reply-To: <199808052348.NAA04396@oldyeller.comtest.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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

+---------------------+------------------------+--------------------------+
| <abial@nask.pl>     | 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9808060757100.19334-100000>