I'm working on i386, Debian testing net install, in VirtualBox, through "auto url=".
I would like for the preseed to do the following. apt-get update && apt-get dist-upgrade -y clone https://github.com/project cd /folder/ git checkout project I tried this scheme but when I logon there is no folder named "project" meaning clone command was not successful. d-i preseed/late_command string apt-get update && apt-get dist-upgrade -y d-i preseed/late_command string in-target git clone https://github.com/project I would rather use preseed than a script. Thanks for the help.