From owner-freebsd-alpha Tue Apr 18 13:20: 9 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 7640637B648 for ; Tue, 18 Apr 2000 13:20:00 -0700 (PDT) (envelope-from maz@albany.net) Received: (qmail 12699 invoked from network); 18 Apr 2000 16:19:58 -0400 Received: from mail2.thebiz.net (172.16.0.129) by mx1.thebiz.net with SMTP; 18 Apr 2000 16:19:58 -0400 Received: (qmail 30961 invoked by uid 0); 18 Apr 2000 16:19:58 -0400 Received: from unknown (HELO mahatma) (216.238.1.20) by mail.albany.net with SMTP; 18 Apr 2000 16:19:58 -0400 Message-ID: <02a201bfa973$45f4fd80$1401eed8@mahatma> From: "Matthew Zahorik" To: "Andrew Gallatin" Cc: Subject: Re: HELP! Date: Tue, 18 Apr 2000 16:18:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org : 1. Mount /conf/etc : 2. Copy /etc/* and /conf/{ip}/etc/* into /conf/etc : 3. Mount another MFS at /etc : 4. cp /conf/etc to /etc : 5. umount /conf/etc This worked. Here are the diffs - I'll submit them in a bug report after I fix the /var mount_null too. Thanks for all the help! -- snip -- *** /conf/etc/rc.diskless1 Wed Mar 15 13:40:48 2000 --- rc.diskless1 Tue Apr 18 15:57:08 2000 *************** *** 86,92 **** # Make the new directory available as /etc # ! mount_null /conf/etc /etc # Tell /etc/rc to run the specified script after # it does its mounts but before it does anything --- 86,96 ---- # Make the new directory available as /etc # ! mount_mfs -s 2048 -T qp120at dummy /etc ! cp -Rp /conf/etc/* /etc ! chkerr $? "MFS mount on /etc" ! ! umount /conf/etc # Tell /etc/rc to run the specified script after # it does its mounts but before it does anything - Matt -- Matthew Zahorik Director of Systems and Networking - BiznessOnline.com matt@thebiz.net President of AlbanyNet Inc. - a BiznessOnline subsidiary maz@albany.net Voice: (518) 292-1001 Fax: (518) 626-0793 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message