Comment 5 for bug 186402

Revision history for this message
Carl Karsten (carlfk) wrote :

1000 apologies. this is 100% my fault.

This is where it came from:

d-i preseed/late_command string cd /tmp;apt-get install wget;wget http://shaz/late_command.sh; chmod u+x late_command.sh; ./late_command.sh

# late_command.sh
...
wget http://shaz/sshd_config

Now to figure out why I thought I needed that.