Chameleon

Chameleon Commit Details

Date:2010-10-12 04:44:07 (13 years 6 months ago)
Author:Azimutz
Commit:592
Parents: 591
Message:Disable the "limit to foreign partitions" when hiding, got no foreign partitions to hide, for test purposes. And really, why only foreign? :)
Changes:
M/branches/azimutz/Chazi/i386/libsaio/disk.c

File differences

branches/azimutz/Chazi/i386/libsaio/disk.c
16061606
16071607
16081608
1609
1609
1610
16101611
1612
1613
16111614
1612
1615
16131616
16141617
16151618
)
newBVR->visible = true;
/* Looking for "Hide Partition" entries in 'hd(x,y)|uuid|"label" hd(m,n)|uuid|"label"' format
/*
* Looking for "Hide Partition" entries in 'hd(x,y)|uuid|"label" hd(m,n)|uuid|"label"' format,
* to be able to hide foreign partitions from the boot menu.
*
* Azi: disable the limit to foreign partitions.
*/
if ( (newBVR->flags & kBVFlagForeignBoot) )
if ( (newBVR->flags/* & kBVFlagForeignBoot*/) )
{
char *start, *next = val;
long len = 0;

Archive Download the corresponding diff file

Revision: 592