Skip to content

Commit

Permalink
sabayon-functions: put back text-installer motd
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Jun 18, 2016
1 parent 91325ca commit 5bd6fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sabayon-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ sabayon_setup_vbox() {
}

sabayon_setup_text_installer_motd() {
echo "Welcome to Sabayon Linux installation. Text installation unfortunately it's not available:" >> /etc/motd
echo "to run the installation start installer-text.sh" >> /etc/motd
echo "Welcome to Sabayon Linux Text installation." >> /etc/motd
echo "to run the installation type: anaconda-installer <and PRESS ENTER>" >> /etc/motd
}

sabayon_is_text_install() {
Expand Down

0 comments on commit 5bd6fda

Please sign in to comment.