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:
lissav 2009-02-24 12:31:19 +00:00
parent 08aa2bcd99
commit 27f4d533ee

View File

@ -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