greetings.
need to create a kick start file from an already installed system so that i can reinstall system without having to go thru all the package selections.
system also has packages install from other sources.
read the centos wiki pages for kick start files, did not find info for such. either it is not there or i missed it.
tia.
On Dec 23, 2016, at 7:50 PM, geo.inbox.ignored geo.inbox.ignored@gmail.com wrote:
system also has packages install from other sources.
read the centos wiki pages for kick start files, did not find info for such. either it is not there or i missed it.
If you mean other Yum repositories, you need to add them using the “repo” syntax, as described here:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm... https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
-- Jonathan Billings billings@negate.org
On 12/23/2016 07:15 PM, Jonathan Billings wrote:
On Dec 23, 2016, at 7:50 PM, geo.inbox.ignored geo.inbox.ignored@gmail.com wrote:
system also has packages install from other sources.
read the centos wiki pages for kick start files, did not find info for such. either it is not there or i missed it.
If you mean other Yum repositories, you need to add them using the “repo” syntax, as described here:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm...
}}
yes. the link seems to be what i am looking for. seems, because i did a quick skim of what is there. also back up to start of Chapter 32. Kickstart Installations so i can read all of what is written on kickstart.
any hints beyond what is there?
thank you for replying. greatly appreciated.
-- Jonathan Billings billings@negate.org
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On 12/24/2016 03:28 AM, Peter wrote:
On 24/12/16 16:11, geo.inbox.ignored wrote:
any hints beyond what is there?
yum install yum-utils
}}
already installed.
show-installed -f kickstart
}}
will read 'man show-installed' to see what it is about.
thank you for your reply. appreciated.
On 25/12/16 04:17, geo.inbox.ignored wrote:
will read 'man show-installed' to see what it is about.
It shows what packages and groups you would need to install, and/or exclude to re-create the packages on your system. -f kickstart tells it to output in kickstart %package section format, so you can quite literally copy and paste the output into your kickstart file.
Peter
On 12/24/2016 04:35 PM, Peter wrote:
On 25/12/16 04:17, geo.inbox.ignored wrote:
will read 'man show-installed' to see what it is about.
It shows what packages and groups you would need to install, and/or exclude to re-create the packages on your system. -f kickstart tells it to output in kickstart %package section format, so you can quite literally copy and paste the output into your kickstart file.
}}
ok. thanks for info.
been busy with some 'put off' chores, almost finished.
hopefully i will get back to kickstart setup before tomorrow ends.
On 12/23/2016 09:11 PM, geo.inbox.ignored wrote:
On 12/23/2016 07:15 PM, Jonathan Billings wrote:
On Dec 23, 2016, at 7:50 PM, geo.inbox.ignored geo.inbox.ignored@gmail.com wrote:
system also has packages install from other sources.
read the centos wiki pages for kick start files, did not find info for such. either it is not there or i missed it.
If you mean other Yum repositories, you need to add them using the “repo” syntax, as described here:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/htm...
}}
yes. the link seems to be what i am looking for. seems, because i did a quick skim of what is there. also back up to start of Chapter 32. Kickstart Installations so i can read all of what is written on kickstart.
any hints beyond what is there?
thank you for replying. greatly appreciated.
}}
after looking thru above guide, it hit me that my search was improper.
tried search again using single word 'kickstart'.
a big diff.
best of which;
https://geekpeek.net/kickstart-file-centos/
shows step by step instructions with graphics of the 'kickstart configurator'.
much better then what the red hat and centos instructions show, and all contained on 1 page. ;=)
again, thanks for your help. you put me in right direction and correct spelling.