# Mindi configuration file # # $Id$ # # We tried to give sensible defaults in this file. # Changing some values may render mindi instable # or cause failures. Use with care. # # Extra space for Ram disk # mindi_extra_space=24576 # # Size of the boot image for ia64 # mindi_ia64_boot_size=8192 # # Maximum compressed size for disk image in KB. # mindi_max_compressed_size=1300 # # deplist file name (stored in $MINDI_CONF) # mindi_deplist_file="deplist.txt" # # Write boot floppies (yes|no) ? # mindi_write_boot_floppy="no" # # Force dual floppies ? # mindi_dual_floppies="no" # # Write mindi CD (yes|no) ? # mindi_write_cd="no" # # Write mindi USB (yes|no) ? # mindi_write_usb="no" # # Write mindi Tape (yes|no) ? # mindi_write_tape="no" # # If set to "no", you will be prompted for whether or not # you want to use your own kernel, or the supplied default. # If "yes" mindi will automatically use your own kernel. # mindi_use_own_kernel="yes" # # Images creation dir # WARNING: This directory is erased before usage # This is also the directory mondoarchive will use to find # what it needs to create it rescue media # mindi_cache_dir="/var/cache/mindi" # # Temporary directory # Under it a temporary directory will be created to host all # temporary files for mindi. That subdirectory is erased at the end of mindi # mindi_tmp_dir="/tmp" # # Floppy Disk Device # mindi_fd_device="/dev/fd0" # # USB Disk Device # mindi_usb_device="/dev/sda1" # # Tape Device # mindi_tape_device="/dev/st0" # # Additional Boot Parameters # You may want to remove acpi=off if you're unable to reboot on mindi's CD # You may want to add ramdisk_size=1024 if on Fedora Core 5/6 # mindi_boot_params="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off" # # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL) # mindi_kernel="NATIVE" #mindi_kernel="/boot/vmlinuz.special" # # Modules supported by mindi and required at boot time # 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" 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 cmd64x" 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" mindi_pcmcia_mods="pcmcia_core ds yenta_socket" mindi_cdrom_mods="cdrom isocd isofs inflate_fs nls_iso8859-1 nls_cp437 sg sr_mod zlib_inflate" mindi_tape_mods="ht st osst ide-tape ide_tape" mindi_floppy_mods="ide-floppy floppy" mindi_net_mods="sunrpc nfs nfs_acl lockd loop mii 3c59x e100 bcm5700 bnx2 e1000 eepro100 ne2k-pci tg3 pcnet32 8139cp 8139too 8390 vmxnet vmnet" mindi_extra_mods="vfat fat loop md-mod linear raid0 raid1 xor raid5 lvm-mod dm-mod dm-snapshot dm-zero dm-mirror jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache" # # Additional modules to support # (white space separated list of modules) # mindi_additional_mods="" # # Location of the fstab file # mindi_etc_fstab="/etc/fstab" # # Location of the logfile # mindi_log_file="/var/log/mindi.log" # # Interactive mode (yes|no) # mindi_interactive="no" # # Boot message shown during media boot # mindi_boot_msg="\ To format and restore all files automatically, type 'nuke' .\n\ To restore some/all files interactively, type 'interactive' .\n\ To compare the archives with your filesystem, type 'compare' .\n\ To boot to a command-line prompt (expert mode), type 'expert' .\n\ You may add one or more of the following parameters as well:-\n\n\ donteject - mondorestore will not eject the CD; this is useful if, for\n\ instance, your PC's case has a concealed CD-ROM drive\n\ noresize - your mountlist will not be adjusted to use your unallocated\n\ hard disk space\n\ textonly - do not call any Newt library routines; this is unattractive\n\ but valuable if you find your Newt library has bugs in it\n\n\ e.g. Type 'nuke donteject textonly' if you have an unstable Newt library and \n\ a PC whose CD-ROM drive tray would be damaged if it unexpectedly ejected.\n\ "