summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-06-28 20:25:42 +0000
committerErik Troan <ewt@redhat.com>2001-06-28 20:25:42 +0000
commite16620d58485827d3696b60e374568bddfe89fbd (patch)
treef5ad40d6936c01935b0777009d0be4ae74d765f4 /rescue.py
parent8f22f4f6ecb8d1c927075d2694eca78edcd24d4f (diff)
downloadanaconda-e16620d58485827d3696b60e374568bddfe89fbd.tar.gz
anaconda-e16620d58485827d3696b60e374568bddfe89fbd.tar.xz
anaconda-e16620d58485827d3696b60e374568bddfe89fbd.zip
added some text about chroot (bug 45912)
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 337116105..22632262e 100644
--- a/rescue.py
+++ b/rescue.py
@@ -99,7 +99,9 @@ def runRescue(instPath, mountroot, id):
allowDirty = 1)
ButtonChoiceWindow(screen, _("Rescue"),
_("Your system has been mounted under /mnt/sysimage.\n\n"
- "Press <return> to get a shell. The system will reboot "
+ "Press <return> to get a shell. If you would like to "
+ "make your system the root environment, run the command:\n\n"
+ "\tchroot /mnt/sysimage\n\nThe system will reboot "
"automatically when you exit from the shell."),
[_("OK")] )
rootmounted = 1