Changeset 210
- Timestamp:
- 02/20/07 11:00:39 (2 years ago)
- Files:
-
- trunk/client/revimage/autorestore/autorestore.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/revimage/autorestore/autorestore.c
r197 r210 292 292 __u32 sect; 293 293 int fo, fp; 294 295 // log 296 myprintf("restore raw: %s, %s\n", device, fname); 294 297 295 298 fo = open(device, O_WRONLY | O_LARGEFILE); … … 779 782 //restore_raw("/revoinfo/PTABS", buf2); 780 783 #else 784 myprintf("grub cmdline: %s\n", buf); 781 785 restore_raw(hdmap[d1], buf2); 782 786 #endif … … 816 820 // restore("/revoinfo/P1", sect, buf2); 817 821 #else 822 myprintf("grub cmdline: %s\n", buf); 818 823 restore(hdmap[d1], sect, buf2); 819 824 #endif … … 908 913 strcat(str, buf); 909 914 hdmap[d] = str; 910 DEBUG(printf("%d %d %d %s\n", minor, major, d, str));915 myprintf("hdmap: %d %d %d %s\n", minor, major, d, str); 911 916 d++; 912 917 }
