Displaying 20 results from an estimated 10000 matches similar to: "installing updates in post kickstart"
2009 Jan 08
5
Update to Centos 5 anaconda kickstart %post bug?
Is there a process for finding status updates to open bugs within
Centos? The particular bug I am talking about is 0002329
http://bugs.centos.org/view.php?id=2329. This was assigned on
01-20-2008 and, as far as I can tell, there's been no action other than
it being acknowledged. I've also searched upstream with RHEL and FC and
I cannot seem to find a bug report there though complaints
2009 Jan 06
2
Mount CD ROM iso during kickstart postinstall
Mount CD ROM iso during kickstart postinstall
CentOS 5.2 i386
I''m doing a xen virtual machine installation from a DVD iso image with a kickstart file to set network and run scripts and such in the postinstall section.
During the installation the DVD iso is listed as device /tmp/cdrom and mounted on /mnt/source. Once the installation is done and the post install starts the /tmp/cdrom
2017 Jan 11
1
How to avoid "firstboot" in CentOS 7 kickstart
On Tue, 2017-01-10 at 16:02 -0600, Valeri Galtsev wrote:
> My question is: how do you avoid "firstboot" screen in latest CentOS
> 7.3
> kickstart.
> ...
> Here are relevant lines from my kickstart that I assume should have
> taken
> care of everything (in the order of their appearance, I dropped
> irrelevant
> lines):
>
> firstboot --disable
> eula
2017 Jan 11
3
How to avoid "firstboot" in CentOS 7 kickstart
On Wed, Jan 11, 2017 at 04:47:49AM +0000, Ian Mortimer wrote:
> On Tue, 2017-01-10 at 16:02 -0600, Valeri Galtsev wrote:
>
> > My question is: how do you avoid "firstboot" screen in latest CentOS
> > 7.3
> > kickstart.
> > ...
> > Here are relevant lines from my kickstart that I assume should have
> > taken
> > care of everything (in the
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your
interface enumeration was consistent after install with what you had
during install was to create a udev rules file using the mac addresses as
the key. It is easy to run a short script in postinstall to create it
based on how anaconda has seen them.
In order for this to work on Cent 6 you have to set biosdevname=0
2018 Jun 09
4
Custom ISO With Post Installation Scripts
Dear All
I have been working on a custom ISO with kickstart and a couple of post
installation scripts and would like to have the script run before the
login prompt.
The custom ISO works; however, the scripts fails because some of the
services, e.g. mariadb does not start before the server installation
has been completed and rebooted; therefore, I have been putting the
scripts in /etc/profile.d/
2010 Jan 12
2
kickstart %pre help on C5.4
Hey folks!
I'm doing some %pre work for the first time in a very long time, and
have been at this all day so far and still don't have anything sorted
out properly.
First I tried just doing some simple bash stuff like this
%pre
#!/bin/bash
# stuff
I reduced "stuff" down to basically a simple "select" statement to
echo and read input, just for the sake of debugging.
2015 Feb 25
2
Kickstart with multiple eth devices
<overly trimmed>
On 02/25/2015 01:56 PM, Ashley M. Kirchner wrote:
> Ok, so some of this now works, but I'm still having problems. With the
> bootif option, the system now correctly configures and uses the same
> interface to get its kickstart file. However, when the system is done and
> boots up, the interfaces are still messed up. So this is what I have in the
>
2010 Jun 08
2
Kickstart issue: 'dialog' doesn't work in %post, CentOS 5.5
Hi, all.
I'm trying to customize a CentOS installation cd, but got trouble with kickstart.
I want to use dialog[1] for command line based user interface, but it can't display correctly in kickstart with CentOS 5.5. Same ks file works with CentOS 5.3 (both i386 and x86_64).
What's the different between CentOS 5.3/5.5? I can't find it in release notes.
And how can i fix it?
Thanks
2015 Feb 25
2
Kickstart with multiple eth devices
Here is my script for post install if you want to try it.
In order for the shuffling to not occur you do need to create the udev
rules file somehow. I am not sure how mangled this will be in email but
it is worth a try. It should run OK with nothing else. I have a better
version in the works but the enhancements are mainly useful for Fedora
19-21.
I did forget to say I also block
2009 Sep 25
5
Centos 5.3 - kickstart configuration
Over the last couple of weeks, additional software was installed using the
package manager.
I would like to get a custom kickstart file created for our system. For
this, I would like to get complete list of software installed so they may be
add to the kickstart file package selection.
Can anyone tell me if this can be done? If it can, please give me
instructions?
Finally, where on
2010 Aug 17
2
When does %POST kick in in Kickstart?
Okay, this is really simple but because Google has deteriorated in quality over time, it's getting really hard to find straight forward answers.
Very simple; when does the %POST section of the Kickstart file kick in during the install process?
Before or after the first reboot?
Hopefully this gets picked up easy by the spiders...
-------------- next part --------------
An HTML attachment was
2015 Feb 25
4
Kickstart with multiple eth devices
Define out of order in this case just so I know for sure what you mean.
What my solution does, or at least does reliably in my case, is make sure
the interfaces are in the same order once installed as the install kernel
saw them. It won't re-order them to be sequential based on bus, mac or
driver. I am working on that but it will also include naming the devices
based on the module
2008 Feb 08
3
using nfs in kickstart post section
I am trying to mount an nfs drive in the post kickstart section.
I am getting an error on "service nfs start" about cannot register
service RPC
What do I need to start first?
jerry
2008 Mar 07
2
kickstart post section
Is there a way in the %post section of install to continue to have the
VT3 logging but also
log that to a file. Somehow using tee perhaps?
I have found --log=/tmp/post-install.log but then that shows nothing on VT3.
I would like to have both if possible. Log to VT and a file.
THanks,
Jerry
2008 Feb 06
2
kickstart %post not executed
Hi all,
I am trying to automate the provisioning of a few VM, dom0 CentOS5 - domU
CentOS4.5, the installation goes well but it completely ignores the %post
bit in the kickstart:
# Kickstart file for a generic VM
install
url --url http://server/mrepo/centos4-x86_64/disc1
cmdline
skipx
reboot
# Partition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang
2006 May 16
1
problems with kickstart %post and python/snack gui
Hi All,
I'm trying to migrate from Fedora Core 4 to a more stable linux deployment
of Centos 4.3. I'm using kickstart to do an automated installation of
minimal packages and then doing configuration in the %post section. I do
this by calling serveral custom system-config-local-* scripts that I have
written along with system-config-network-tui (aka netconfig).
The problem that I am
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1
64bit DomU with the default xen installed and the kickstart hangs at random
points during the install process. Sometimes retrieving the image, sometimes
formatting the filesystem, sometimes installing the packages,etc.
I tried upgrading to xen 3.2 and encounter the same problem before
rebuilding back to stock Centos 5.1
2011 Aug 31
2
Error installing latest CentOS kernel from %post section of kickstart
I'm running the command "yum -y update" from a script called from the the post section of my kickstart config file, and I get the following error:
Installing : kernel-2.6.32-71.29.1.el6.i686 185/378
grubby fatal error: unable to find a suitable template
After the install, if I log in to the system and remove that RPM and then re-install it with
2017 Aug 14
1
Custom kickstart post section on usb thumbdrive
Hi All,
I am attempting to create a custom USB drive for kickstart install.
I found this:
1. get the ISO file of CentOS 7
2. mount -o loop CentOS-7.0*.iso /mnt/
3. mkdir -p
/CentOS-7-ISO-respin/{CentOS-7-unpacked,CentOS-7-iso}
4. rsync -avz /mnt/ /CentOS-7-ISO-respin/RHEL-7-unpacked
5. put your kickstart file into