diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 21:42:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-17 21:42:24 +0000 |
commit | aee3834c0ae894f7b59dc675bf6221d55e4e92b2 (patch) | |
tree | a4c3d35d0179e4fc75a540eda56e367ee7458a69 /release | |
parent | 144e07bfe181994e048197119f6cd1456661ddad (diff) |
*** empty log message ***
Diffstat (limited to 'release')
-rw-r--r-- | release/INSTALL-binary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/INSTALL-binary b/release/INSTALL-binary index c59e0dc5..f1fb3d78 100644 --- a/release/INSTALL-binary +++ b/release/INSTALL-binary @@ -258,6 +258,11 @@ Add any serial lines you have terminals on to /etc/ttys. Set your hostname with `echo foo.bar.baz > /etc/hostname'. This will then be permanent until you change the file. +Create a link from /etc/zoneinfo/localtime to the your timezone in +etc/zoneinfo. Something like the following command will do the trick: +`ln /share/zoneinfo/US/Eastern /etc/localtime'. Look at the directory +/share/zoneinfo to see all the various possibilities. + Edit /etc/fstab according to the disk mounts you've installed; this will control which partitions `df' prints and which partitions get `fsck' run for them at boot time. It will not affect which partitions |