2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-12 03:12:30 +00:00

Remove trailing spaces in file xCAT/postscripts/make_sn_fs

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 25202dd985
commit 83776b2e13

View File

@@ -1,19 +1,19 @@
#!/bin/sh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
# This script, ("make_sn_fs"), is a sample xCAT post script for
# This script, ("make_sn_fs"), is a sample xCAT post script for
# creating file systems on xCAT service
# nodes. You can modify this script to create and mount local
# nodes. You can modify this script to create and mount local
# file systems when the service nodes are installed.
#
# Make sure your script is executable and that is is in the
# Make sure your script is executable and that is is in the
# /install/postscripts directory on the xCAT management node.
#
# You must also add the script name to the list of scripts that
# You must also add the script name to the list of scripts that
# must be run at install time. (See below.)
#
# To use this script you should make sure it gets run before the
# "servicenode" script or any other scipts that may need to use these
# To use this script you should make sure it gets run before the
# "servicenode" script or any other scipts that may need to use these
# file systems.
#
# For example, to get it to run before the "servicenode" script you