From 57471c6fc9125b519ce6c270f0a6ef69a3db2bae 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/fedora/compute.fedora8.tmpl --- .../share/xcat/install/fedora/compute.fedora8.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl index 1ac761608..9d777c923 100644 --- a/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl +++ b/xCAT-server/share/xcat/install/fedora/compute.fedora8.tmpl @@ -36,7 +36,7 @@ clearpart --all --initlabel #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# @@ -121,7 +121,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 @@ -129,7 +129,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 @@ -148,7 +148,7 @@ reboot # #end of section # -%packages +%packages #INCLUDE_DEFAULT_PKGLIST# %pre #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh#