Browse Source

create VMFS

main
Nicolas Massé 5 years ago
parent
commit
e28458e421
  1. 3
      vsphere/itix-ks.cfg

3
vsphere/itix-ks.cfg

@ -25,6 +25,9 @@ reboot --noeject
# Specifies script to run after ESXi is installed on first boot # Specifies script to run after ESXi is installed on first boot
%firstboot --interpreter=busybox %firstboot --interpreter=busybox
# Create a VMFS on the second local drive
partition LocalDS --onfirstdisk=local
# Enable TSM & SSH # Enable TSM & SSH
vim-cmd hostsvc/enable_ssh vim-cmd hostsvc/enable_ssh
vim-cmd hostsvc/start_ssh vim-cmd hostsvc/start_ssh

Loading…
Cancel
Save