Re: Preseed not pulling in file from network with wget

2012-03-29 Thread Bob Proulx
Todd A. Jacobs wrote: > I've got the following snippet in a Debian preseed.cfg file: > > d-i preseed/late_command string \ > in-target mkdir --mode=700 /home/vagrant/.ssh; \ > in-target chown vagrant:vagrant /home/vagrant/.ssh; \ > in-target wget --no-check-certificate > --output-document=/home/va

Re: Preseed not pulling in file from network with wget

2012-03-27 Thread Tom H
On Mon, Mar 26, 2012 at 1:43 PM, Todd A. Jacobs wrote: > > I've got the following snippet in a Debian preseed.cfg file: > > d-i preseed/late_command string \ > in-target mkdir --mode=700 /home/vagrant/.ssh; \ > in-target chown vagrant:vagrant /home/vagrant/.ssh; \ > in-target wget --no-check-certi

Preseed not pulling in file from network with wget

2012-03-26 Thread Todd A. Jacobs
I've got the following snippet in a Debian preseed.cfg file: d-i preseed/late_command string \ in-target mkdir --mode=700 /home/vagrant/.ssh; \ in-target chown vagrant:vagrant /home/vagrant/.ssh; \ in-target wget --no-check-certificate --output-document=/home/vagrant/.ssh/authorized_keys https://r