View | Details | Raw Unified | Return to bug 36917 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/usr.sbin/sysinstall/disks.c (-1 / +4 lines)
Lines 528-534 Link Here
528
	
528
	
529
	case 'S':
529
	case 'S':
530
	    /* Set Bootable */
530
	    /* Set Bootable */
531
	    chunk_info[current_chunk]->flags |= CHUNK_ACTIVE;
531
	    if (chunk_info[current_chunk]->flags & CHUNK_ACTIVE)
532
		chunk_info[current_chunk]->flags &= ~CHUNK_ACTIVE;
533
	    else
534
		chunk_info[current_chunk]->flags |= CHUNK_ACTIVE;
532
	    break;
535
	    break;
533
	
536
	
534
	case 'U':
537
	case 'U':

Return to bug 36917