From 5c8d1e9da35f9c6805216ce47f9ed7c09cc60da5 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/rh/kvm.tmpl --- xCAT-server/share/xcat/install/rh/kvm.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/install/rh/kvm.tmpl b/xCAT-server/share/xcat/install/rh/kvm.tmpl index 39d7f2870..f18d88c54 100644 --- a/xCAT-server/share/xcat/install/rh/kvm.tmpl +++ b/xCAT-server/share/xcat/install/rh/kvm.tmpl @@ -13,7 +13,7 @@ network --bootproto dhcp #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# -# For KVM to install properly you need to install other packages from +# For KVM to install properly you need to install other packages from # another installation repository. Usually we create a directory: # /install/xcat with all of the xCAT rpms in there. Then after doing # mklocalrep your machine that is installing can get these. An example: @@ -43,7 +43,7 @@ key --skip #No RAID #/boot really significant for this sort of setup nowadays? #part /boot --size 50 --fstype ext3 -part swap --size 1024 +part swap --size 1024 part / --size 1 --grow --fstype ext3 #XCAT_PARTITION_END# @@ -128,7 +128,7 @@ skipx # # perl -e 'print crypt("blah","Xa") . "\n";'p # openssl passwd -apr1 -salt xxxxxxxx password -# +# # where "blah" is your root password. # #rootpw --iscrypted XaLGAVe1C41x2 @@ -136,7 +136,7 @@ skipx rootpw --iscrypted #CRYPT:passwd:key=system,username=root:password# # -# NIS setup: auth --enablenis --nisdomain sensenet +# NIS setup: auth --enablenis --nisdomain sensenet # --nisserver neptune --useshadow --enablemd5 # # OR