|
Last change
on this file since 863 was 539, checked in by bcornec, 20 years ago |
|
merge -r 534:538 $SVN_M/branches/stable
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | # Mindi configuration file
|
|---|
| 2 | #
|
|---|
| 3 | # $Id$
|
|---|
| 4 | #
|
|---|
| 5 | # We tried to give sensible defaults in this file.
|
|---|
| 6 | # Changing some values may render mindi instable
|
|---|
| 7 | # or cause failures. Use with care.
|
|---|
| 8 |
|
|---|
| 9 | #
|
|---|
| 10 | # Extra space for Ram disk
|
|---|
| 11 | #
|
|---|
| 12 | mindi_extra_space=24576
|
|---|
| 13 |
|
|---|
| 14 | #
|
|---|
| 15 | # Size of the boot image for ia64
|
|---|
| 16 | #
|
|---|
| 17 | mindi_ia64_boot_size=8192
|
|---|
| 18 |
|
|---|
| 19 | #
|
|---|
| 20 | # deplist directory
|
|---|
| 21 | #
|
|---|
| 22 | mindi_deplist_dir="/etc/mindi/deplist.d"
|
|---|
| 23 |
|
|---|
| 24 | #
|
|---|
| 25 | # Write boot floppies (yes|no) ?
|
|---|
| 26 | #
|
|---|
| 27 | mindi_write_boot_floppy="no"
|
|---|
| 28 |
|
|---|
| 29 | #
|
|---|
| 30 | # Force dual floppies ?
|
|---|
| 31 | #
|
|---|
| 32 | mindi_dual_floppies="no"
|
|---|
| 33 |
|
|---|
| 34 | #
|
|---|
| 35 | # Write mindi CD (yes|no) ?
|
|---|
| 36 | #
|
|---|
| 37 | mindi_write_cd="no"
|
|---|
| 38 |
|
|---|
| 39 | #
|
|---|
| 40 | # Images creation dir
|
|---|
| 41 | #
|
|---|
| 42 | mindi_images_dir="/var/cache/mindi"
|
|---|
| 43 |
|
|---|
| 44 | #
|
|---|
| 45 | # Temporary directory
|
|---|
| 46 | #
|
|---|
| 47 | mindi_tmp_dir="/tmp"
|
|---|
| 48 |
|
|---|
| 49 | #
|
|---|
| 50 | # Floppy Disk Device
|
|---|
| 51 | #
|
|---|
| 52 | mindi_fd_device="/dev/fd0"
|
|---|
| 53 |
|
|---|
| 54 | #
|
|---|
| 55 | # Additional Boot Parameters
|
|---|
| 56 | #
|
|---|
| 57 | mindi_boot_params="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off"
|
|---|
| 58 |
|
|---|
| 59 | # TBC
|
|---|
| 60 | #
|
|---|
| 61 | # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
|
|---|
| 62 | #
|
|---|
| 63 | mindi_kernel="NATIVE"
|
|---|
| 64 | #mindi_kernel="/boot/vmlinuz.special"
|
|---|
| 65 |
|
|---|
| 66 | # TBC
|
|---|
| 67 | #
|
|---|
| 68 | #
|
|---|
| 69 | # Additinal modules to support
|
|---|
| 70 | # (white space separated list of modules)
|
|---|
| 71 | #
|
|---|
| 72 | mindi_additional_modules=""
|
|---|
| 73 |
|
|---|
| 74 | # TBC
|
|---|
| 75 | #
|
|---|
| 76 | #
|
|---|
| 77 | # Boot loader to use
|
|---|
| 78 | # (GRUB|ELILO|LILO|RAW|NATIVE)
|
|---|
| 79 | #
|
|---|
| 80 | mindi_boot_loader="NATIVE"
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.