vgc> I do this twice before the installCommit and both scripts run and load the
vgc> resulting configs successfully. I also run another script after the  
vgc> InstallComit...it fails citing the script could not be found. In  
vgc> troubleshooting, I found that sysinstall is removing /stand and doing other
vgc> stuff to / and /var. So, I know why the script cannot be found...because
vgc> sysinstall is removing it.

sysinstall basically does a chroot into the newly installed root after
doing the installcommit, and then remounts the installation source as
/dist (not quite true, you can mount other sources at this time, but
always to /dist).

After the installcommit, you basically are now at a normal freebsd
installation (ie: /usr/bin and the like are available). You lose
access to your original mfsroot distribution at this point.

R.


-- 

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to