summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
committerMike Fulbright <msf@redhat.com>2002-02-08 04:21:12 +0000
commita5649c996f254ae1e3b2db0586cda8255bc65d77 (patch)
tree5bb5f7974c6cc050a3bd7751623d8d93270ec3ae /docs
parentff5728fd1358ded66221f13959c5286d879261b6 (diff)
downloadanaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.gz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.tar.xz
anaconda-a5649c996f254ae1e3b2db0586cda8255bc65d77.zip
oh yeah goodbye reconfig
Diffstat (limited to 'docs')
-rw-r--r--docs/reconfig-mode39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/reconfig-mode b/docs/reconfig-mode
deleted file mode 100644
index 2561085fc..000000000
--- a/docs/reconfig-mode
+++ /dev/null
@@ -1,39 +0,0 @@
-Reconfig mode
--------------
-
-12/7/1999 Michael Fulbright
-
-Reconfig mode is intended to allow localized customization of a pre-installed
-Red Hat Linux box by the first time user of the machine. Properties like
-keyboard mapping, timezone, and network config are edittable the first
-time the computer is booted.
-
-Reconfig mode uses the same sources as the anaconda installer. When anaconda
-is run in reconfig mode (using the --reconfig command line option) the
-user is prompted for various configuration details.
-
-The standard way of setting up anaconda for reconfig mode is to create
-the file
-
-/etc/reconfigSys
-
-as part of the installation process. This can easily be done as part of the
-kickstart procedure with a %post section at the end of the ks.cfg file:
-
-%post
-touch /etc/reconfigSys
-
-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.
-
-