From 1e8e872a9f942d4060879217039c399c1c6cbcb5 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Mon, 24 Feb 2020 00:57:57 -0500 Subject: [PATCH] Remove in-target from commands --- vmseed.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vmseed.txt b/vmseed.txt index c299949..b183453 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -432,4 +432,7 @@ d-i finish-install/reboot_in_progress note # directly, or use the apt-install and in-target commands to easily install # packages and run commands in the target system. #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh -d-i preseed/late_command string in-target bash mkdir -p /home/kris/.ssh && wget -O /home/kris/.ssh/authorized_keys https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys +d-i preseed/late_command string \ + mkdir -p /target/home/kris/.ssh && + wget -O /target/home/kris/.ssh/authorized_keys \ + https://raw.githubusercontent.com/krislamo/bootstrap/master/authorized_keys