kickstart problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hey guys,

i have small problem. until now we have used rh9 kickstart in here,
but now i have to use fedora.
i made new kickstart files, and just exchanged the old vmlinuz and initrd with
the fedora PXE ones. booting from the network is fine, but just after this, the client
wants to download a updates.img file from my server. the file is not there, and there
is no such file in the core distribution.


here is my kickstart file, perhaps someone can help me

thanks

-andy

lang en_US
langsupport --default=en_US
keyboard de-latin1-nodeadkeys
mouse generic3ps/2
timezone Europe/Vienna
rootpw siena..
reboot
text
install
url --url ftp://192.168.70.50/pub/fedora/1/i386/os
bootloader --location=mbr
zerombr yes
clearpart --all --initlabel
part /boot --fstype ext3 --size 120 --asprimary
part / --fstype ext3 --size 1 --grow --asprimary
auth --useshadow --enablemd5 --enableldap --enableldapauth --ldapserver publicldap.int.fh-sbg.ac.at --ldapbasedn o=fh-sbg --enablecache


# network script
network --bootproto=static --ip=192.168.70.102 --netmask=255.255.255.255 --gateway=192.168.70.1 --nameserver=192.168.1.2 --device=eth0




firewall --disabled
#xconfig --depth=8 --resolution=640x480 --defaultdesktop=GNOME --startxonboot
xconfig --depth=32 --resolution=1024x768 --defaultdesktop=GNOME --startxonboot


%packages
@ X Window System
@ GNOME Desktop Environment
@ KDE Desktop Environment
@ Editors
@ Engineering and Scientific
@ Graphical Internet
@ Text-based Internet
@ Office/Productivity
@ Sound and Video
@ Graphics
@ Games and Entertainment
@ Authoring and Publishing
@ Server Configuration Tools
@ Web Server
@ Mail Server
@ Windows File Server
@ DNS Name Server
@ FTP Server
@ News Server
@ Network Servers
@ Development Tools
@ Kernel Development
@ X Software Development
@ GNOME Software Development
@ KDE Software Development
@ Administration Tools
@ System Tools
@ Printing Support
%post
chkconfig --level 12345 isdn off
chkconfig --level 2345 nscd on


mkdir /postinstall
/etc/init.d/portmap start
/etc/init.d/nfs start
mount 192.168.70.50:/kickstart/postinstall /postinstall
rpm -Uhv /postinstall/packages/*
rpm -Uhv ftp://updates.int.fh-sbg.ac.at/pub/yum/yum-2.0.4-1.noarch.rpm
cp -af /postinstall/system/* /
yum -y install anjuta
( cd / && tar xvf /postinstall/addons/studio.tar )
redhat-config-printer-tui --Ximport < /postinstall/scripts/settings.xml



--
--------------------------------------------------------
  andreas sartori
  system management
  information & network technologies
  redhat certified engineer
  fh salzburg fachhochschulgesellschaft mbh
  schillerstraße 30
  5020 salzburg austria
  tel. +43 662 4665 652 / fax 659
  http://www.fh-sbg.ac.at/int/




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux