On 11/3/05, Serghei Amelian <[EMAIL PROTECTED]> wrote: > On Thursday 03 November 2005 08:56, Stefan CRETIOIU wrote: > > Serghei Amelian wrote: > > >Are cineva idee de ce mi se tot deregleaza ceasul cand schimb intre > > > windows si linux? Timezone la ambele e Bucharest. > > > > la instalarea linux-ului ai fost intrebat daca ceasul bios este gmt sau > > Nu prea cred ca ai facut instalari de gentoo ;-) > gura pacatosului...
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8#doc_chap3 Gentoo uses /etc/conf.d/clock to set clock options. Edit it according to your needs. Code Listing 26: Opening /etc/conf.d/clock # nano -w /etc/conf.d/clock If your hardware clock is not using UTC, you need to add CLOCK="local" to the file. Otherwise you will notice some clock skew. Furthermore, Windows assumes that your hardware clock uses local time, so if you want to dualboot, you should set this variable appropriately, otherwise your clock will go crazy. When you're finished configuring /etc/conf.d/clock, save and exit. > -- > Serghei. _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
