[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: %post
- From: "Martinez, Carlos R" <Carlos R Martinez schwab com>
- To: "'kickstart-list redhat com'" <kickstart-list redhat com>
- Subject: RE: %post
- Date: Thu, 16 Jan 2003 11:26:07 -0800
Them email reflects "-" it is actually "--"....
-----Original Message-----
From: Bodle, Donald E [mailto:donald_bodle reyrey com]
Sent: Thursday, January 16, 2003 12:18 PM
To: 'kickstart-list redhat com'
Subject: RE: %post
Then again, it could be that your syntax is wrong. It's "--level" not
"-level"
Donald E. Bodle, Jr.
Sr. Systems Integration Engineer
Platform Development
The Reynolds and Reynolds Co.
(937) 485-1954
-----Original Message-----
From: Taylor, ForrestX [mailto:forrestx taylor intel com]
Sent: Thursday, January 16, 2003 11:59 AM
To: kickstart-list redhat com
Subject: Re: %post
Martinez, Carlos R wrote:
> What is the appropriate way to change xinetd settings in the %post
> section of the ks.cfg file? I've tried many things and can't seem to
> make it work. I'm currently executing:
>
>
>
> %post -nochroot
>
>
>
> /sbin/chkconfig -level 345 telnet on
>
>
>
> I get errors with "no such file or directory". Any help is appreciated.
Drop the nochroot. You want the chroot environment to make changes to
your system.
%post
/sbin/chkconfig telnet on
will work.
Forrest
--
_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://listman.redhat.com/mailman/listinfo/kickstart-list
_______________________________________________
Kickstart-list mailing list
Kickstart-list redhat com
https://listman.redhat.com/mailman/listinfo/kickstart-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]