bootdisk: ui-functions (HEAD) [malekith]
PLD CVS
pld-cvs-commit w pld.org.pl
Pon, 29 Lip 2002, 13:16:45 CEST
Module name: bootdisk
Changes by: malekith 02/07/29 13:16:43
Modified files:
ui-functions
Log message:
- handle new options
- spelling fixes
Index: ui-functions
===================================================================
RCS file: /cvsroot/bootdisk/batch-installer/ui/ui-functions,v
diff -d -u -r1.26 -r1.27
--- ui-functions 2002/07/25 11:42:37 1.26
+++ ui-functions 2002/07/29 11:16:42 1.27
@@ -150,9 +150,15 @@
# 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_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="$net_device"
net_device_module="$net_device_module"
net_device_module_options="$net_device_module_options"
@@ -161,8 +167,9 @@
net_gateway="$net_gateway"
net_dns="$net_dns"
net_v6="$net_v6"
+net_proxy="$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="$scsi_hostadapters"
@@ -172,7 +179,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
#
@@ -200,7 +207,7 @@
do
id=$(($id+1))
eval_partition_info $id
- test "$dest_part_mnt_point" || break
+ test "$dest_part_device" || break
# output partitions
cat <<EOF
@@ -224,12 +231,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_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="$pkgs_installer"
pkgs_install_docs="$pkgs_install_docs"
pkgs_install_langs="$pkgs_install_langs"
+pkgs_cpus="$pkgs_cpus"
# Section: boot loader
# boot loader to install, possible values:
@@ -240,7 +251,12 @@
# - none (or empty) - don't install bootloader
boot_loader="$boot_loader"
-# 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="$boot_loader_device"
+
+# 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
@@ -250,6 +266,7 @@
# linux:old-pld:/boot/initrd-pld-old:/boot/vmlinuz-pld-old:/dev/hdc3"
boot_loader_other="$boot_loader_other"
+# The end.
EOF
}
@@ -266,6 +283,9 @@
# timezone to be set (ex: Europe/Warsaw, America/Vancuver)
timezone="$timezone"
+# system clock is in UTC? ("yes" or "no")
+clock_utc="$clock_utc"
+
# network configuration
net_config="$net_config"
net_hostname="$net_hostname"
@@ -283,6 +303,7 @@
# superuser password
root_pass="$root_pass"
+# user to be added.
user_realname="$user_realname"
user_name="$user_name"
user_pass="$user_pass"
Więcej informacji o liście dyskusyjnej pld-installer