rcS (5) Linux Manual Page
rcS – variables that affect the behavior of boot scripts
Description
The /etc/default/rcS file contains variable settings in POSIX format:
- VAR=VAL
Only one assignment is allowed per line. Comments (starting with ‘#’) are also allowed.
Options
The following variables can be set.
TMPTIME- On boot the files in /tmp will be deleted if their modification time, file status time and access time are all at least TMPTIME days ago. A value of 0 means that files are removed regardless of age. If you don’t want the system to clean /tmp then set TMPTIME to a negative value (e.g., -1) or to the word infinite.
SULOGINcauses init to spawn a- Setting this to yes
suloginon the console early in the boot process. If the administrator does not login then the sulogin session will time out after 30 seconds and the boot process will continue.DELAYLOGINhas started. Setting the variable to- Normally the system will not let non-root users log in until the boot process is complete and the system has finished switching to the default runlevel (usually level 2). However, in theory it is safe to log in a bit earlier, namely, as soon as inetd
noallows earlier login; setting the variable toyesprevents it.Some details: The
DELAYLOGINvariable controls whether or not the file /var/lib/initscripts/nologin is created during the boot process and deleted at the end of it. /etc/nologin is normally a symbolic link to the latter location, and thelogin(1) program refuses to allow non-root logins so long as (the target of) /etc/nologin exists. If you set the variable tonothen it is advisable to ensure that /var/lib/initscripts/nologin does not exist.UTC- This is used to govern how the hardware real time clock is interpreted when it is read (e.g., at boot time, for the purpose of setting the system clock) and when it is written (e.g., at shutdown). If this option is set to
nothen the system clock is assumed to be set to local time. If the option is set toyesthen the system clock is assumed to be set to something approximating Coordinated Universal Time (UTC). (POSIX systems keep a variant of UTC, without leap seconds.)On contemporary Debian systems (although change has been requested at http://bugs.debian.org/346342), if UTC is set to
nothen /usr/share/zoneinfo must be readable early in the boot process. If you want to keep /usr on a separate filesystem then you must still ensure that the target of /etc/localtime points to the correct zone information file for the time zone of the time kept in your hardware real time clock. VERBOSE- Setting this option to
no(in lower case) will make the boot process a bit less verbose. Setting this option toyeswill make the boot process a bit more verbose. FSCKFIX- When the root and all other file systems are checked,
fsckis invoked with the-aoption which means "autorepair". If there are major inconsistencies then the fsck process will bail out. The system will print a message asking the administrator to repair the file system manually and will present a root shell prompt (actually a sulogin prompt) on the console. Setting this option toyescauses the fsck commands to be run with the-yoption instead of the-aoption. This will tell fsck always to repair the file systems without asking for permission.
Note
The EDITMOTD and RAMRUN variables are no longer used.
Author
Miquel van Smoorenburg <miquels [at] cistron.nl> Roger Leigh <rleigh [at] debian.org>
See Also
hwclock(5), hwclock(8), inetd(8), init(8), inittab(5), login(1),
