Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290598 Details for
Bug 427118
on Alpha, autopart.py needs to leave space for the bootstrap
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
on Alpha, leave some space for the bootstrap install
anaconda-alpha-autopart.patch (text/plain), 639 bytes, created by
Jay Estabrook
on 2007-12-31 23:19:02 UTC
(
hide
)
Description:
on Alpha, leave some space for the bootstrap install
Filename:
MIME Type:
Creator:
Jay Estabrook
Created:
2007-12-31 23:19:02 UTC
Size:
639 bytes
patch
obsolete
>diff -uNr anaconda/autopart.py.orig anaconda/autopart.py >--- anaconda/autopart.py.orig 2005-10-25 01:56:10.000000000 +0400 >+++ anaconda/autopart.py 2005-10-26 00:17:42.000000000 +0400 >@@ -389,6 +389,11 @@ > disk = freespace.disk > > startSec = freeStartSec >+ >+ # For alpha reserve space at the begining of disk >+ if rhpl.getArch() == "alpha" and startSec < long((1024L * 1024L)/disk.dev.sector_size): >+ startSec = long((2 * 1024L * 1024L)/disk.dev.sector_size) >+ > endSec = startSec + long(((request.requestSize * 1024L * 1024L) / disk.dev.sector_size)) - 1 > > if endSec > freeEndSec:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427118
: 290598