Bugzilla – Attachment 94889 Details for
Bug 141461
partitioner changes for PegasosPPC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
yast2-storage.amiga.cyl1.patch
yast2-storage.amiga.cyl1.patch (text/plain), 985 bytes, created by
Olaf Hering
on 2006-08-01 09:50:40 UTC
(
hide
)
Description:
yast2-storage.amiga.cyl1.patch
Filename:
MIME Type:
Creator:
Olaf Hering
Created:
2006-08-01 09:50:40 UTC
Size:
985 bytes
patch
obsolete
>Start at cylinder 1 on a disk with an empty amiga partition table. >tested on a mac: > >nst-sys:~ # /usr/sbin/parted -s /dev/sda unit cyl mkpart primary hfs 0 5 >Warning: You requested a partition from 0cyl to 5cyl. >The closest location we can manage is 1cyl to 4cyl. Is this still acceptable to you? > >Needs testing on a real pegasos board. > >--- > libstorage/src/Disk.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >Index: yast2-storage-2.14.2/libstorage/src/Disk.cc >=================================================================== >--- yast2-storage-2.14.2.orig/libstorage/src/Disk.cc >+++ yast2-storage-2.14.2/libstorage/src/Disk.cc >@@ -2042,7 +2042,7 @@ int Disk::doCreate( Volume* v ) > y2milestone( "corrected end from %lu to max %lu", end, maxc ); > end = maxc; > } >- if( start==0 && label == "mac" ) >+ if( start==0 && (label == "mac" || label == "amiga") ) > start = 1; > cmd_line << start << " " << end; > if( execCheckFailed( cmd_line.str() ) )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 141461
:
94888
| 94889 |
99624
|
99625
|
99626
|
99718