Remove mans.

master3.3
Mike Hiretsky 12 years ago
parent f63f028309
commit 24f0a9e8ed

@ -1,256 +0,0 @@
.TH CL-INSTALL 1 "August 23, 2011" "Calculate Utilities" "Calculate Linux Installation"
.SH NAME
.PP
cl-install - Installs Calculate Linux on HDD, USB-Flash or USB-HDD
.SH SYNOPSIS
[-d] [-w] [--mbr] [--type] [--iso] [-s] [--march] [--build] [-l] [-u] [--hostname]
[--netconf] [--dhcp] [--ip] [--route] [--dns] [--proxy] [--ntp] [--nouuid] [--set] [-U] [-f]
[--startup] [--install] [--uninstall] [--nospinner]
[-P] [-p] [-v] [--filter] [--xml] [--color] [--version] [-h]
.SH DESCRIPTION
.PP
cl-install is the installation tool used in Calculate Linux. It supports installing on Hard Disk Drive, external hard disk and USB-stick. The image stored in '/var/calculate/linux' or '/var/calculate/remote/linux' will be used for installing. If installing from LiveCD/LiveUSB, the booted image is used.
.PP
Installation on hard disk can be done in regular mode or in interactive build mode if you want to create a customized distribution. To install in interactive build mode, use '--build'.
.PP
Installation on external hard drive is basically the same, but it is not hardware-dependent.
.PP
By default, installing on USB-flash is done by copying of the liveusb image with fat32 filesystem and the syslinux bootloader. If needed, the system can be installed with full file unpacking, as if installing on HDD. Use the '--type' option to enable this feature.
.SH OPTIONS
.PP
Options for
\fBcl-install\fR:
.PP
\fB\-d\fR, \fB\-\-disk\fR \fIDISK[:[DIR:FILESYSTEM:OPTIONS]]\fR
.RS 4
DISK points to the volume where the system will be installed if some part of the filesystem hierarchy has been remounted. DIR is the mounting point; if its value is set to 'none', it prevents the mounting point from being moved. FILESYSTEM refers to the file system; available values are ext2, ext3, ext4, reiserfs, xfs, jfs, btrfs and nilfs2. OPTIONS refers to mounting options; see 'man fstab'. To specify multiple volumes, use this option as many times as you need.
.RE
.PP
\fB\-w\fR, \fB\-\-swap\fR \fIswap volume\fR
.RS 4
.RE
.PP
\fB\-\-mbr\fR \fIboot disk\fR
.RS 4
Disk for Master Boot Record (MBR). Setting the 'off' value disables boot record altering.
.RE
.PP
\fB\-\-type\fR \fIdevice type\fR
.RS 4
Device type. Valid values are hdd, usb-hdd, and flash.
.RE
.PP
\fB\-\-iso\fR \fIpath to file\fR
.RS 4
Path to the file which contains the ISO image of your distribution. If not specified, the system will look for an image of the same architecture in '/var/calculate/linux' and '/var/calculate/remote/linux', or, if booting from LiveCD/LiveUSB, a livecd will be used. At finding multiple images, priority is given to the most recent version.
.RE
.PP
\fB\-s\fR, \fB\-\-os\fR \fIdistribution\fR
.RS 4
Lets you choose your distribution. Valid values are "CDS", "CLD", "CLDG", "CLDX", "CLS", "CMC" and "CSS". If specified, the required distro will be searched for in '/var/calculate/linux' and '/var/calculate/remote/linux'.
.RE
.PP
\fB\-\-march\fR \fIarchitecture\fR
.RS 4
Lets you choose your CPU's architecture. Valid values are "i686", "x86_64" and "auto". If specified, the required distro will be searched for in '/var/calculate/linux' and '/var/calculate/remote/linux'.
.RE
.PP
\fB\-\-build\fR
.RS 4
Installing in interactive build mode. Is valid while installing on HDD. If specified, the live image will be mounted at booting in a separate layer of the aufs2 filesystem. Additional layers allow to separate the changes from the results.
.RE
.PP
\fB\-l\fR, \fB\-\-lang\fR \fIlanguage\fR
.RS 4
Language choice. Valid values are 'bg_BG' - Bulgarian, 'de_DE' - German, 'en_US' - English, 'es_ES' - Spanish, 'fr_FR' - French, 'it_IT' - Italian, 'pl_PL' - Polish, 'pt_BR' - Portugal Brazilian, 'pt_PT' - Portugal , 'ro_RO' - Romanian, 'ru_RU' - Russian, 'uk_UA' - Ukrainian.
.RE
.PP
\fB\-u\fR, \fB\-\-user\fR \fIuser\fR
.RS 4
Users added to the installed system. For adding several users use the option as many times as you need.
.RE
.PP
\fB\-A\fR, \fB\-\-autologin\fR \fIuser\fR
.RS 4
Autologin user added to the installed system.
.RE
.PP
\fB\-\-hostname\fR \fIhostname\fR
.RS 4
Short or full hostname.
.RE
.PP
\fB\-\-netconf\fR \fInetwork manager\fR
.RS 4
Lets you choose the network manager. Valid values are 'openrc' and 'networkmanager'. The latter can be chosen if NetworkManager is included in your distribution.
.RE
.PP
\fB\-\-dhcp\fR \fIinterface\fR
.RS 4
Getting IP-address through DHCP for the specified interface. If you need to specify two or more interfaces use the option several times.
.RE
.PP
\fB\-\-ip\fR \fB[IFACE:]\fR\fIIP\fR
.RS 4
IPv4 network address with CIDR specified. IFACE can indicate a network interface. The default IFACE value is eth0. You might change it to 192.168.0.1/24, for instance. Specifying several network interfaces is allowed.
.RE
.PP
\fB\-\-route\fR NETWORK:[GATEWAY][:IFACE[:SOURCE]]
.RS 4
Routing rule: network, gateway, interface, source IP. To specify a default gateway, you can set NETWORK at 'default'.
.RE
.PP
\fB\-\-dns\fR \fIDNS\fR
.RS 4
Network address of DNS server.
.RE
.PP
\fB\-\-proxy\fR \fIPROXY\fR
.RS 4
Network address of proxy server.
.RE
.PP
\fB\-\-ntp\fR \fINTP\fR
.RS 4
Network address of NTP timeserver.
.RE
.PP
\fB\-\-nouuid\fR
.RS 4
Disables using UUID device names. If specified, usual device names (/dev/sda1, etc.) will be used. Use it only if you are sure you understand what you do.
.RE
.PP
\fB\-\-video\fR \fIVIDEODRV\fR
.RS 4
Changes Xorg video driver.
.RE
.PP
\fB\-X\fR \fI<width>x<height>\fR
.RS 4
Changes Xorg server resolution.
.RE
.PP
\fB\-\-fb\fR \fI<widht>x<height>\fR
.RS 4
Changes frame buffer resolution.
.RE
.PP
\fB\-\-timezone\fR \fITIMEZONE\fR
.RS 4
Changes timezone.
.RE
.PP
\fB\-\-set\fR \fIVAR=VALUE\fR
.RS 4
Alters the internal variable of Calculate utilities. For multiple value changing use the option as many times as you need.
.RE
.PP
\fB\-U\fR, \fB\-\-update\fR
.RS 4
Running install for new versions only. This option is useful if you have alloted a second volume for system update. You should run it together with the '--force' option.
.RE
.PP
\fB\-f\fR, \fB\-\-force\fR
.RS 4
Prevents the system from asking questions while installing.
.RE
.PP
\fB\-\-startup\fR
.RS 4
Configuring the current system. When you run the command, your system is being configured with templates; Calculate utilities are involved in autoconfiguring of any programs installed by the software manager. This command can be run either at booting the livecd or during your first system boot. It allows you to restore the initial system settings. The system configuration can be modified wiith language, network, video and other configuring options.
.RE
.PP
\fB\-\-live\fR
.RS 4
Configure only those parameters that are dependent on hardware. Used in conjunction with the '--startup'.
.RE
.PP
\fB\-\-install\fR
.RS 4
Sets calculate-install for package configuring. Running this in Calculate Linux lets the software manager allow autoconfiguring of programs it installs with calculate-install. The utility is run by the profile.bashrc script from calculate overlay.
.RE
.PP
\fB\-\-uninstall\fR
.RS 4
Disables package configuring by calculate-install.
.RE
.PP
\fB\-\-nospinner\fR
.RS 4
Prevents the progress bar from showing at system install .
.RE
.PP
\fB\-P\fR
.RS 4
Read passwords from standard input. If specified one or more users passwords are read from standard input.
.RE
.PP
\fB\-p\fR, \fB\-\-show-partitions\fR
.RS 4
Shows info about current partitioning. You will then be able to view a table outlining the following info: size, device, label, mounting point, filesystem format, type, installed system.
.RE
.PP
\fB\-v\fR, \fB\-\-show-variables\fR
.RS 4
Lists environment variables of Calculate utilities with their values and changing access flags. For a full output use '-vv'.
.RE
.PP
\fB\-\-filter\fR \fIfilter\fR
.RS 4
Variable filtering. Is used together with '--show-variables'. E.g.: 'cl-install -v --filter=video'.
.RE
.PP
\fB\-\-xml\fR
.RS 4
Lists variables in XML format. To be used with the '--show-variables' option.
.RE
.PP
\fB\-\-color\fR \fIWHEN\fR
.RS 4
Controls coloring. WHEN can take 'never', 'always' or 'auto' values, depending on whether you want or not to display your messages with color.
.RE
.PP
\fB\-\-version\fR
.RS 4
Prints the version number of cl-install, then exits.
.RE
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 4
Prints help and then exits.
.RE
.SH SEE ALSO
.PP
cl-builder(1), cl-image(1)
.SH EXAMPLES
.PP
Installing the system on /dev/sda2
.nf
cl-install -d /dev/sda2
.fi
.PP
Choosing 'fglrx' as the video driver. Before running be sure 'x11-drivers/ati-drivers' is installed.
.nf
cl-install --startup --set os_install_x11_video_drv=fglrx
.fi
.PP
Installing the system on several partitions. In our example the system will be installed on sda2, all users settings and data are stored on sda5, while sda1 is used as swap.
.nf
cl-install -d /dev/sda2 -d /dev/sda5:/var/calculate -d /var/calculate/home:/home -w /dev/sda1 --hostname calculatelinux
.fi
.PP
Installing the system with the following network options: ip address set at 192.168.1.20, mask set at 255.255.255.0, default gateway set at 192.168.1.1, DNS at 192.168.1.2. OpenRC is used as the network manager.
.nf
cl-install -d /dev/sda2 --ip 192.168.1.20/24 --route default:192.168.1.1 --dns 192.168.1.2 --netconf openrc
.fi
.PP
Installing the router. In our example two network interfaces are configured. For input eth0: ip address set at 1.2.3.6, mask at 255.255.255.252, gateway at 1.2.3.5. For output eth1: ip address set at 192.168.1.1, mask at 255.255.255.0., DNS address at 8.8.8.8. Routing to network 192.168.3.0/24 is made through gateway 192.168.1.2.
.nf
cl-install -d /dev/sda2 --ip eth0:1.2.3.6/30 --route default:1.2.3.5:eth0 --ip eth1:192.168.1.1 --route 192.168.3.0/24:192.168.1.2:eth1 --dns 8.8.8.8
.fi
.SH AUTHORS
.PP
Calculate Utilities are developed by Calculate Ltd. http://www.calculate.ru
.SH AUTHOR
.PP
This man page was originally written by Calculate Ltd.

