View | Details | Raw Unified | Return to bug 141461
Collapse All | Expand All

(-)yast2-storage-2.14.2/libstorage/src/Disk.cc (-1 / +1 lines)
Lines 2042-2048 int Disk::doCreate( Volume* v ) Link Here
2042
		y2milestone( "corrected end from %lu to max %lu", end, maxc );
2042
		y2milestone( "corrected end from %lu to max %lu", end, maxc );
2043
		end = maxc;
2043
		end = maxc;
2044
		}
2044
		}
2045
	    if( start==0 && label == "mac" )
2045
	    if( start==0 && (label == "mac" || label == "amiga") )
2046
		start = 1;
2046
		start = 1;
2047
	    cmd_line << start << " " << end;
2047
	    cmd_line << start << " " << end;
2048
	    if( execCheckFailed( cmd_line.str() ) )
2048
	    if( execCheckFailed( cmd_line.str() ) )

Return to bug 141461