bootdisk: installer.conf (HEAD) [malekith]
PLD CVS
pld-cvs-commit w pld.org.pl
Pon, 29 Lip 2002, 13:13:55 CEST
Module name: bootdisk
Changes by: malekith 02/07/29 13:13:53
Modified files:
installer.conf
Log message:
- regenerated with new options
Index: installer.conf
===================================================================
RCS file: /cvsroot/bootdisk/batch-installer/installer.conf,v
diff -d -u -r1.15 -r1.16
--- installer.conf 2001/11/19 13:58:07 1.15
+++ installer.conf 2002/07/29 11:13:52 1.16
@@ -1,5 +1,5 @@
##
-## Generated automatically by ui at Sun Nov 4 21:28:56 CET 2001
+## Generated automatically by ui at Sat Jul 27 13:20:25 CEST 2002
##
# source is one of:
@@ -24,19 +24,26 @@
# net_prefix: ex: 24
# net_gateway: ex: 192.168.1.254, or "" when none
# net_dns: space separated list of (up to 3) IP's of DNS'es
-# net_v6: yes, no or auto : whatever to use IPv6 for interafces
-# configuration. If auto it is determined based uppon
+# net_v6: yes, no or auto : whatever to use IPv6 for interfaces
+# configuration. If auto it is determined based upon
# net_ipaddr.
-net_device=""
-net_device_module=""
+# net_proxy: http/ftp proxy to be used during installation. It is an
+# an URL. Examples: "http://squid.foobar.com:3128/",
+# "http://user:pass@squid.foobar.com:3128/"
+# NOTE: it is used only if it's set to something else then
+# "" or "none". snarf is used for all file transfers then
+# (even rpms for poldek).
+net_device="eth0"
+net_device_module="auto"
net_device_module_options=""
net_ipaddr=""
net_prefix=""
net_gateway=""
net_dns=""
net_v6=""
+net_proxy=""
-# space delimated SCSI hostadapters (can be auto, for PCI SCSI card)
+# space delimited SCSI hostadapters (can be auto, for PCI SCSI card)
# hardware raid modules don't need to be listed here
scsi_hostadapters="auto"
@@ -46,7 +53,7 @@
# dest_devices: space delimited list of target devices
# (like '/dev/hda /dev/sdb')
-# dest_devices_actions: space delimated list, one of items below per device:
+# dest_devices_actions: space delimited list, one of items below per device:
# - make_new
# - use_existing
#
@@ -105,12 +112,16 @@
# Section: packages installation
# pkgs_installer: one of poldek, wuch, apt. Only poldek
# supported at the very moment
-# pkgs_install_docs: yes or no. Whateever to install documentation for
+# pkgs_install_docs: yes or no. Whatever to install documentation for
# packages.
-# pkgs_install_langs: %_install_langs rpm macro (all, pl_PL:en_US)
+# pkgs_install_langs: %_install_langs rpm macro (all, pl:pl_PL:en:en_US)
+# pkgs_cpus: number or "auto". Number of CPUs in installed system. If more
+# then one -- install kernel-smp instead of normal. In future
+# we might do some configuration tweaks for SMP.
pkgs_installer="poldek"
pkgs_install_docs="yes"
pkgs_install_langs="all"
+pkgs_cpus="auto"
# Section: boot loader
# boot loader to install, possible values:
@@ -121,7 +132,12 @@
# - none (or empty) - don't install bootloader
boot_loader="rc-boot"
-# other systems on this box, space delimated list of entries
+# Device to install bootloader on. If it is set to "auto", then device part
+# (i.e. without partition number) of /boot (or / if no /boot) partition is
+# taken.
+boot_loader_device="auto"
+
+# other systems on this box, space delimited list of entries
# - bsd:LABEL:ROOT_DEVICE - bsd, bootloader installed on ROOT_DEVICE
# - dos:LABEL:ROOT_DEVICE - same, for dos
# - linux:LABEL:KERNEL:[INITRD:]ROOT_DEVICE - KERNEL is sth like
@@ -131,3 +147,4 @@
# linux:old-pld:/boot/initrd-pld-old:/boot/vmlinuz-pld-old:/dev/hdc3"
boot_loader_other=""
+# The end.
Więcej informacji o liście dyskusyjnej pld-installer