Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
2014e6a1
Commit
2014e6a1
authored
Mar 26, 2016
by
Steffen Gebert
Browse files
add late_command
parent
38116b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
preseed.cfg
View file @
2014e6a1
...
...
@@ -427,4 +427,9 @@ d-i debian-installer/exit/poweroff boolean true
# 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
+# commands to execute after installation finished
# prepare root's .ssh/ directory to later put the SSH keys into
d-i preseed/late_command string \
in-target mkdir /root/.ssh
+
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment