2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file xCAT-IBMhpc/share/xcat/IBMhpc/pe/pe_install-1100

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 0798209dec
commit 7ca95b622a

View File

@ -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