Changeset 1066 in MondoRescue
- Timestamp:
- Jan 23, 2007, 7:35:35 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/conf/mindi.conf.dist
r1063 r1066 86 86 # Modules supported by mindi and required at boot time 87 87 # 88 mindi_scsi_mods="3w-xxxx 53c7,8xx a100u2w a320raid aacraid advansys aha152x aha1542 aha1740 aic79xx aic79xx_mod aic7xxx aic7xxx_mod aic7xxx_old AM53C974 atp870u BusLogic cciss cpqfc dmx3191d dpt_i2o dtc eata eata_dma eata_pio fdomain gdth g_NCR5380 i2o_block i2o_core ide-scsi ieee1394 imm in2000 initio ips iscsi isp megaraid mptbase mptscsih mptsas mptspi mptfc mptscsi mptctl NCR53c406a ncr53c8xx nsp32 pas16 pci2000 pci2220i pcmcia ppa psi240i qla1280 qla2200 qla2300 qlogicfas qlogicfc qlogicisp raw1394 scsi_debug scsi_mod sd_mod seagate sg sim710 sr_mod sym53c416 sym53c8xx sym53c8xx_2 t128 tmscsim u14-34f ultrastor wd7000 vmhgfs"88 mindi_scsi_mods="3w-xxxx 3w_xxxx 53c7,8xx a100u2w a320raid aacraid advansys aha152x aha1542 aha1740 aic79xx aic79xx_mod aic7xxx aic7xxx_mod aic7xxx_old AM53C974 atp870u BusLogic cciss cpqfc dmx3191d dpt_i2o dtc eata eata_dma eata_pio fdomain gdth g_NCR5380 i2o_block i2o_core ide-scsi ieee1394 imm in2000 initio ips iscsi isp megaraid mptbase mptscsih mptsas mptspi mptfc mptscsi mptctl NCR53c406a ncr53c8xx nsp32 pas16 pci2000 pci2220i pcmcia ppa psi240i qla1280 qla2200 qla2300 qlogicfas qlogicfc qlogicisp raw1394 scsi_debug scsi_mod sd_mod seagate sg sim710 sr_mod sym53c416 sym53c8xx sym53c8xx_2 t128 tmscsim u14-34f ultrastor wd7000 vmhgfs" 89 89 mindi_ide_mods="ide ide-generic ide-detect ide-mod ide-disk ide-cd ide_cd ide-cs ide-core ide_core edd paride ata_piix libata via82cxxx generic nvidia ahci sata_nv" 90 90 mindi_usb_mods="usb-storage usb-ohci usb-uhci usbcore usb_storage hid uhci_hcd ehci_hcd uhci-hcd ehci-hcd ohci-hcd ohci_hcd usbkbd usbhid" -
branches/stable/mondo/src/include/my-stuff.h
r1054 r1066 53 53 54 54 #include <stdlib.h> 55 /* BERLIOS56 #ifndef __USE_FILE_OFFSET6457 #define __USE_FILE_OFFSET6458 #endif59 #ifndef __USE_LARGEFILE6460 #define __USE_LARGEFILE6461 #endif62 */63 55 #include <sys/stat.h> 64 56 #include <fcntl.h> … … 79 71 #endif 80 72 #include <assert.h> 81 82 /*83 #if defined(DEBUG) && !__cplusplus84 int count;85 char trace_log[255];86 char *trace_log_ptr;87 #endif88 */89 73 90 74 #define STD_PREFIX "mondorescue" … … 210 194 211 195 /** 212 * @c mkisofs command to generate a bootable CD using LILO, except for -o option and the directory to image.213 */214 // -b images/mindi-boot.2880.img215 216 /**217 * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.218 */219 // -b images/mindi-boot.2880.img220 // Should replace 8192 by IA64_BOOT_SIZE221 222 /**223 196 * The stub name of the temporary ISO image to create, burn, and remove. 224 197 */ … … 332 305 #define VANILLA_SCSI_CDROM "/dev/cd0" 333 306 #define VANILLA_SCSI_TAPE "/dev/sa" 307 #define VANILLA_USB_DEVICE "/dev/hda" 334 308 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/vinum/" 335 309 #define RAID_DEVICE_STUB DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE -
branches/stable/mondo/src/test/test-msg.res
r1065 r1066 1 1 Logfile : ***/tmp/mondo-test.log*** 2 2 Loglevel : ***3*** 3 ../lib/mr_msg.c->mr_msg#7 5: Log sentence : 12 3 /tmp/mondo-test.log is a log file3 ../lib/mr_msg.c->mr_msg#76: Log sentence : 12 3 /tmp/mondo-test.log is a log file
Note:
See TracChangeset
for help on using the changeset viewer.