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
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
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
3 matches
Mail list logo