Subversion Repositories livecd

Rev

Rev 88 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 101
Line 198... Line 198...
198
fi
198
fi
199
 
199
 
200
### fix perm of /tmp
200
### fix perm of /tmp
201
chmod 1777 /tmp
201
chmod 1777 /tmp
202
 
202
 
203
### link /opt -> /usr/opt !
203
### link /opt -> /usr/opt ! 
204
ln -s /usr/opt /opt
204
[ ! -e /opt ] && ln -s /usr/opt /opt
205
 
205
 
206
### create home
206
### create home
207
mkdir -p /home
207
mkdir -p /home
208
 
208
 
209
### create /scratch
209
### create /scratch