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

Re: Debian preseed late_command not executed



On Wed 14 Oct 2015 at 00:30:39 +0200, Florian Pelgrim wrote:

> I'm trying to preseed my installation which works fine so far but the
> late_command is not getting executed.
> 
> This are my last lines of my preseed configuration:
> > d-i preseed/late_command string \
> >   in-target /bin/mkdir /root/.ssh ; \
> >   in-target /bin/sh -c "echo 'ssh-rsa $ssh_key' > /root/.ssh/authorized_keys" ; \
> >   in-target /bin/chmod 0700 /root/.ssh ; \
> >   in-target /bin/chmod 0600 /root/.ssh/authorized_keys
> > 
> > ### Finishing up the installation
> > d-i finish-install/reboot_in_progress note
> 
> I don't see after reboot a /root/.ssh directory or even any notice in
> /var/log/installer/syslog that he was trying to run a late_command.

A search of the list archives with "Bob Proulx preseed late_command"
should get you something.


Reply to: