On Fri, Mar 08, 2013 at 06:21:39AM -0600, keshav prabhakar wrote:
> 
> > This would imply preseeding might have set up networking. Has it?
> Networking is setup by the kernel boot parameters that are on the 'append' 
> line. It looks like this:
>      append initrd=Debian-6.0.7-amd64/netboot/initrd.gz interface=eth1 
> domain=mydomain netcfg/get_nameservers=x.x.x.x netcfg/get_hostname=myhostname 
> locale=en_US debian-installer/country=US debian-installer/language=en 
> debian-installer/keymap=us console-keymaps-at/keymap="American English" 
> auto=true priority=critical 
> preseed/url=http://192.168.1.12/anaconda/cfg/preseed.cfg

This is a snippet of what I use in the tftp server side, adapt it to your needs:

label debian6_64
  menu label Install - ^Debian Wheezy 64
  kernel debian-installer/amd64/linux
  initrd debian-installer/amd64/initrd.gz
  append locale=en_US.UTF-8 console-keymaps-at/keymap=es auto=true 
priority=critical url=http://10.0.0.2/preseed.cfg

Note it's not 'preseed/url', but 'url' alone.
Hope it's useful.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56

Attachment: signature.asc
Description: Digital signature

Reply via email to