mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 11:40:25 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user