mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	initialize installoc in site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -141,6 +141,7 @@ if [ "$1" = "1" ]; then #Only if installing for the fist time..
 | 
			
		||||
      XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=master site.value=$(getent hosts `hostname`|awk '{print $1}')
 | 
			
		||||
      XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=domain site.value=$(hostname -d)
 | 
			
		||||
      XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=installdir site.value=/install
 | 
			
		||||
      XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=installoc site.value=/install
 | 
			
		||||
      XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/chtab key=timezone site.value=`grep ^ZONE /etc/sysconfig/clock|cut -d= -f 2|sed -e 's/"//g'`
 | 
			
		||||
    fi
 | 
			
		||||
    if [ ! -r /etc/xcat/postscripts.sqlite ]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user