Bug 147885 - incorrect default parition options for ia64 kickstart profile
Summary: incorrect default parition options for ia64 kickstart profile
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/Web Site
Version: RHN Devel
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Shannon Hughes
QA Contact: Max Spevack
URL: https://rhn.webdev.redhat.com/network...
Whiteboard:
Depends On:
Blocks: 135460
TreeView+ depends on / blocked
 
Reported: 2005-02-12 01:35 UTC by Jason Connor
Modified: 2014-03-31 01:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-18 14:53:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Jason Connor 2005-02-12 01:35:12 UTC
Description of problem:
partitioning for ia64 in kickstart profile options defaults to:
partition /boot --fstype=fat --size=50
partition swap --size=1000 --grow --maxsize=2000
partition / --fstype=ext3 --size=700 --grow

should be:
partition /boot/efi --fstype=fat --size=100
partition swap --size=1000 --grow --maxsize=2000
partition / --fstype=ext3 --size=700 --grow


Version-Release number of selected component (if applicable):


How reproducible:
always (current defaulr)

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
the fat partition needs be mounted on /boot/efi
the fat partition should be 100mb (my bad)

Comment 1 Jason Connor 2005-02-18 14:53:25 UTC
actually, this has been fixed...
i filed the bug friday night and shannon fixed it monday morning


Note You need to log in before you can comment on or make changes to this bug.