mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Update centos7 template to mimic rhels7
This commit is contained in:
		| @@ -76,7 +76,12 @@ clearpart --all --initlabel | ||||
| # --useLilo | ||||
| # --md5pass <crypted MD5 password for GRUB> | ||||
| # | ||||
| bootloader | ||||
| #The bootloader config here is commented out | ||||
| #For user customized partition file or partition script, | ||||
| #the bootloader configuration should be specified in the user customized partition file/script | ||||
| #For the xCAT default partition scheme, the bootloader configuration is in /tmp/partitioning | ||||
| #which is generated in %pre section | ||||
| ##KICKSTARTBOOTLOADER# | ||||
|  | ||||
| # | ||||
| # install or upgrade | ||||
| @@ -147,9 +152,19 @@ reboot | ||||
| #INCLUDE_DEFAULT_PKGLIST# | ||||
| %end | ||||
| %pre | ||||
| { | ||||
| echo "Running Kickstart Pre-Installation script..." | ||||
| #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh.rhels7# | ||||
| } >>/tmp/pre-install.log 2>&1 | ||||
| %end | ||||
| %post | ||||
| mkdir -p /var/log/xcat/ | ||||
| { | ||||
| cat >> /var/log/xcat/xcat.log << "EOF" | ||||
| %include /tmp/pre-install.log | ||||
| EOF | ||||
| echo "Running Kickstart Post-Installation script..." | ||||
| #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.xcat# | ||||
| #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.rhels7# | ||||
| } >>/var/log/xcat/xcat.log 2>&1 | ||||
| %end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user