[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Installer not reading preseed.cfg




> Also 1483 seems like a very small preseed file.

It is. 
# ls -l preseed_Debian-6.0.7.cfg 
-rw-r--r-- 1 root root 1488 Mar  8 14:00 preseed_Debian-6.0.7.cfg
# more preseed_Debian-6.0.7.cfg 
#d-i netcfg/dhcp_timeout string 60
#d-i debian-installer/locale string en_US
#d-i console-keymaps-at/keymap select us
#d-i keyboard-configuration/xkb-keymap select us
#d-i netcfg/choose_interface select eth0
#d-i netcfg/get_nameservers string x.x.x.x
#d-i netcfg/get_hostname string myhostname
#d-i netcfg/get_domain string mydomain
#d-i netcfg/get_hostname seen true
#d-i netcfg/get_domain seen true
#d-i netcfg/get_ipaddress string y.y.y.y
#d-i netcfg/get_netmask string 255.x.x.x
#d-i netcfg/get_gateway string z.z.z.z
#d-i netcfg/confirm_static boolean true
d-i netcfg/wireless_wep string
#d-i mirror/country string US
d-i mirror/protocol string http
d-i mirror/http/hostname string 192.168.1.12
d-i mirror/http/directory string /Debian-6.0.7-amd64/debian/
d-i passwd/make-user boolean false
d-i passwd/root-password password pppp
d-i passwd/root-password-again password pppp
d-i clock-setup/utc boolean true
d-i time/zone string US/Eastern
d-i clock-setup/ntp boolean true
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-lvm/confirm boolean true
d-i partman-auto/choose_recipe select home
d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools
d-i base-installer/kernel/image string linux-image-2.6-486
d-i debian-installer/allow_unauthenticated boolean true
d-i finish-install/keep-consoles boolean true
d-i finish-install/reboot_in_progress note
#

Do you see anything missing? The first few lines are commented out because I'm using most of them as the boot params on 'append' line. 

Reply to: