source: MondoRescue/devel/mrmini/etc/mrmini.conf@ 2666

Last change on this file since 2666 was 2666, checked in by Bruno Cornec, 14 years ago

r3927@localhost: bruno | 2010-06-23 02:13:19 +0200

  • Improved version for log file mngt
File size: 4.3 KB
Line 
1# MondoRescue configuration file
2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
6# It will always be loaded by the tools before your other configuration files.
7# DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !!
8# Anyway changing some values in your own configuration file may render
9# mrmini instable or cause failures. Use with care.
10
11#
12# Extra space for Ram disk
13#
14mr_extra_space mrmini = 24576
15
16#
17# Size of the boot image
18#
19mr_boot_size mrmini = 16384
20
21#
22# deplist file name (stored in $MRMINI_CONF)
23#
24mr_deplist_file mrmini = deplist.txt
25
26#
27# Write mrmini CD (true|false) ?
28#
29mr_boot_cd mrmini = true
30
31#
32# Write mrmini USB (true|false) ?
33#
34mr_boot_usb mrmini = false
35
36#
37# Write mrmini Tape (true|false) ?
38#
39mr_boot_tape mrmini = false
40
41#
42# Images creation dir
43# WARNING: This directory is erased before usage
44# This is also the directory mondoarchive will use to find
45# what it needs to create it rescue media
46#
47mr_cache_dir mrmini = /var/cache/mrmini
48mr_cache_dir mondoarchive = /var/cache/mondo
49
50#
51# USB Disk Device
52#
53mr_usb_device default = /dev/sda1
54
55#
56# Tape Device
57#
58mr_tape_device default = /dev/st0
59
60#
61# Additional Boot Parameters
62# You may want to remove acpi=off if you're unable to reboot on mrmini's CD
63# You may want to add ramdisk_size=1024 if on Fedora Core 5/6
64#
65mr_boot_params mrmini = acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier
66
67#
68# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
69#
70mr_kernel default = NATIVE
71#mr_kernel mrmini = /boot/vmlinuz.special
72
73#
74# Modules supported by mrmini and required at boot time
75#
76mr_scsi_mods mrmini = 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
77mr_ide_mods mrmini = 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
78mr_usb_mods mrmini = usb-storage usb-ohci usb-uhci usbcore usb_storage hid uhci_hcd ehci_hcd uhci-hcd ehci-hcd ohci-hcd ohci_hcd usbkbd usbhid
79mr_pcmcia_mods mrmini = pcmcia_core ds yenta_socket
80mr_cdrom_mods mrmini = cdrom isocd isofs inflate_fs nls_iso8859-1 nls_cp437 sg sr_mod zlib_inflate
81mr_tape_mods mrmini = ht st osst ide-tape ide_tape
82mr_floppy_mods mrmini = ide-floppy floppy
83mr_net_mods mrmini = sunrpc nfs nfs_acl lockd loop mii 3c59x e100 bcm5700 bnx2 e1000 eepro100 ne2k-pci tg3 pcnet32 8139cp 8139too 8390 vmxnet vmnet
84mr_extra_mods mrmini = 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
85#
86# Additional modules to support
87# (white space separated list of modules)
88#
89mr_force_mods mrmini =
90mr_deny_mods mrmini =
91
92#
93# Location of the logfile
94#
95mr_logfile mrmini = /var/log/mrmini.log
96
97#
98# Interactive mode (true|false)
99#
100mr_interactive mrmini = true
101
102#
103# Boot message shown during media boot
104#
105mr_boot_msg mrmini = \
106To format and restore all files automatically, type 'nuke' <enter>.\n\
107To restore some/all files interactively, type 'interactive' <enter>.\n\
108To compare the archives with your filesystem, type 'compare' <enter>.\n\
109To boot to a command-line prompt (expert mode), type 'expert' <enter>.\n\
110You may add one or more of the following parameters as well:-\n\n\
111 donteject - mondorestore will not eject the CD; this is useful if, for\n\
112 instance, your PC's case has a concealed CD-ROM drive\n\
113 noresize - your mountlist will not be adjusted to use your unallocated\n\
114 hard disk space\n\
115 textonly - do not call any Newt library routines; this is unattractive\n\
116 but valuable if you find your Newt library has bugs in it\n\n\
117e.g. Type 'nuke donteject textonly' if you have an unstable Newt library and \n\
118a PC whose CD-ROM drive tray would be damaged if it unexpectedly ejected.\n
Note: See TracBrowser for help on using the repository browser.