Changeset 909 in MondoRescue for branches/stable/mondo/src/mondorestore
- Timestamp:
- Nov 1, 2006, 1:28:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r873 r909 1207 1207 /* Find out where it's mounted */ 1208 1208 sprintf(command, 1209 "mount | grep - w %s| tail -n1 | cut -d' ' -f3",1209 "mount | grep -E '^%s' | tail -n1 | cut -d' ' -f3", 1210 1210 g_isodir_device); 1211 1211 log_it("command = %s", command);
Note:
See TracChangeset
for help on using the changeset viewer.