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:41]
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 40: 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 61: 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 102: Ligne 103:
   ntp   ntp
   ​   ​
-  # Paquetages non installé+  ​#### Paquetages non installé
   -rhnsd   -rhnsd
   -yum-updatesd   -yum-updatesd
Ligne 115: 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.1235731318.txt.gz · Dernière modification: 2018/09/06 19:00 (modification externe)