Displaying 7 results from an estimated 7 matches for "startxonboot".
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
2008 Apr 25
2
PXE / Kickstart / nfs ....
...eth0 ip=dhcp
=================================================================================
the kicstart file is:
# Kickstart file automatically generated by anaconda.
install
#reboot
#cdrom
text
lang en_US.UTF-8
keyboard uk
#xconfig --driver "vesa" --resolution 800x600 --depth 8 --startxonboot
xconfig --resolution 800x600 --depth 8 --startxonboot
network --device eth1 --bootproto dhcp
nfs --server 192.168.0.0 --dir /export/moonshine/
rootpw --iscrypted $1$71fLV/wH$V4OQNd6WZ32srMY60axN//
firewall --disabled
authconfig --enableshadow --enablemd5
selinux --disabled
timezone --utc Europe/Lon...
2006 Dec 25
2
Kickstart Questions
...all
cdrom
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
# what's this for? I found it in an example file.
# %include /tmp/netconfig
firewall --disabled
selinux --disabled
# what's this for? Also found in example file.
%include /tmp/authconfig
# xconfig --startxonboot
# #####Question: Do I just leave this 'xconfig' statement out
completely since I dont run X?
timezone --utc America/Los_Angeles
bootloader --location=mbr --append="rhgb quiet"
######################################################################
## DISK CONFIGURATION
# Partit...
2008 Aug 16
0
kickstart and 5.2 x86_64 giving errors.
...DDR=52:54:00:12:34:56
ONBOOT=yes
------------------
# Kickstart file automatically generated by anaconda.
auth --useshadow --enablemd5
install
cdrom
lang en_US.UTF-8
langsupport --default en_US.UTF-8 en_US.UTF-8
# Clear the Master Boot Record
zerombr
firstboot --disabled
keyboard us
xconfig --startxonboot
network --device eth0 --bootproto dhcp --hostname MessageNet.msgnet.com
rootpw mnkickstart
firewall --enabled --http --ssh --smtp
authconfig --enableshadow --enablemd5
selinux --disabled
timezone --utc America/Indiana/Indianapolis
%include /tmp/partition-information
%pre
#!/bin/sh
##? generic? sc...
2008 Apr 22
5
Kickstart network settings problem
I would like one of my kickstart scripts to prompt for disk and
networking only. Commenting out the disk and network settings makes the
installer prompt for disk settings but not for network settings, they
default to DHCP. Any idea's how to fix this?
Thanks
Dean
2006 Jul 28
4
Kickstart from floppy falling into regular install
I took my anaconda-ks.cfg file, cp to ks.cfg and copied to a floppy
The isos have been copied to an ftp server. So I had the following
lines in my ks.cfg
intall
url ftp://10.1.1.1// (yes the ftp server's directory is the Centos
directory)
This is along with all the appropriate network command to get the
ethernet setup.
I issue the linux ks=floppy (also tried linux
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ?
I am using centos 5.2, and i have been doing net installs (pxe) for a
while in console mode...
--
Test <test at remedial-teacher.nl>