Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
informatique:linux:kickstart [2009/02/27 11:34] benoit |
informatique:linux:kickstart [2018/09/06 19:10] (Version actuelle) |
||
---|---|---|---|
Ligne 24: | Ligne 24: | ||
:!: Pour une installation par la réseau le CD distribution Linux avec ses RPMS doit être disponible par HTTP, FTP ou NFS. | :!: Pour une installation par la réseau le CD distribution Linux avec ses RPMS doit être disponible par HTTP, FTP ou NFS. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Ligne 38: | Ligne 43: | ||
| | ||
install | install | ||
- | #url --url http://10.1.252.23/depot/linux/rhel5.3-i386 | + | url --url http://10.0.0.2/depot/linux/rhel/el5_i386 |
- | url --url http://10.1.253.28/depot/linux/rhel/el5_i386 | + | |
lang fr_FR.UTF-8 | lang fr_FR.UTF-8 | ||
keyboard fr-latin9 | keyboard fr-latin9 | ||
Ligne 59: | Ligne 63: | ||
clearpart --drives=sda --all | clearpart --drives=sda --all | ||
part /boot --fstype ext3 --size=128 --asprimary | part /boot --fstype ext3 --size=128 --asprimary | ||
- | part / --fstype ext3 --size=1536 --asprimary | + | part / --fstype ext3 --size=1 --grow --asprimary |
part swap --size=256 --asprimary | part swap --size=256 --asprimary | ||
part /var --fstype ext3 --size=400 | part /var --fstype ext3 --size=400 | ||
part /tmp --fstype ext3 --size=200 | part /tmp --fstype ext3 --size=200 | ||
- | part /ap01 --fstype ext3 --size=1 --grow | ||
| | ||
key --skip | key --skip | ||
Ligne 70: | Ligne 73: | ||
| | ||
%packages | %packages | ||
- | # Paquetages installés | + | #### Paquetages installés |
+ | # Support de la langue francaise | ||
@ french-support | @ french-support | ||
e2fsprogs | e2fsprogs | ||
grub | grub | ||
- | postfix | + | # Client et Serveur SSH |
openssh | openssh | ||
openssh-clients | openssh-clients | ||
openssh-server | openssh-server | ||
+ | # MTA | ||
+ | postfix | ||
+ | # Outils de gestion des paquetages | ||
yum | yum | ||
- | strace | ||
- | screen | ||
yum-rhn-plugin | yum-rhn-plugin | ||
rhn-setup | rhn-setup | ||
+ | #Outils de monitoring | ||
+ | strace | ||
sysstat | sysstat | ||
- | subversion | ||
- | libstdc++ | ||
net-snmp | net-snmp | ||
net-snmp-utils | net-snmp-utils | ||
+ | # Installation Client Server X | ||
+ | xorg-x11-xauth | ||
+ | xorg-x11-fonts-Type1 | ||
+ | xterm | ||
+ | # Divers | ||
+ | screen | ||
+ | subversion | ||
+ | libstdc++ | ||
ntp | ntp | ||
| | ||
- | # Paquetages non installé | + | #### Paquetages non installé |
-rhnsd | -rhnsd | ||
-yum-updatesd | -yum-updatesd | ||
Ligne 103: | Ligne 116: | ||
-ypbind | -ypbind | ||
-yp-tools | -yp-tools | ||
- | + | | |
+ | %post | ||
==== Liens ==== | ==== Liens ==== | ||
* http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Installation_Guide-en-US/s1-kickstart2-options.html | * http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Installation_Guide-en-US/s1-kickstart2-options.html |