Re: Debian preseed late_command not executed

2015-10-14 Thread Brian
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 /ro

Debian preseed late_command not executed

2015-10-13 Thread Florian Pelgrim
Hi, 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