-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mittwoch, 9. April 2003 08:11 schrieb Matt Sheffield: > That method has improved performance for me. However by default, Debian > deletes the contents of the /tmp directory on reboot. Thus, the .ICE-unix > and all of the mcop and dcop directories need to be recreated each time you > start your machine up from scratch. But once these things have been set up, > I've found that KDE will start up quite speedily. > > I don't like the slow first startup as I can't leave my system on all the > time. I'd like to disable /tmp clearing and clean things up myself. How > does one go about this? Which init scrip is it?
With kernel 2.4.xx, you should probably use tmpfs for /tmp. May make it even faster but there will be surely nothing left after a reboot. For tmpfs, add the following line to /etc/fstab: none /tmp tmpfs defaults 0 0 HS - -- Mein GPG-Key ist auf meiner Homepage verf�gbar: http://www.hendrik-sattler.de oder �ber pgp.net PingoS - Linux-User helfen Schulen: http://www.pingos.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+lEZ3zvr6q9zCwcERAkDCAKC9ZMPcmdMnTOpPLeEFW/AbsggRKACgmuc2 1XpzR+AB60aIQZ3qrGUCRsA= =FHEN -----END PGP SIGNATURE-----

