Karen Tung wrote: > Hi, > > Can I get 2 reviewers for the changes for bug 4293. > > 4293: x86.microroot seems larger than it needs to be > http://defect.opensolaris.org/bz/show_bug.cgi?id=4293 > > webrev: > http://cr.opensolaris.org/~ktung/4293_fix >
I have to say that I was assuming the fix for opt would be simpler: just make opt in the root archive a symlink to /mnt/misc/opt. We have no reason to need to write within it, which is needed with some directories in var and etc, and why they use per-file symlinks. It would also be somewhat smaller since we'd be skipping a ton of symlinks. bootroot_configure, 277: comment needs update to match code Dave