Displaying 20 results from an estimated 25 matches for "skipx".
Did you mean:
skip
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 en_GB.UTF-8
langsupport en_GB.UTF-8
timezone --utc GMT
mouse none
# Network information
network --device eth0 --bootproto dhcp
# Security bits
authconfig --enableshadow --enablemd5 --enableca...
2013 Oct 08
2
C6: kickstart problems with additional repo
...e of our webservers.
If I add the repo line, anaconda asks then for the used network card and
indeed, switching to console the interfaces are still unconfigured.
Chosing eth0 in gui continues the installation!
This is the relevant part of ks.cfg
install
cdrom
lang de_DE.UTF-8
keyboard de-latin1
skipx
network --onboot yes --device eth0 --bootproto static
--ip=192.168.200.28 --netmask=255.255.255.0 --gateway=192.168.200.1
--nameserver=192.168.200.9
--noipv6
network --onboot no --device eth1 --bootproto static --noipv6
network --onboot no --device eth2 --bootproto static --noipv6
repo --name=v...
2006 Mar 14
8
PXE boot, Kickstart NFS install and %include...
I was just wondering how (or indeed if) people use the %include
directive in Kickstart configuration files when building systems via
NFS. I've been trying to modularise our Kickstart files a little to
make things more readable, having generic defaults and role specific
stuff split out into separate configs.
I've tried this configuration...
[root at archive kickstart]# cat
2005 Jan 15
1
Guide to stripping Centos 3
...sible
#
install
lang en_US.UTF-8
langsupport --default en_US.UTF-8 en_US.UTF-8
keyboard us
mouse genericwheelps/2 --device psaux
url --url ftp://10.16.33.105/pub/install/ftpinstall
# xconfig --card "RIVA128" --videoram 4096 --hsync 31.5-35.1 --vsync 50-61
--resolution 1280x800 --depth 24
skipx
network --device eth0 --bootproto dhcp
# rootpw --iscrypted <elided>
firewall --disabled
# not yet in RHEL 3
# selinux --disabled
authconfig --enableshadow --enablemd5
timezone America/New_York
bootloader --location=mbr
# --append hdb=ide-scsi
# The following is the partition informatio...
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2006 Sep 28
4
Trimming the fat out of a Centos 4.4 Installation
Hi, just to avoid re-inventing the wheel, is there any document that
can help me reduce even further a "minimum" installation of Centos 4.4
(BTW can you say 600mb is minimum)?
I am in the process of creating a small Centos-4.4-based Asterisk box
and I need to boot it from a CF card. Deleting useless packages will
help me do what i want.
Example: even a minimum install of Centos 4.4 (or
2005 Aug 10
1
additional boot options with older Compaq 1850R and DL360 and DL380 units
greetings
does the list at this url cover *all* options or are there some hidden or
newer ones by chance?
http://www.centos.org/docs/4/html/rhel-ig-x8664-multi-en-4/ap-bootopts.html
i am playing with CentOS 4 on some Compaq dual PIII hardware. The first unit
is an 1850R with dual 500Mhz. If you need more info please let me know. it
is a basic unit with raid controller and a Gig of DRAM etc.
2011 Jul 25
0
pxe booting questions
...ackages
that reside on the disc2 of the centos install (All discs have been verified
as working
via sha an md5 checksums).
url --url=http://mrepo/mrepo/centos6-x86_64/disc1
repo --name=os --baseurl=http://mrepo/mrepo/centos6-x86_64/RPMS.os
selinux --permissive
install
lang en_US.UTF-8
keyboard us
skipx
rootpw
firewall --disabled
authconfig --enableshadow --enablemd5
%packages
redhat-lsb
rubygems
puppet
%end
Thanks.
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110725/93caacae/attachment-0001.htm...
2011 Jul 29
1
Kickstart and CentOS 6 episode 2...
...confirminstall does not exist
? step complete does not exist? (14 times)
Then it seem to do the step setuptime correctly.
And then it goes into stepcleardiskssel and fails.
Found an old bug about it, but not much info...
https://bugzilla.redhat.com/show_bug.cgi?id=565873
My kickstart:
? cmdline
? skipx
? install
? harddrive --partition=sdb2 --dir=/centos
? keyboard fr-pc
? lang en_US
? timezone? Europe/Paris
? reboot
? logging --level=info
? #ignoredisk --only-use=sda
? part /boot? --onpart sda1 --noformat
? part /????? --onpart sda2 --noformat
? part swap ? --onpart sda3 --noformat
? part /usr??...
2010 Jun 08
2
Kickstart issue: 'dialog' doesn't work in %post, CentOS 5.5
...oth 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 very much. :)
My ks file:
# ==========
install
cdrom
key --skip
auth --useshadow --enablemd5
keyboard us
lang en_US
logging --level=debug
selinux --disabled
skipx
timezone Asia/Hong_Kong
text
services --enabled=network
bootloader --location=mbr
zerombr
clearpart --all --initlabel
rootpw --iscrypted $1$h7EtIFv4$R9JQ4aCOVN7E9ml3A2SXv.
firstboot --disable
network --onboot=yes --bootproto=dhcp --hostname='iredos.iredmail.org'
part swap --bytes-per-inode...
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated.
I normally create my VMs like this:
base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"
sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x "ks=http://xxx.os21.ks$kx"
HOWEVER... I'm finding that my VMs dont boot after i
2002 Aug 08
0
PXE Question....
.../os/i386
part /boot --fstype ext3 --onpart sda2
part / --fstype ext3 --onpart sda5
part swap --onpart sda6
part swap --onpart sda7
network --bootproto static --ip 10.0.111.34 --netmask 255.255.255.0
--gateway 10.0.111.9 --nameserver 10.0.115.22
auth --useshadow --enablemd5
firewall --disabled
skipx
%packages
%pre
echo "------------------"
echo "PRE INSTALL PHASE"
echo "------------------"
# Mount our admin directory over NFS
mkdir /mnt/admin
mount -t nfs 192.168.104.97:/tftpboot/redhat/admin /mnt/admin
# Pre KS config., a.o. disk lay-out
/mnt/admin/...
2008 Sep 27
2
Why i can't configure network and hostname with this kickstart file?
...information
#auth --useshadow --enablemd5
# System keyboard
#keyboard us
# System language
#lang en_US
# Installation logging level
#logging --level=info
#logging --level=debug
# Installation method.
#cdrom
# SELinux configuration
#selinux --disabled
# Do not configure the X Window System
#skipx
# System timezone
#timezone Asia/Hong_Kong
# Install OS instead of upgrade
#install
# Configures network information for the system.
#network --bootproto=dhcp
# -------------------
# ---- Test only ----
# -------------------
# Use graphical/text install
graphical
# System bootloader configura...
2014 Apr 22
2
Re: "virt-install" source location boot disk
...--bootproto dhcp --noipv6
timezone --utc America/New_York
rootpw --iscrypted
$6$9bRPXTZZMy0FNl2A$lgY.MS3pZ.0PVg4o3AQeJOydPwGVphdKT07tHlJUmdoRTz4UQQ/L54ny0QHkdubMquqkr4jw37DxmM0FL5kRn1
selinux --enforcing
authconfig --enableshadow --passalgo=sha512
firewall --service=ssh
#Disable graphical stuff
skipx
#text
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
# Uncommented by j
zerombr
clearpart --all
autopart
#ip=192.168.122.99
network --bootproto=sta...
2009 Jun 05
4
Server Build Example
I'm coming from the Fedora arena and I want to build, what I would call, a
production server. I'm to the point where I don't want to upgrade every
6-months. I'm running Oracle DB 11g, a Tomcat/JBoss hybrid application
server, and several other server type functions.
Is there an example of building a server that boots into init3?
Thanks,
Gene Poole
-------------- next part
2016 Aug 23
3
Kickstart issue with UEFi
...d layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=dhcp --device=enp0s31f6 --ipv6=auto --activate
network --hostname=localhost.localdomain
# Root password
rootpw --iscrypted
# Do not configure the X Window System
skipx
# System timezone
timezone Australia/Sydney
# System bootloader configuration
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
autopart --type=lvm
# Partition clearing information
clearpart --all --initlabel --drives=sda,sdb
%packages
@core
kexec-tools
%end
%addo...
2016 Aug 22
2
Kickstart issue with UEFi
On Sun, 21 Aug 2016 at 12:51 Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 08/19/2016 11:35 PM, Phil Manuel wrote:
> > The install fails under UEFi due to the fact the partitions are not
> cleared, and it doesn?t have any space to continue. Is there an extra step
> I need to do to remove the original partitions before the new layout will
> work ?
>
>
>
2010 Dec 28
1
Kickstart Network Configuration Issues
...ader --location=mbr
zerombr
clearpart --all --initlabel
text
firewall --enabled --port=22:tcp
firstboot --disable
keyboard us
lang en_US
logging --level=info
url --url=http://mirror.nexcess.net/CentOS/5.5/os/x86_64/
reboot --eject
rootpw --iscrypted xx
selinux --enforcing
skipx
timezone --isUtc America/Detroit
install
part /boot --bytes-per-inode=4096 --fstype="ext3" --size=512 --ondisk=sda
part swap --bytes-per-inode=4096 --fstype="swap" --size=2048 --ondisk=sda
part / --bytes-per-inode=4096 --fstype="ext3" --grow --size=1 --ondis...
2017 Nov 23
0
Cluster installation CentOS 7.4 network problems
...e-daemon-too
Does any body of you discovered similar problems?
This is what my provisioning template / kickstart template looks like:
install
url --url http://mirror.centos.org/centos/7.4.1708/os/x86_64
--proxy=http://proxy.uni-leipzig.de:3128
lang en_US.UTF-8
selinux --enforcing
keyboard de
skipx
network --bootproto dhcp --hostname galaxy110.sc.uni-leipzig.de
--device=somemacaddress
rootpw --iscrypted foo
firewall --service=ssh
authconfig --useshadow --passalgo=SHA256 --kickstart
timezone --utc Europe/Berlin
services --disabled
gpm,sendmail,cups,pcmcia,isdn,rawdevices,hpoj,bluetooth,open...
2011 Aug 14
4
Kickstart installation error
...ap --size 1987
part / --fstype ext3 --size 1 --grow
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=dhcp --device=eth0
#Firewall configuration
firewall --disabled
#SELinux configuration
selinux --disabled
#Do not configure XWindows
skipx
#Package install information
%packages --resolvedeps
@ gnome-desktop
@ kde-desktop
@ editors
@ engineering-and-scientific
@ graphical-internet
@ text-internet
*[root at localhost ~]# cat /etc/dhcpd.conf*
ddns-update-style interim;
ignore client-updates;
subnet 192.168.0.0 netmask 2...