diff options
-rw-r--r-- | image/backends/iso.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/image/backends/iso.cc b/image/backends/iso.cc index 004cba8..46b1d63 100644 --- a/image/backends/iso.cc +++ b/image/backends/iso.cc @@ -144,6 +144,8 @@ bool write_etc_issue_to(fs::path target) { issue << "Welcome to Adélie Linux!" << std::endl << "You may log in as 'root' to install, or 'live' to play around." + << std::endl + << "The default root password is 'live' (without quotes)." << std::endl << std::endl << "Have fun." << std::endl; if(issue.fail() || issue.bad()) { |