summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-12-13 23:22:50 +0000
committerMike Fulbright <msf@redhat.com>1999-12-13 23:22:50 +0000
commit43590b9b53ecf9ea6d70a2ba97bc9546f569bc8d (patch)
tree9e5e796cb30ad2c8cec757634b2a962285df6ea4 /docs
parente5266191d241e667faf1047eaaf5f3b2506374cb (diff)
downloadanaconda-43590b9b53ecf9ea6d70a2ba97bc9546f569bc8d.tar.gz
anaconda-43590b9b53ecf9ea6d70a2ba97bc9546f569bc8d.tar.xz
anaconda-43590b9b53ecf9ea6d70a2ba97bc9546f569bc8d.zip
Added comments about entering reconfig mode via argument on kernel command line
Dr Mike
Diffstat (limited to 'docs')
-rw-r--r--docs/reconfig-mode10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reconfig-mode b/docs/reconfig-mode
index fa3265820..2561085fc 100644
--- a/docs/reconfig-mode
+++ b/docs/reconfig-mode
@@ -27,3 +27,13 @@ The /etc/rc.d/init.d/reconfig init script is run and it tests for the
existence of the /etc/reconfigSys file. If it exists then anaconda is
run with the --reconfig option.
+An alternate way to cause reconfig mode to be entered is to place the
+kernel option 'reconfig' on the boot prompt command line for the kernel.
+Using LILO for the boot loader, for example, one would start the
+standard linux image with:
+
+LILO: linux reconfig
+
+and the system would enter reconfigure mode.
+
+