Сетевая установка debian - проблемы preseed

MS
На сайте с 06.09.2010
Offline
138
2039

Приветствую.

Имеем сервер PXE, рабочий kickstart.cfg для CentOS

Проблема с debian/ubuntu, никак я не могу допереть как создать файл ответов так, чтобы установка прошла без моего вмешательства

вот пример pxelinux.cfg

LABEL Debian-7-x64

kernel debian/7/linux

append initrd=debian/7/initrd.gz locale=en_US console-keymaps-at/keymap=us netcfg/choose_interface=eth1 netcfg/get_hostname=debian netcfg/get_domain=local preseed/url=http://xxx.xxx.xxx.xxx/msukhomlin/debian/preseed-example.cfg

После загрузки - выскакивает стандартное окошко для указания клавы (раскладки) и дальше ручками (((

Пример preseed.cfg

d-i debian-installer/locale string en_US

d-i console-tools/archs select at

d-i console-keymaps-at/keymap select American English

d-i debian-installer/language string en

d-i debian-installer/country string NL

d-i debian-installer/locale string en_GB.UTF-8

d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8

d-i debian-installer/keymap string us

d-i auto-install enable true

d-i netcfg/choose_interface select auto

d-i netcfg/link_wait_timeout string 10

d-i netcfg/dhcp_timeout string 300

d-i netcfg/get_hostname string debian

d-i netcfg/get_hostname seen true

d-i netcfg/get_domain string example.com

d-i netcfg/get_domain seen true

d-i netcfg/disable_dhcp boolean false

#d-i netcfg/dhcp_failed note

#d-i netcfg/get_nameservers string 8.8.8.8

#d-i netcfg/get_ipaddress string 192.168.10.141

#d-i netcfg/get_netmask string 255.255.255.0

#d-i netcfg/get_gateway string 192.168.10.1

d-i netcfg/confirm_dhcp boolean true

d-i netcfg/wireless_wep string

#d-i mirror/protocol string http

#d-i mirror/ftp/hostname string 46.17.97.219

#d-i mirror/ftp/directory string /7.11/

#d-i mirror/ftp/proxy string

d-i mirror/country string manual

d-i mirror/http/hostname string http.us.debian.org

d-i mirror/http/directory string /debian

d-i mirror/http/proxy string

d-i mirror/suite string lucid

d-i mirror/udeb/suite string lucid

d-i mirror/udeb/components multiselect main, restricted

d-i clock-setup/utc boolean false

d-i time/zone string American/Denver

d-i passwd/make-user boolean false

d-i passwd/root-password password passw0rd

d-i passwd/root-password-again password passw0rd

d-iuser-setup-udeb passwd/root-login boolean true

d-i passwd/make-user boolean false

d-i grub-installer/only_debian boolean true

d-i pkgsel/upgrade select none

d-i pkgsel/update-policy select none

d-i pkgsel/updatedb boolean true

d-i base-installer/kernel/override-image string linux-server

tasksel tasksel/first multiselect standard

d-i pkgsel/include string puppet lsb-release openssh-server screen sysstat wget ldap-utils

d-i finish-install/reboot_in_progress note

d-i partman-auto/disk string /dev/sda

d-i partman-auto/method string lvm

d-i partman-lvm/device_remove_lvm boolean true

d-i partman-md/device_remove_md boolean true

d-i partman-lvm/confirm boolean true

d-i partman-lvm/confirm_nooverwrite boolean true

d-i partman-auto-lvm/guided_size string max

d-i partman-auto/choose_recipe select multi

d-i partman/default_filesystem string ext4

d-i partman-partitioning/confirm_write_new_label boolean true

d-i partman/choose_partition select finish

d-i partman/confirm boolean true

d-i partman/confirm_nooverwrite boolean true

popularity-contest popularity-contest/participate boolean false

Хостинг сайтов от 89 руб/мес ( https://iqhost.ru/services/hosting/ ) icq 69526342
Andreyka
На сайте с 19.02.2005
Offline
822
#1

http://hands.com/d-i/ пробовали?

Не стоит плодить сущности без необходимости
MS
На сайте с 06.09.2010
Offline
138
#2

Спасибо посмотрю

MS
На сайте с 06.09.2010
Offline
138
#3

Вообщем не очень подходит hands.com

требуется обращение к их сайту, а я настраиваю PXE в приватной сети

PA
На сайте с 12.02.2016
Offline
24
#4
MaximSukhomlin:
требуется обращение к их сайту, а я настраиваю PXE в приватной сети

Доку не читал, но сразу бросилось в глаза: http://d-i.alioth.debian.org/manual/en.i386/apbs02.html#preseed-auto

Here is an example that requires minimal support from the local network infrastructure:
auto url=http://192.168.1.2/path/to/mypreseed.file
. . .
Andreyka
На сайте с 19.02.2005
Offline
822
#5

Кто мешает поднять сайт в приватной сети?

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий