- Timestamp:
- Nov 27, 2005, 10:35:30 PM (19 years ago)
- Location:
- branches/2.05/mondo/mondo/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-files.c
r126 r141 1229 1229 } 1230 1230 fprintf(fout, "ifconfig lo 127.0.0.1 # config loopback\n"); 1231 fprintf(fout, "ifconfig %s %s ;# config client\n", nfs_dev,1231 fprintf(fout, "ifconfig %s %s # config client\n", nfs_dev, 1232 1232 nfs_client_ipaddr); 1233 fprintf(fout, "ping -c 1 %s ;# ping server\n", nfs_server_ipaddr);1233 fprintf(fout, "ping -c 1 %s # ping server\n", nfs_server_ipaddr); 1234 1234 fprintf(fout, "mount -t nfs -o nolock %s /tmp/isodir\n", 1235 1235 bkpinfo->nfs_mount); -
branches/2.05/mondo/mondo/common/my-stuff.h
r128 r141 474 474 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/md" 475 475 #define RAID_DEVICE_STUB DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE 476 #define SANE_FORMATS "swap image vfat ext2 ext3 xfs vfs jfs reiserfs dos minix coda nfs ntfs hpfs raid lvm "476 #define SANE_FORMATS "swap image vfat ext2 ext3 xfs vfs jfs reiserfs dos minix coda nfs ntfs hpfs raid lvm cifs" 477 477 #define ALT_TAPE "/dev/ht0" 478 478 #define MKE2FS_OR_NEWFS "mke2fs"
Note:
See TracChangeset
for help on using the changeset viewer.