On 03/15/10 09:55 AM, Alexander Eremin wrote: >> On 03/ 5/10 08:11 AM, Dave Miner wrote: >>> On 03/ 4/10 12:43 PM, Alexander Eremin wrote: >>>>> On 03/ 3/10 09:15 AM, Alexander Eremin wrote: >>>>>> Hi all, >>>>>> Please review the short fixes for: >>>>>> 13276 - live-fs-root needs to be more careful >> about >>>>> what USB device >>>>>> >>>>>> Webrev's available at >>>>> http://cr.opensolaris.org/~alhazred/13276/ >>>>>> >>>>> >>>>> In media-fs-root, wouldn't it make more sense to >> just >>>>> unmount and >>>>> continue (rather than exiting fatally), assuming >> that >>>>> we will find a USB >>>>> device with the right version? >>>>> >>>>> Dave >>>>> _______________________________________________ >>>>> caiman-discuss mailing list >>>>> caiman-discuss at opensolaris.org >>>>> >> http://mail.opensolaris.org/mailman/listinfo/caiman-di >>>>> scuss >>>> >>>> I've updated the fix to reflect the feedback from >> Dave. >>>> http://cr.opensolaris.org/~alhazred/13276/ >>>> >>> >>> Sorry I didn't spend more time thinking about this >> initially, but >>> there is one other thing about the fix that is >> somewhat a problem. >>> Hard-coding usage of the build number from >> /etc/release in the CD >>> volume ID is OK for development builds, but likely >> not what we want >>> for release builds. The reason is that this will >> cause the CD to be >>> displayed on the desktop as "OpenSolaris_134a" >> (using the expected >>> build for 2010.03 as the example), when we would >> prefer, from a >>> marketing/documentation point of view to have it >> display the release >>> name and not a build number; in other words, either >> "OpenSolaris >>> 2010.03" or maybe "OpenSolaris_2010.03" would be >> preferred for release >>> builds. Thoughts on how to modify to allow that? >>> >>> Dave >>> >> >> We can get more the marketing-friendly name for the >> .volumeid file from >> the grub title >> entry in the DC manifests. For development builds, >> the grub >> title entry will be the value from /etc/release. For >> release builds, RE >> defines the >> grub title entry in the manifest, the setup_grub.py >> finalizer script >> uses that >> value for the grub menu title instead of values from >> /etc/release. >> >> For the .volumeid file, if the special title is >> defined, that will be >> used. Otherwise, >> the string from /etc/release can be used. >> >> Thanks, >> >> --Karen >> >> _______________________________________________ >> caiman-discuss mailing list >> caiman-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/caiman-di >> scuss > > Karen, Dave, > could I please ask you to take a look at updated fix? >
Looks OK. Dave