Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 16:18:34 -0400
From:      "Matthew Zahorik" <maz@albany.net>
To:        "Andrew Gallatin" <gallatin@cs.duke.edu>
Cc:        <alpha@FreeBSD.ORG>
Subject:   Re: HELP!
Message-ID:  <02a201bfa973$45f4fd80$1401eed8@mahatma>

next in thread | raw e-mail | index | archive | help
: 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02a201bfa973$45f4fd80$1401eed8>