Remove nano with -y

This commit is contained in:
Yuriy Taraday 2015-07-14 17:21:04 +03:00
parent cdf1c2dedf
commit ab400d170a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ d-i grub-installer/with_other_os boolean true
# Postinstall
d-i preseed/late_command string \
in-target apt-get remove nano; \
in-target apt-get remove -y nano; \
in-target chsh -s /bin/zsh; \
echo 'PS1="%B%F{green}%n@%m%k %B%F{blue}%1~ %# %b%f%k"' > /target/root/.zshrc; \
in-target chsh -s /bin/zsh ubuntu; \