Lines Matching +full:emc +full:- +full:cfg +full:- +full:2
4 # Copyright (c) 2013 EMC Corp.
12 # 2. Redistributions in binary form must reproduce the above copyright
33 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
35 . ../default.cfg
37 mount | grep -q "$mntpoint" && umount $mntpoint
38 mdconfig -l | grep -q $mdstart && mdconfig -d -u $mdstart
40 mdconfig -a -t swap -s 4g -u $mdstart
42 newfs -j md$mdstart > /dev/null
46 mnt2=${mntpoint}2
47 [ -d $mnt2 ] || mkdir -p $mnt2
48 mount | grep -q "on $mnt2 " && umount -f $mnt2
49 mount -t nullfs $mntpoint/null $mnt2
53 (cd ..; ./run.sh marcus.cfg)
55 while mount | grep -q "on $mnt2 "; do
58 while mount | grep -q "on $mntpoint "; do