Test AIX with smaller volumes.
This commit is contained in:
parent
959ddf2589
commit
1110e9d80d
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ elif [ "${platform}" = "osx" ]; then
|
|||
done
|
||||
elif [ "${platform}" = "aix" ]; then
|
||||
chfs -a size=1G /
|
||||
chfs -a size=5G /usr
|
||||
chfs -a size=4G /usr
|
||||
chfs -a size=1G /var
|
||||
chfs -a size=1G /tmp
|
||||
chfs -a size=5G /opt
|
||||
chfs -a size=2G /opt
|
||||
while true; do
|
||||
yum install -q -y \
|
||||
gcc \
|
||||
|
|
Loading…
Reference in a new issue