From 1cd72d82372a9e89bdf406f58ae8609e344a1bd1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 26 Oct 2019 02:25:41 -0500 Subject: hscript: Fix missing endl for timezone simulation; print what's happening --- hscript/user.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hscript/user.cc') diff --git a/hscript/user.cc b/hscript/user.cc index b288070..f654db9 100644 --- a/hscript/user.cc +++ b/hscript/user.cc @@ -137,6 +137,9 @@ bool RootPassphrase::execute(ScriptOptions options) const { const std::string root_line = "root:" + this->_value + ":" + std::to_string(time(nullptr) / 86400) + ":0:::::"; + output_info("installfile:" + std::to_string(this->lineno()), + "rootpw: setting root passphrase"); + if(options.test(Simulate)) { std::cout << "(printf '" << root_line << "\\" << "n'; " << "cat /target/etc/shadow | sed '1d') > /tmp/shadow" -- cgit v1.2.3-60-g2f50