Bug 34921 - kickstart sets ONBOOT var incorrectly
Summary: kickstart sets ONBOOT var incorrectly
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Matt Wilson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-05 20:50 UTC by hesselsp
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-05-04 18:54:51 UTC
Embargoed:


Attachments (Terms of Use)

Description hesselsp 2001-04-05 20:50:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.16-22 i686)


With this in my ks.cfg file:
network --bootproto static --ip 10.110.0.2 --netmask 255.255.255.192
--device eth1 --gateway 10.110.0.1 --hostname oops

After the installation is complete the configuration for eth1 is
ONBOOT="no".

Either kickstart should be able to specify this field, or the default
should be yes.

Reproducible: Always
Steps to Reproduce:
1. set up kickstart with the network options listed above
2. perform a kickstart install
3. reboot
	

Actual Results:  $ cat /etc/sysconfig/network-scripts/ifcfg-eth1|grep
ONBOOT
ONBOOT="no"

Expected Results:  $ cat /etc/sysconfig/network-scripts/ifcfg-eth1|grep
ONBOOT
ONBOOT="yes"

Its just annoying, thats all.

Comment 1 Brent Fox 2001-04-09 20:04:24 UTC
Matt, didn't you fix an issue related to this?

Comment 2 Matt Wilson 2001-04-09 20:12:10 UTC
i'm not sure that the next version will do anything different when it comes to
kickstart.



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