Bug 55805 - Will not create partitions based on what is in ks.cfg file
Summary: Will not create partitions based on what is in ks.cfg file
Keywords:
Status: CLOSED DUPLICATE of bug 55806
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.1
Hardware: alpha
OS: Linux
high
high
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-06 22:03 UTC by Need Real Name
Modified: 2005-10-31 22:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-11-06 22:03:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-11-06 22:03:12 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686)

Description of problem:
anaconda will not create partitions on redhat 7.1 alpha server based on
what is defined in the ks.cfg file.  It will drop you to manual
partitioning using fdisk or disk druid.  

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


How reproducible:
Always

Steps to Reproduce:
1. create ks.cfg 
2. start this on alpha system

Expected Results:  auto partitioning of hard drives

Additional info:

ks.cfg file attached

lang en_US
keyboard us
mouse none
timezone --utc America/Los_Angeles
cdrom
network --bootproto static  --ip 192.168.2.250  --netmask 255.255.255.0 
--gateway 192.168.2.1  --nameserver 192.168.2.5
auth --useshadow --enablemd5

firewall --disabled
zerombr no
clearpart --all
part / --size 4000
part swap --size 1000
part /var --size 10 --grow
install

%packages
@Base
@Mail/WWW/News Tools
@Networked Workstation
@NFS Server
@IPX/Netware(tm) Connectivity
@SMB (Samba) Server

Comment 1 Need Real Name 2001-11-06 22:35:29 UTC

*** This bug has been marked as a duplicate of 55806 ***


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