diff options
-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 |