Citrix Systems Server 4.2 Manuel d'utilisateur Page 157

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 194
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 156
Example Ubuntu 12.04 Kickstart File
149
# SELinux
#selinux --enforcing
selinux --permissive
# Services running at boot
services --enabled network,sshd
services --disabled sendmail
# Disable anything graphical
skipx
text
# Set up the disk
zerombr
clearpart --all
part / --fstype=ext4 --grow --size=1024 --asprimary
#part swap --size=512 # lets do no swap partition for now
bootloader --location=mbr --timeout=5
# Shut down when the kickstart is done
reboot
# Minimal package set
%packages --excludedocs --nobase
@Core
%end
# Nothing for now.
#%post
#%end
11.3.20. Example Ubuntu 12.04 Kickstart File
#/var/lib/cobbler/kickstarts/lucid.ks
#System language
lang en_US
#Language modules to install
langsupport en_US
#System keyboard
keyboard us
#System mouse
Vue de la page 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 193 194

Commentaires sur ces manuels

Pas de commentaire