mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT-server/share/xcat/install/rh/kvm.tmpl
This commit is contained in:
		| @@ -13,7 +13,7 @@ network --bootproto dhcp | ||||
| #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# | ||||
| url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# | ||||
|  | ||||
| # For KVM to install properly you need to install other packages from  | ||||
| # For KVM to install properly you need to install other packages from | ||||
| # another installation repository.  Usually we create a directory: | ||||
| # /install/xcat with all of the xCAT rpms in there.  Then after doing | ||||
| # mklocalrep your machine that is installing can get these.  An example: | ||||
| @@ -43,7 +43,7 @@ key --skip | ||||
| #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# | ||||
|  | ||||
| @@ -128,7 +128,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 | ||||
| @@ -136,7 +136,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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user