Changeset 1836 in MondoRescue
- Timestamp:
- Dec 6, 2007, 1:17:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-files.c
r1747 r1836 1281 1281 * networking will not start during an NFS restore. 1282 1282 * 1283 * If the NFS device in nfs_dev begins with the word "bond", 1283 * If the NFS device in nfs_dev begins with the word "bond", or alb or aft 1284 1284 * look for the corresponding slave ethN device and copy it to nfs_dev. 1285 1285 * Using the common MAC address 1286 1286 ********/ 1287 if (!strncmp(nfs_dev, "bond", 4) ) {1287 if (!strncmp(nfs_dev, "bond", 4) || !strncmp(nfs_dev, "alb", 3) || !strncmp(nfs_dev, "aft", 3)) { 1288 1288 log_to_screen("Found bonding device %s; looking for corresponding ethN slave device\n", nfs_dev); 1289 1289 sprintf(command,
Note:
See TracChangeset
for help on using the changeset viewer.