Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 1996 16:56:22 -0700
From:      "Jin Guojun[ITG]" <jin@george.lbl.gov>
To:        jkh@time.cdrom.com
Cc:        bugs@freebsd.org
Subject:   Re: errros on making floppies
Message-ID:  <199605132356.QAA00758@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
>> I am trying to figure out why NFS installation fails on our network.
>> When I tried to make floppies I get following errors. Please advice
>> how I can make these floppies.
>> 
>> # make boot.flp
>
>You can't _just_ do this step - you need to do an entire make release
>first.
>
>                                                Jordan


# make release CHROOTDIR=/usr/local/tmp
chflags -R noschg /usr/local/tmp/.
rm -rf /usr/local/tmp
mkdir -p /usr/local/tmp
cd /usr/src/release/../etc && make distrib-dirs DESTDIR=/usr/local/tmp
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /usr/local/tmp/
.:      gid (0, 7, modified)
missing: ./bin (created)
missing: ./dev (created)
missing: ./dev/fd (created)
missing: ./etc (created)
missing: ./etc/gnats (created)
missing: ./etc/kerberosIV (created)
missing: ./etc/mtree (created)
missing: ./etc/namedb (created)
missing: ./etc/ppp (created)
missing: ./etc/uucp (created)
missing: ./lkm (created)
missing: ./mnt (created)
missing: ./proc (created)
missing: ./root (created)
missing: ./sbin (created)
missing: ./tmp (created)
missing: ./usr (created)
missing: ./var (created)
mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /usr/local/tmp/var
missing: ./account (created)
missing: ./at (created)
missing: ./at/jobs (created)
missing: ./at/spool (created)
missing: ./backups (created)
missing: ./crash (created)
missing: ./cron (created)
missing: ./cron/tabs (created)
missing: ./db (created)
missing: ./games (created)
^C# 

Would you please give more some details for making this release?

Thanks,

	-Jin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605132356.QAA00758>