diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-27 14:58:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-27 15:08:18 +0200 |
commit | ff587e0fc0c7a7ba9366130acba8e349fa9a7e54 (patch) | |
tree | eeb889730487f7641edbd9f70b1e978da7266380 /gnu/system | |
parent | 5df29aad3bf77f6b9a4333ecae21c490485d8bf2 (diff) | |
download | patches-ff587e0fc0c7a7ba9366130acba8e349fa9a7e54.tar patches-ff587e0fc0c7a7ba9366130acba8e349fa9a7e54.tar.gz |
vm-image: Mention 'info guix' in the MOTD.
* gnu/system/examples/vm-image.tmpl (vm-image-motd): Mention 'info guix'.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/examples/vm-image.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index 70a20d326c..c8a5ee066b 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl @@ -17,6 +17,8 @@ and running: guix system reconfigure /etc/config.scm +Run '\x1b[1;37minfo guix\x1b[0m' to browse documentation. + \x1b[1;33mConsider setting a password for the 'root' and 'guest' \ accounts.\x1b[0m ")) |