From 7ca95b622ad42badb3ef0f1b540d912f79dab360 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-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 --- xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 index dc971b285..f1d0a794e 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100 @@ -1,11 +1,11 @@ -#!/bin/sh +#!/bin/sh # # # Sample script to customize options for PE # For AIX: # TBD # For Linux: -# - Create a smaller PNSD log file in /tmp +# - Create a smaller PNSD log file in /tmp # - Configure poe.limits file OS=`uname` @@ -24,7 +24,7 @@ if [ $NODESETSTATE != "genimage" ]; then fi # Configure the PNSD.cfg to use a smaller log so it doesn't use so much memory -# for a stateless image. Normally, pnsd creates this file if it does not +# for a stateless image. Normally, pnsd creates this file if it does not # exist, but it will not fill it in if it does exist. if [ ! -f $installroot/etc/PNSD.cfg ]; then echo "log_file = /tmp/serverlog" > $installroot/etc/PNSD.cfg