Sinkronisasi waktu untuk dual boot: Perbedaan revisi
Dari IGNwiki
(←Membuat halaman berisi ' /etc/system~ig/clock # The time zone of the system is defined by the contents of /etc/localtime. # This file is only for evaluation by system-config-date, do not rely…') |
|||
| Baris 1: | Baris 1: | ||
| + | Komputer yang dipasang dual boot IGOS Nusantara dan Windows dapat | ||
| + | memiliki seting yg berbeda, sehingga jam tidak sesuai. | ||
/etc/system~ig/clock | /etc/system~ig/clock | ||
| Baris 6: | Baris 8: | ||
ZONE="Asia/Jakarta" | ZONE="Asia/Jakarta" | ||
UTC=false | UTC=false | ||
| + | |||
| + | Buat simbolik link | ||
| + | # ln -sf /usr/share/zoneinfo/Asia/Jakarta /etc/localtime | ||
Revisi per 8 Oktober 2010 08.08
Komputer yang dipasang dual boot IGOS Nusantara dan Windows dapat memiliki seting yg berbeda, sehingga jam tidak sesuai.
/etc/system~ig/clock # The time zone of the system is defined by the contents of /etc/localtime. # This file is only for evaluation by system-config-date, do not rely on its # contents elsewhere. ZONE="Asia/Jakarta" UTC=false
Buat simbolik link
# ln -sf /usr/share/zoneinfo/Asia/Jakarta /etc/localtime