HPC integration - moved mount of cpuset to /etc/fstab

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2010-04-05 05:07:16 +00:00
parent 55c4b9af40
commit 520b7895e0
2 changed files with 1 additions and 3 deletions

View File

@ -34,6 +34,7 @@ devpts /dev/pts devpts rw,gid=5,mode=620 0 0
#${profile}_${arch} / tmpfs rw 0 1
none /tmp tmpfs defaults,size=3g 0 2
none /var/tmp tmpfs defaults,size=1g 0 2
none /dev/cpuset cpuset defaults,noauto 0 0
END
#-- Uncomment the "cons" entry in /etc/inittab

View File

@ -50,9 +50,6 @@ if [ $OS != "AIX" ]; then
chroot $installroot $linux_loadl_license_script -y -d /$tmpdir
umount -l $installroot/proc
rm -rf $installroot/$tmpdir
mkdir $installroot/dev/cpuset
chroot $installroot mount -t cpuset none /dev/cpuset
fi
fi