mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	remove creation and mount of /var/ftp/tftpboot and /var/ftp/install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2803 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -93,17 +93,6 @@ else | ||||
|   apachename=httpd | ||||
| fi | ||||
|  | ||||
| if [ ! -d /var/ftp/install ]; then | ||||
|    mkdir -p /var/ftp/install | ||||
|    echo "/install                /var/ftp/install        none  bind,defaults 0 0" >> /etc/fstab | ||||
|    mount /var/ftp/install | ||||
| fi | ||||
|  | ||||
| if [ ! -d /var/ftp/tftpboot ]; then  | ||||
|    mkdir -p /var/ftp/tftpboot | ||||
|    echo "/tftpboot   /var/ftp/tftpboot none bind,defaults 0 0" >> /etc/fstab | ||||
|    mount /var/ftp/tftpboot | ||||
| fi | ||||
|  | ||||
| if [ ! -d /etc/xcat/hostkeys ]; then  | ||||
|    mkdir -p /etc/xcat/hostkeys | ||||
|   | ||||
		Reference in New Issue
	
	Block a user