CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/14 08:54:57
Modified files:
distrib/miniroot: install.sub
Log message:
Fix a bug reported by "Remco" on misc@ where sysmerge(8) would fail to
run when upgrading using a CD.
The reason was that at the time sysmerge(8) would run (and gets its
sets), the CD would be unmounted. We are now taking a different approach
and get the (x)etc sets anyway according to whether base and/or xbase
was selected and put them under /tmp in the chroot.
This way whatever upgrade method is chosen, the sets will always be in
a consistent location.
ok krw@