Outils pour utilisateurs

Outils du site


informatique:linux:kickstart

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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:40]
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 39: 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 60: 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 91: Ligne 93:
   net-snmp   net-snmp
   net-snmp-utils   net-snmp-utils
 +  # Installation Client Server X
 +  xorg-x11-xauth
 +  xorg-x11-fonts-Type1
 +  xterm
   # Divers   # Divers
   screen   screen
Ligne 97: Ligne 103:
   ntp   ntp
   ​   ​
-  # Paquetages non installé+  ​#### Paquetages non installé
   -rhnsd   -rhnsd
   -yum-updatesd   -yum-updatesd
Ligne 110: 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
informatique/linux/kickstart.1235731225.txt.gz · Dernière modification: 2018/09/06 19:00 (modification externe)