1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# Kickstart file automatically generated by anaconda.
install
cdrom
lang fr_FR.UTF-8
langsupport --default=fr_FR.UTF-8 fr_FR.UTF-8
keyboard fr-latin1
xconfig --videoram 16384 --hsync 31.0-81.0 --vsync 56.0-75.0 --resolution 1280x1024 --depth 24 --startxonboot --defaultdesktop gnome
network --device eth0 --bootproto static --ip 192.168.8.92 --netmask 255.255.255.0 --gateway
network --device eth1 --bootproto static --ip 100.108.14.100 --netmask 255.255.255.0 --gateway
firewall --disabled
selinux --disabled
authconfig --enableshadow --enablemd5
timezone --utc Etc/UTC
bootloader --location=mbr --append="selinux=0 rhgb quiet"
# 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
#part /boot --fstype ext3 --onpart hda1
#part / --fstype ext3 --onpart hda3
#part swap --onpart hda2
#part /var --fstype ext3 --onpart hdb1
#part /home --fstype ext3 --onpart hdb2
#part /usr --fstype ext3 --onpart hda5
#part /tmp --fstype ext3 --onpart hda6
#part /opt --fstype ext3 --onpart hdb3
%packages
@ french-support
@ server-cfg
@ editors
@ admin-tools
@ system-tools
@ base-x
@ gnome-desktop
#[ETC....] |
Partager