similar to: kickstart editor

Displaying 20 results from an estimated 60000 matches similar to: "kickstart editor"

2007 Dec 28
1
kickstart editor
I thought there used to be a kickstart editor? I am on centos 5.1 and am not seeing one in the menus. Not even sure what the executable was called. Is there a package I no longer have installed? What is it called? Thanks, Jerry
2011 Jul 22
3
kickstart ksdevice in centos6
I have a line in my kickstart file (ksdevice) # Network information network --bootproto=dhcp --device=eth0 --onboot=on # Default network to boot ksdevice=eth0 # Auto reboot (to being next install faze) reboot However its still poping up and asking me eth0 or eth1 for install? Has this operation changed? Thanks, Jerry
2009 Apr 10
4
installing updates in post kickstart
I can do a yum update in my post kickstart (which is what I am doing now actually). However, I want to save network time at installations. If I copy down the files from centos/5.3/updates/x86_64/RPMS and place them in a directory local on my network, can I just "rpm -U /mnt/directory/updates/x86_64/RPMS*" in my post section? Assuming I have nfs mounted the directory of course...
2009 Jun 12
3
kickstart question
Hi all, I have a kickstart file that works for /dev/sda. I now need to detect an HP server and use /dev/cciss instead of hard coded /dev/sda. How can I detect what the name of the device is and use /dev/cciss and not /dev/sda? Jerry
2008 Feb 04
1
kickstart post install show in a window
Is there a way to get all the commands in the post install section from kickstart to show in a window on the X window screenas they are being executed? Jerry
2007 Mar 26
2
Disabling selinux at boot command prompt
I noticed in 4.92 there is no disabling selinux at install. It is now a firstboot option which then requires a reboot. Is there anyway to disable selinux at the boot install prompt so after the firstboot screens it wont reboot again? I presently install with "linux askmethod" so I can select NFS install. Thanks, Jerry
2011 Jul 21
8
nouveau driver one centos 6
I "wish" to not load the or even install the nouveau driver by default. I want to use the NVIDIA binary driver. I have tried a number of things: 1) in my kickstart package section add the line: -xorg-x11-drv-nouveau This did not work - it was still installed. 2) use the nvidia installer and it asks to create a modprobe.conf file to blacklist the driver. I said yes thats what I want.
2008 Apr 30
4
kickstart question
I have a couple lines like: part / --ondisk=sda --fstype ext3 --size=20000 --asprimary part swap --ondisk=sda --size=4000 --asprimary part /home --ondisk=sda --fstype ext3 --size=1 --asprimary --grow in my kickstart file. Is there a way to have 1 kickstart file that works for hda and sda both??? So I would like to have 1 kickstart file that works for either a hda
2011 Jul 18
2
Centos EL6 install issue
I am trying to install on a kvm virtual machine (host is C5). At some point it stops with install error about cyrus-sasl. I goto the /root/install.log in I have a number of errors about: Installing libstdc++ warning %post scriplet failed. exit status 127 Install zlib warning %post scriptlet failed. exit status 127 Install libxml2 warning %post scriplet failed. exit status 127 this continues for
2011 Jul 12
3
kickstart on 6
I am getting an error that "--depth does not take an option" on kickstart for 6.0 This is my line in kickstart (works for 5.0) xconfig --defaultdesktop=GNOME --depth=8 --resolution=640x480 --startxonboot Why would they change that or is it broken? Jerry
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w) this is what I get on standard 5.2 x86_64. hwclock --debug hwclock from util-linux-2.13-pre7 hwclock: Open of /dev/rtc failed, errno=19: No such device. No usable clock interface found. Cannot access the Hardware Clock via any known method. [root at devcentos5x64 src]# ls -l /dev/rtc crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc Any
2008 Sep 04
5
kickstart debug
I am trying to do some new things with kickstart. I get a message that pops up "Could not allocate requested partitions" press OK to reboot. How do you go about debugging the kickstart file? How can I pop up information (in text mode) on the screen??? so I can see my values for my partitions. THanks, Jerry
2009 Apr 28
2
new install and software raid
Is there a reason why after a software raid install (from kickstart) that md1 is always unclean. md0 seems fine. boot screen says md1 is dirty and cat /proc/mdstat show md1 as being rebuilt. Any ideas? Jerry --------------- my kickstart -------------- echo "bootloader --location=mbr --driveorder=$HD1SHORT --append=\"rhgb quiet\" " >
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 Feb 02
2
kiskstart question
Is there a way that using kickstart I can tell it once its done install to go right ahead and do a "yum update" Thanks, Jerry
2018 Aug 29
3
Kickstart file for software raid
I am using a kickstart file for CentOS 7 raid / --device=md0 --fstype="xfs" --level=1 --useexisting raid /home --noformat --device=md1 --level=1 --useexisting It is erroring out on the --useexisting. The exact text is: RAID volume "0" specified with "--useexisting" does not exist. What did I do wrong? Jerry
2008 Mar 28
3
questions on kickstart
I have 2 questions dealing with 2 different kickstart files. 1) my kickstart sections for RAID disk setup and kickstart reports it cannot find sda. Why is that. sda is there and works. clearpart --all --initlabel part raid.01 --asprimary --bytes-per-inode=4096 --fstype="raid" --onpart=sda1 --size=20000 part swap --asprimary --bytes-per-inode=4096 --fstype="swap"
2008 Feb 08
2
kickstart install NVIDIA binary driver
Hi all, I am wanting to add to my working kickstart post section grabbing the NVIDIA binary and installing it. I can grab the file thats not the problem. I can use the --x-module-path to pass to the binary installer... however, How do I get the correct module path, kernels are added the the yum update, and a new one comes along and wish to account for that. What is the correct way to know which
2009 Jan 21
1
combining kickstart and DVD on a USB thumbdrive
Hi all, I am trying to find information on taking a DVD of centos 5.2 x86_64 and putting it AND my kickstart file on a USB8G thumbdrive. Note - I am not INSTALLING linux on the USB disk just trying to make installation media for it. I am not taking just the bootdisk.img file to make the USB bootable but the entire DVD content on the USB and my kickstart files. I'd like to just be able to
2019 Jul 09
2
adding uefi to kickstart CentOS 7
I am trying to add an efi partition to my working kickstart file. bootloader --driveorder=sda --append="rhgb quiet biosdevname=0 net.ifnames=0" clearpart --all --initlabel part / --ondisk=sda --fstype xfs --size=20000 --asprimary part swap --ondisk=sda --size=4000 --asprimary part /boot/efi --ondisk=sda --fstype efi --size=1000 --asprimary part /home --ondisk=sda