Revision 25538,
271 bytes
checked in by jdreed, 13 years ago
(diff) |
In reactivate:
* Transform the schroot fstab in the schroot config script to deal with
the /run transition
|
Line | |
---|
1 | FSTAB="/etc/schroot/mount-athena" |
---|
2 | COPYFILES="" |
---|
3 | NSSDATABASES="" |
---|
4 | |
---|
5 | rm -f "${FSTAB}" |
---|
6 | cp "${FSTAB}.in" "${FSTAB}" |
---|
7 | sed -i -e "s|_VARRUN_|$(readlink -f /var/run)|g" \ |
---|
8 | -e "s|_VARLOCK_|$(readlink -f /var/lock)|g" \ |
---|
9 | -e "s|_DEVSHM_|$(readlink -f /dev/shm)|g" ${FSTAB} |
---|
Note: See
TracBrowser
for help on using the repository browser.