From ec81d5ae6bf7648ed68c0bf8d1cadf880ed00e60 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Sat, 2 Apr 2011 02:02:59 +0000 Subject: [PATCH] for defect 2971905, removed the uncessary code in xcatinstallpost git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9223 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatinstallpost | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/xCAT/postscripts/xcatinstallpost b/xCAT/postscripts/xcatinstallpost index 458ff0392..9f5ddba0d 100755 --- a/xCAT/postscripts/xcatinstallpost +++ b/xCAT/postscripts/xcatinstallpost @@ -14,17 +14,6 @@ fi let SLI=$RANDOM%10 sleep $SLI -if grep 'rw /rw tmpfs ' /proc/mounts >& /dev/null; then - touch /var/lock/subsys/xcatmounts - echo '#!/bin/bash' > /etc/rc6.d/K10xcatmounts - echo umount -l /ro >> /etc/rc6.d/K10xcatmounts - echo umount -l /rw >> /etc/rc6.d/K10xcatmounts - chmod 755 /etc/rc6.d/K10xcatmounts - ln -sf /etc/rc6.d/K10xcatmounts /etc/rc0.d/K10xcatmounts -fi - - - cd /xcatpost; PATH=/xcatpost:$PATH export PATH