From 32208aa88f5311f0c55d72d2ffc2eea3a2612ae7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 3 Jun 2020 17:01:38 -0500 Subject: image: ISO: Add root pw note to /etc/issue --- image/backends/iso.cc | 2 ++ 1 file changed, 2 insertions(+) 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()) { -- cgit v1.2.3-70-g09d2