From 69578ec306b33314cc57d8d1bdc175df0b2f9ff2 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl --- xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl b/xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl index ee2bb0cd1..5b5513a7c 100644 --- a/xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl +++ b/xCAT-server/share/xcat/install/esx/base.esxi4.1.tmpl @@ -8,7 +8,7 @@ vmaccepteula rootpw --iscrypted #CRYPT:passwd:key=vmware,username=root:password# # clear all partitions. -clearpart --alldrives --overwritevmfs +clearpart --alldrives --overwritevmfs # Choose the first disk (in channel/target/lun order) to install onto autopart --firstdisk --overwritevmfs @@ -18,7 +18,7 @@ install url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE # Set the network to DHCP on the first network adapter #network --bootproto=dhcp --device=vmnic0 -network --bootproto=dhcp +network --bootproto=dhcp # reboot automatically when we're done. reboot