On Thu, Apr 22, 2010 at 9:10 AM, Frans Pop <elen...@planet.nl> wrote:
> On Thursday 22 April 2010, you wrote:
>> install-extra="preseed/url=http://127.0.0.1/preseed.cfg";
>>
>> Not very encouraging from my end ...  What am I doing wrong now?
>
> I would guess the guest does not have access to the "localhost" address of
> the host. But I know little to nothing about Xen, so I may be wrong.

Ok.  It should, I'd guess, have access to a non-localhost IP ...

host $HOST
  server04.lan has address 192.168.1.4

wget -O result.cfg http://192.168.1.4/preseed.cfg
cat result.cfg
        d-i debian-installer/locale string en_US
        d-i console-keymaps-at/keymap select us
        ...

xm create \
  ..
  install-extra="preseed/url=http://192.168.1.4/preseed.cfg";

still exhibits the same preseed.cfg-not-found behavior, dropping me
into the manual installer.

BenDJ


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/x2wbabafd2f1004220926n408edffeh9fb9dab6d1a7d...@mail.gmail.com

Reply via email to