From 27f4d533ee457bc7687bb364fd6db08415a6d252 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 24 Feb 2009 12:31:19 +0000 Subject: [PATCH] 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 --- xCAT/xCAT.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 5251724e7..17fea2418 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -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