@ -1,257 +0,0 @@
.TH CL-INSTALL 1 "23 августа 2011" "Calculate Utilities" "Установка Calculate Linux"
.SH НАЗВАНИЕ
.PP
cl-install - Установка Calculate Linux на жесткий диск, USB-Flash или USB-HDD
.SH СИНТАКСИС
[-d] [-w] [--mbr] [--type] [--iso] [-s] [--march] [--build] [-l] [-u] [--hostname]
[--netconf] [--dhcp] [--ip] [--route] [--dns] [--proxy] [--ntp] [--nouuid] [--set] [-U] [-f]
[--startup] [--install] [--uninstall] [--nospinner]
[-P] [-p] [-v] [--filter] [--xml] [--color] [--version] [-h]
.SH ОПИСАНИЕ
.PP
cl-install - программа установки дистрибутива Calculate Linux. Поддерживается установка на жесткий диск HDD, переносной жесткий диск USB-HDD и флеш-накопитель USB-Flash. Для установки используется образ, расположенный в директориях '/var/calculate/linux' и '/var/calculate/remote/linux'. В случае установки с LiveCD/USB, может использоваться образ загруженной системы.
.PP
Установка на жесткий диск может быть выполнена в обычном режиме и в режиме интерактивной сборки для созданеия измененного образа дистрибутива. Для установки в режиме интерактивной сборки используйте параметр '--build'.
.PP
Установка на переносной жесткий диск отличается отсутствием привязки к аппаратному обеспечению.
.PP
По умолчанию, установка на флеш-накопитель производится путем копирования liveusb образа системы с использованием файловой системы fat32 и загрузчика syslinux. При желании, по аналогии с установкой на жесткий диск, можно полностью распаковать файлы системы. Для этого используется параметр '--type'.
.SH ПАРАМЕТРЫ
.PP
Параметры команды
\fBcl-install\fR:
.PP
\fB\-d\fR, \fB\-\-disk\fR \fIDISK[:[DIR:FILESYSTEM:OPTIONS]]\fR
.RS 4
DISK - раздел для установки или директория, в случае перемонтирования части файловой иерархии. DIR - точка монтирования, значение 'none' отменяет перенос точки монтирования. FILESYSTEM - файловая система, доступные значения ext2, ext3, ext4, reiserfs, xfs, jfs, btrfs, nilfs2. OPTIONS - опции монтирования, см. 'man fstab'. Для указания нескольких разделов для установки используйте параметр несколько раз.
.RE
.PP
\fB\-w\fR, \fB\-\-swap\fR \fIраздел подкачки\fR
.RS 4
.RE
.PP
\fB\-\-mbr\fR \fIзагрузочный диск\fR
.RS 4
Диск для записи Master Boot Record (MBR). Значение 'off' отключает изменение загрузочной записи.
.RE
.PP
\fB\-\-type\fR \fIтип устройства\fR
.RS 4
Тип устройства. Поддерживаемые значения: hdd, usb-hdd, flash.
.RE
.PP
\fB\-\-iso\fR \fIпуть к файлу\fR
.RS 4
Путь к файлу с ISO образом дистрибутива. В случае, если параметр не задан, образ той же архитектуры ищется в '/var/calculate/linux' и '/var/calculate/remote/linux', либо используется livecd в случае загрузки системы с LiveCD/USB. При нахождении нескольких образов, приоритет отдаётся более свежей версии.
.RE
.PP
\fB\-s\fR, \fB\-\-os\fR \fIдистрибутив\fR
.RS 4
Выбор дистрибутива, допустимые значения "CDS", "CLD", "CLDG", "CLDX", "CLS", "CMC" и "CSS". В случае использования параметра, будет выполнен поиск необходимого дистрибутива из исходных директорий.
.RE
.PP
\fB\-\-march\fR \fIархитектура\fR
.RS 4
Выбор архитектуры процессора, допустимые значения "i686", "x86_64", "auto". В случае использования параметра будет выполнен поиск необходимого дистрибутива из исходных директорий.
.RE
.PP
\fB\-\-build\fR
.RS 4
Установка системы в режиме сборки. Поддерживается при установке системы на жесткий диск компьютера. В случае использования этого параметра, live-образ дистрибутива будет монтироваться во время загрузки в отдельный слой файловой системы aufs2. Дополнительные слои позволяют отделить вносимые изменения от результатов работы.
.RE
.PP
\fB\-l\fR, \fB\-\-lang\fR \fIязык\fR
.RS 4
Выбор языка. Допустимые значения: 'bg_BG' - болгарский, 'de_DE' - немецкий, 'en_US' - английский, 'es_ES' - польский, 'fr_FR' - французский, 'it_IT' - итальянский, 'pl_PL' - польский, 'pt_BR' - португальский бразильский, 'pt_PT' - португальский, 'ro_RO' - румынский, 'ru_RU' - русский, 'uk_UA' - украинский.
.RE
.PP
\fB\-u\fR, \fB\-\-user\fR \fIпользователь\fR
.RS 4
Пользователи, добавляемые в устанавливаемоую систему. Для добавления нескольких пользователей используйте параметр несколько раз.
.RE
.PP
\fB\-A\fR, \fB\-\-autologin\fR \fIпользователь\fR
.RS 4
Пользователь с автовходом, добавляемый в устанавливаемоую систему.
.RE
.PP
\fB\-\-hostname\fR \fIсетевое имя\fR
.RS 4
Короткая либо полная форма сетевого имени компьютера.
.RE
.PP
\fB\-\-netconf\fR \fIменеджер сети\fR
.RS 4
Выбор сетевого менеджера. Допустимые значения: 'openrc' и 'networkmanager'. Последний может быть выбран, если программа NetworkManager входит в состав дистрибутива.
.RE
.PP
\fB\-\-dhcp\fR \fIинтерфейс\fR
.RS 4
Получить IP адрес по DHCP для указанного интерфейса. Для указания двух и более интерфейсов используйте несколько параметров.
.RE
.PP
\fB\-\-ip\fR \fB[IFACE:]\fR\fIIP\fR
.RS 4
IPv4 адрес сети с указанием CIDR. IFACE может обозначать сетевой интерфейс. По умолчанию IFACE равен eth0. Пример 192.168.0.1/24. Допустимо указывать несколько сетевых интерфейсов.
.RE
.PP
\fB\-\-route\fR NETWORK:[GATEWAY][:IFACE[:SOURCE]]
.RS 4
Правило маршрутизации: сеть, шлюз, интерфейс, исходящий IP. Для указания шлюза по умолчанию NETWORK может быть указан как 'default'.
.RE
.PP
\fB\-\-dns\fR \fIDNS\fR
.RS 4
Сетевой адрес сервера имен DNS.
.RE
.PP
\fB\-\-proxy\fR \fIPROXY\fR
.RS 4
Сетевой адрес proxy-сервера.
.RE
.PP
\fB\-\-ntp\fR \fINTP\fR
.RS 4
Сетевой адрес сервера времени NTP.
.RE
.PP
\fB\-\-video\fR \fIVIDEODRV\fR
.RS 4
Изменить видео драйвер для Xorg сервера.
.RE
.PP
\fB\-X\fR \fI<ширина>x<высота>\fR
.RS 4
Изменить разрешение для Xorg сервера.
.RE
.PP
\fB\-\-fb\fR \fI<ширина>x<высота>\fR
.RS 4
Изменить разрешение для frame buffer.
.RE
.PP
\fB\-\-timezone\fR \fITIMEZONE\fR
.RS 4
Изменить часовой пояс.
.RE
.PP
\fB\-\-nouuid\fR
.RS 4
Не использовать UUID имена устройств. При установке параметра будут использоваться привычные имена устройств (/dev/sda1 и т.п.). Используйте данный параметр если уверены.
.RE
.PP
\fB\-\-set\fR \fIVAR=VALUE\fR
.RS 4
Изменение значения внутренней переменной утилит Calculate. Для изменения значений нескольких переменных используйте параметр несколько раз.
.RE
.PP
\fB\-U\fR, \fB\-\-update\fR
.RS 4
Выполнять установку только новых версий системы. Удобно использовать при наличии второго раздела под систему, совместно с опцией '--force'.
.RE
.PP
\fB\-f\fR, \fB\-\-force\fR
.RS 4
Не задавать вопросы в процессе установки системы.
.RE
.PP
\fB\-\-startup\fR
.RS 4
Выполнить настройку текущей системы. При выполнении команды производится настройка системы шаблонами, утилиты Calculate подключаются к автоконфигурированию устанавливаемых пакетным менеджером програм. Команда выполняется при загрузке с livecd и при первом запуске системы. При помощи нее можно восставновить первичные настройки системы. Совместно с опциями настройки языка, сети, видео и т.п. можно изменить настройки системы.
.RE
.PP
\fB\-\-live\fR
.RS 4
Выполнить настройку только тех параметров системы, которые зависят от аппаратной части. Используется совместно со '--startup'.
.RE
.PP
\fB\-\-install\fR
.RS 4
Настройка calculate-install для конфигурирования пакетов. Выполение команды в Calculate Linux системах приведет к подключению пакета для автоконфигурирования устанавливаемых пакетным менеджером програм. Вызов утилиты происходит при помощи profile.bashrc скрипта из оверлея calculate.
.RE
.PP
\fB\-\-uninstall\fR
.RS 4
Отключение calculate-install от конфигурирования пакетов.
.RE
.PP
\fB\-\-nospinner\fR
.RS 4
Отключить индикатор процесса установки системы.
.RE
.PP
\fB\-P\fR
.RS 4
Читать пароли из стандартного ввода. При указании одного и более пользователей пароли будут читаться со стандартного ввода.
.RE
.PP
\fB\-p\fR, \fB\-\-show-partitions\fR
.RS 4
Вывести информацию о имеющихся разделах. В табличном виде будет отображена следующая информация: размер, устройство, метка, точка монтирования, формат файловой системы, тип, установленная система.
.RE
.PP
\fB\-v\fR, \fB\-\-show-variables\fR
.RS 4
Вывести список внутренних переменных утилит Calculate с их текущим значением и флагом доступа на изменение. Для полного вывода используйте '-vv'.
.RE
.PP
\fB\-\-filter\fR \fIфильтр\fR
.RS 4
Фильтрация переменных. Используется совместно с '--show-variables'. Пример: 'cl-install -v --filter=video'.
.RE
.PP
\fB\-\-xml\fR
.RS 4
Вывод переменных в формате XML. Используется совместно с '--show-variables'.
.RE
.PP
\fB\-\-color\fR \fIWHEN\fR
.RS 4
Контроль использования цвета. WHEN может принимать значения 'never', 'always', или 'auto' для отображения выводимых сообщений без использования или с использованием цвета.
.RE
.PP
\fB\-\-version\fR
.RS 4
Вывод версии программы и выход.
.RE
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 4
Показать краткую справку и закончить работу.
.RE
.SH СМ. ТАКЖЕ
.PP
cl-builder(1), cl-image(1)
.SH ПРИМЕРЫ
.PP
Установка системы в раздел /dev/sda2
.nf
cl-install -d /dev/sda2
.fi
.PP
Смена видеодрайвера на 'fglrx'. Перед выполнением убедитесь, что у вас установлен пакет 'x11-drivers/ati-drivers'.
.nf
cl-install --startup --video fglrx
.fi
.PP
Установка системы на несколько разделов. В примере система будет установлена на раздел sda2, все настройки, в том числе данные пользователя будут вынесены в раздел sda5. Раздел sda1 будет использован в качестве 'swap'.
.nf
cl-install -d /dev/sda2 -d /dev/sda5:/var/calculate -d /var/calculate/home:/home -w /dev/sda1 --hostname calculatelinux
.fi
.PP
Установка системы указанием настроек сети: ip адрес 192.168.1.20, маска 255.255.255.0, шлюз по умолчанию 192.168.1.1, адрес DNS 192.168.1.2. В качестве менеджера сети будет использован OpenRC.
.nf
cl-install -d /dev/sda2 --ip 192.168.1.20/24 --route default:192.168.1.1 --dns 192.168.1.2 --netconf openrc
.fi
.PP
Установка маршрутизатора. В примере настраиваются два сетевых интерфейса, внешний eth0: ip адрес 1.2.3.6, маска 255.255.255.252, шлюз 1.2.3.5 и внутренний eth1: ip адрес 192.168.1.1, маска 255.255.255.0. Адрес DNS 8.8.8.8. Маршрутизация в сеть 192.168.3.0/24 осуществляется через шлюз 192.168.1.2.
.nf
cl-install -d /dev/sda2 --ip eth0:1.2.3.6/30 --route default:1.2.3.5:eth0 --ip eth1:192.168.1.1 --route 192.168.3.0/24:192.168.1.2:eth1 --dns 8.8.8.8
.fi
.SH АВТОРЫ
.PP
Calculate Utilities разрабатываются компанией Калкулэйт http://www.calculate.ru
.SH АВТОР
.PP
Компания "Калкулэйт" http://www.calculate.ru

@ -178,8 +178,6 @@ setup(
data_files = data_files,
scripts=['scripts/cl-install3'],
cmdclass={'install_data': cl_install_data,
'build':build,
'install':install,},
#'build':build,'build_man':build_man,
#'install':install,'install_man':install_man},
'build':build,'build_man':build_man,
'install':install,'install_man':install_man},
)

Loading…
Cancel
Save