From 5f07d0f7f64c74b87a99f6e3c4eb76a70e8b28ec 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/netboot/ubuntu/dracut/xcatroot --- xCAT-server/share/xcat/netboot/ubuntu/dracut/xcatroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/netboot/ubuntu/dracut/xcatroot b/xCAT-server/share/xcat/netboot/ubuntu/dracut/xcatroot index 2c76d7690..0dec68081 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/dracut/xcatroot +++ b/xCAT-server/share/xcat/netboot/ubuntu/dracut/xcatroot @@ -22,7 +22,7 @@ if [ ! -z "$imgurl" ]; then ROOTDIR=$SERVER SERVER=${SERVER%%/*} SERVER=${SERVER%:} - ROOTDIR=/${ROOTDIR#*/} + ROOTDIR=/${ROOTDIR#*/} fi fi #echo 0 > /proc/sys/vm/zone_reclaim_mode #Avoid kernel bug @@ -81,7 +81,7 @@ elif [ -r /rootimg-statelite.gz ]; then fi echo Done # then, the statelite staffs will be processed - echo Setting up Statelite + echo Setting up Statelite modprobe nfs MAXTRIES=7 ITER=0