source: trunk/debathena/config/reactivate/debian/script-athena @ 25538

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 
1FSTAB="/etc/schroot/mount-athena"
2COPYFILES=""
3NSSDATABASES=""
4
5rm -f "${FSTAB}"
6cp "${FSTAB}.in" "${FSTAB}"
7sed -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.